MyHealth@EU Core 1.0.0 - trial-use 150
MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core"^^xsd:anyURI ; fhir:l <http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">John Doe, born 1965-03-15</div>"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"^^xsd:anyURI ; fhir:l <https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin> ] ; fhir:value [ fhir:v "65031500145" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Doe" ] ; ( fhir:given [ fhir:v "John" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1965-03-15"^^xsd:date] ; # fhir:address ( [ ( fhir:line [ fhir:v "Rue de la Loi 1" ] ) ; fhir:city [ fhir:v "Brussels" ] ; fhir:postalCode [ fhir:v "1000" ] ; fhir:country [ fhir:v "BE" ] ] ) . #