@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Condition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "8-6-Condition"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-medical-problems"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Generated NarrativeResource \"8-6-Condition\" Profile: CH VACD Recommendation Medical Problems Profilecode: ANDERE_LEBERERKRANKUNG (Swiss Complication Risks Codesystem#114036)subject: Patient/3-2-PatientrecordedDate: 2019-04-01T00:00:00+02:00recorder: PractitionerRole/6-4-PractitionerRole" ]; 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.1" ]; fhir:Coding.code [ fhir:value "114036" ]; fhir:Coding.display [ fhir:value "ANDERE_LEBERERKRANKUNG" ] ] ]; fhir:Condition.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/3-2-Patient" ] ]; fhir:Condition.recordedDate [ fhir:value "2019-04-01T00:00:00+02:00"^^xsd:dateTime]; fhir:Condition.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/6-4-PractitionerRole" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------
Generated Narrative
Resource \"8-6-Condition\"
Profile: CH VACD Recommendation Medical Problems Profile
code: ANDERE_LEBERERKRANKUNG (Swiss Complication Risks Codesystem#114036)
subject: Patient/3-2-Patient
recordedDate: 2019-04-01T00:00:00+02:00
recorder: PractitionerRole/6-4-PractitionerRole