Fix test
This commit is contained in:
parent
db95c318e0
commit
408b22bd03
|
@ -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 .
|
||||
""";
|
||||
|
||||
|
|
Loading…
Reference in New Issue