@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "8-3-Condition"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-medical-problems"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "" ]; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.756.5.30.1.127.3.3.2" ]; fhir:Coding.code [ fhir:value "213006" ]; fhir:Coding.display [ fhir:value "FLEDERMAUSFORSCHER_UND_SCHUETZER" ] ] ]; fhir:Condition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/3-1-Patient" ] ]; fhir:Condition.recordedDate [ fhir:value "2009-04-01T00:00:00+02:00"^^xsd:dateTime]; fhir:Condition.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/6-1-PractitionerRole" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------