@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "O2max"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Observation O2max status: Finalcode: Maximum oxygen uptakesubject: Anonymous Patient (no stated gender), DoB Unknowneffective: 2021-05-21 09:29:23+0000value: 37 ml/kg/min"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ fhir:coding ( [ a sct:251898000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "251898000" ] ; fhir:display [ fhir:v "Maximum oxygen uptake" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2021-05-21T09:29:23.356+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "37"^^xsd:decimal ] ; fhir:unit [ fhir:v "ml/kg/min" ] ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Observation O2max
status: Final
code: Maximum oxygen uptake
subject: Anonymous Patient (no stated gender), DoB Unknown
effective: 2021-05-21 09:29:23+0000
value: 37 ml/kg/min