@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "3-2-Patient"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-patient"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Identifierurn:uuid:3e424a80-6e34-4520-b5af-f830ed5a0203
Address\n
Date of birth\n 10 March 1967\n
\n
" ]; fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.147.1.1" ]; fhir:Identifier.value [ fhir:value "urn:uuid:3e424a80-6e34-4520-b5af-f830ed5a0203" ] ]; fhir:Patient.gender [ fhir:value "female"]; fhir:Patient.birthDate [ fhir:value "1967-03-10"^^xsd:date]; fhir:Patient.address [ fhir:index 0; fhir:Address.postalCode [ fhir:value "9876" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------