@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleSmokingStatusForParGrading"] ; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/smoking-status-de" ; fhir:index 0 ; fhir:link ] ] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "

Generated Narrative: Observation ExampleSmokingStatusForParGrading

status: Final

category: Social History

code: Raucherstatus

subject: Friedrich Hartmann (official) Male, DoB: 1958-11-22

effective: 2026-02-05 10:55:00+0100

performer: PractitionerRole Doctor

value: Former smoker

" ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.category [ fhir:index 0 ; fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ; fhir:Coding.code [ fhir:value "social-history" ] ] ] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:72166-2 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "72166-2" ] ; fhir:Coding.display [ fhir:value "Raucherstatus" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-02-05T10:55:00+01:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ] ] ; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:LA15920-4 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "LA15920-4" ] ; fhir:Coding.display [ fhir:value "Former smoker" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------