@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "FinalCauseOfDeath-LocalCode"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-condition-finalcauseofdeath"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

Generated Narrative

Resource \"FinalCauseOfDeath-LocalCode\"

Profile: CH CRL Condition Final Cause of Death

assertedDate: 2018-12-15T13:00:00+02:00

category: Cause of death (LOINC#79378-6)

code: Bronchus oder Lunge (localcode#localCode; icd-10-gm[2019]#C34.9 \"Bronchus oder Lunge, nicht näher bezeichnet\")

subject: Patient/FranzMinimum \" MINIMUM\"

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" ]; fhir:Extension.valueDateTime [ fhir:value "2018-12-15T13:00:00+02:00"^^xsd:dateTime ] ]; fhir:Condition.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:79378-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "79378-6" ]; fhir:Coding.display [ fhir:value "Cause of death" ] ] ]; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://example.com/localcode" ]; fhir:Coding.code [ fhir:value "localCode" ]; fhir:Coding.display [ fhir:value "Bronchus oder Lunge" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/dimdi/icd-10-gm" ]; fhir:Coding.version [ fhir:value "2019" ]; fhir:Coding.code [ fhir:value "C34.9" ]; fhir:Coding.display [ fhir:value "Bronchus oder Lunge, nicht näher bezeichnet" ] ] ]; fhir:Condition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/FranzMinimum" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------