mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
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…
x
Reference in New Issue
Block a user