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/example-referral-finding> a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "example-referral-finding"] ; 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 example-referral-finding</b></p><a name=\"example-referral-finding\"> </a><a name=\"hcexample-referral-finding\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://example.org/fhir/CodeSystem/clinical-findings knee-range-of-motion}\">knee-range-of-motion</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-07-27</p><p><b>value</b>: Flexion limited to 90 degrees</p></div>" ] ; fhir:Observation.status [ fhir:value "final"] ; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0 ; fhir:Coding.system [ fhir:value "https://example.org/fhir/CodeSystem/clinical-findings" ] ; fhir:Coding.version [ fhir:value "2026-01" ] ; fhir:Coding.code [ fhir:value "knee-range-of-motion" ] ] ] ; fhir:Observation.subject [ fhir:link <http://hl7.org/fhir/Patient/example-patient> ; fhir:Reference.reference [ fhir:value "Patient/example-patient" ] ] ; fhir:Observation.effectiveDateTime [ fhir:value "2026-07-27"^^xsd:date] ; fhir:Observation.valueString [ fhir:value "Flexion limited to 90 degrees"] . <http://hl7.org/fhir/Patient/example-patient> a fhir:Patient . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/Observation/example-referral-finding.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Observation/example-referral-finding.ttl> .