This commit is contained in:
Tadgh 2023-11-04 16:41:35 -07:00
parent db95c318e0
commit 408b22bd03
1 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,9 @@ public class RDFParserR4Test {
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://hl7.org/fhir/Patient/123>
rdf:type fhir:Patient ;
fhir:Patient.active [ fhir:value true ] ;
fhir:Resource.id [ fhir:value "123" ] ;
rdf:type fhir:Patient;
fhir:Patient.active [ fhir:value true ];
fhir:Resource.id [ fhir:value "123" ];
fhir:nodeRole fhir:treeRoot .
""";