@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "FranzMuster"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "
\n

\n id: FranzMuster\n

\n

\n meta: \n

\n

\n identifier: 012/08.111111\n

\n

\n name: Franz Muster \n

\n

\n gender: MALE\n

\n

\n birthDate: Jan 27, 1995\n

\n

\n maritalStatus: in eingetragener Partnerschaft \n (Details : {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus code '6' = '6', given as 'in eingetragener Partnerschaft'})\n

\n

Communications

\n \n \n \n \n \n \n \n \n \n \n \n
-\n Language\n \n Preferred\n
*Deutsch (Schweiz) \n (Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Switzerland))\n true
\n
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" ]; fhir:Extension.valueAddress [ fhir:Address.city [ fhir:value "Paris" ]; fhir:Address.country [ fhir:value "Frankreich" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin" ]; fhir:Extension.valueAddress [ fhir:Address.city [ fhir:value "Köniz" ]; fhir:Address.state [ fhir:value "BE" ] ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-religion" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" ]; fhir:Coding.code [ fhir:value "1077" ]; fhir:Coding.display [ fhir:value "Protestant" ] ] ] ]; fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "MR" ] ] ]; fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.999999.1" ]; fhir:Identifier.value [ fhir:value "012/08.111111" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Muster" ]; fhir:HumanName.given [ fhir:value "Franz"; fhir:index 0 ] ]; fhir:Patient.gender [ fhir:value "male"]; fhir:Patient.birthDate [ fhir:value "1995-01-27"^^xsd:date]; fhir:Patient.maritalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus" ]; fhir:Coding.code [ fhir:value "6" ]; fhir:Coding.display [ fhir:value "in eingetragener Partnerschaft" ] ] ]; fhir:Patient.communication [ fhir:index 0; fhir:Patient.communication.language [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "de-CH" ] ]; fhir:CodeableConcept.text [ fhir:value "Deutsch (Schweiz)" ] ]; fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------