Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/Observation/annex2b-e08-refraction> a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "annex2b-e08-refraction"] ; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation annex2b-e08-refraction</b></p><a name=\"annex2b-e08-refraction\"> </a><a name=\"hcannex2b-e08-refraction\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Refraction measurement</span></p><p><b>subject</b>: <a href=\"Patient-annex2b-example-patient.html\">Alex Example (no stated gender), DoB: 1970-01-01 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-patient-1)</a></p><p><b>effective</b>: 2026-07-23 08:30:00+0200</p><p><b>performer</b>: <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></p><p><b>value</b>: Right eye sphere -1.25 diopter</p></div>" ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.code [ fhir:CodeableConcept.text [ fhir:value "Refraction measurement" ] ] ; fhir:Observation.subject [ fhir:link <http://hl7.org/fhir/Patient/annex2b-example-patient> ; fhir:Reference.reference [ fhir:value "Patient/annex2b-example-patient" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-07-23T08:30:00+02:00"^^xsd:dateTime] ; fhir:Observation.performer [ fhir:index 0 ; fhir:link <http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> ; fhir:Reference.reference [ fhir:value "Practitioner/annex2b-example-practitioner" ] ] ; fhir:Observation.valueString [ fhir:value "Right eye sphere -1.25 diopter"] . <http://hl7.org/fhir/Patient/annex2b-example-patient> a fhir:Patient . <http://hl7.org/fhir/Practitioner/annex2b-example-practitioner> a fhir:Practitioner . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Observation/annex2b-e08-refraction.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Observation/annex2b-e08-refraction.ttl> .