German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: e61 Functional Observation - TTL Representation
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-e61-functional-observation> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "annex2b-e61-functional-observation"] ;
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-e61-functional-observation</b></p><a name=\"annex2b-e61-functional-observation\"> </a><a name=\"hcannex2b-e61-functional-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Walking endurance</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-20 09:00:00+0200</p><p><b>performer</b>: <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></p><p><b>value</b>: 120 m<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codem = 'meter')</span></p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.text [ fhir:value "Walking endurance" ]
] ;
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-20T09:00: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.valueQuantity [
fhir:Quantity.value [ fhir:value "120"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "m" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "m" ]
] .
<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-e61-functional-observation.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/annex2b-e61-functional-observation.ttl> .