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

Generated Narrative: Observation ExampleHbA1cForParGrading

status: Final

category: Laboratory

code: Hämoglobin A1c/Hämoglobin.gesamt in Blut

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

effective: 2026-02-05 11:05:00+0100

performer: PractitionerRole Doctor

value: 6.8 % (Details: UCUM code% = 'percent')

" ] ; 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 "laboratory" ] ] ] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; a loinc:4548-4 ; fhir:Coding.system [ fhir:value "http://loinc.org" ] ; fhir:Coding.code [ fhir:value "4548-4" ] ; fhir:Coding.display [ fhir:value "Hämoglobin A1c/Hämoglobin.gesamt in Blut" ] ] ] ; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat-beihilfe-01" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-02-05T11:05:00+01:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link ; fhir:Reference.reference [ fhir:value "PractitionerRole/role-schoell-gibitzenhof" ] ] ; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "6.8"^^xsd:decimal ] ; fhir:Quantity.unit [ fhir:value "%" ] ; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ; fhir:Quantity.code [ fhir:value "%" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology ; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------