@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "PeripheralCapillaryOxygenSaturationClinicalData"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation PeripheralCapillaryOxygenSaturationClinicalData

identifier: Baseline/?ngen-9?

status: Final

category: Clinical

code: Capillary oxygen saturation

subject: Anonymous Patient (no stated gender), DoB Unknown

effective: 2024-01-15 09:29:23+0000

value: 80 %

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://www.retention-project.eu/ig/CodeSystem/Category"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "Baseline" ] ] ) ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:58147004 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "58147004" ] ; fhir:display [ fhir:v "Clinical" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a sct:442440005 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "442440005" ] ; fhir:display [ fhir:v "Capillary oxygen saturation" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2024-01-15T09:29:23.356+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "80"^^xsd:decimal ] ; fhir:unit [ fhir:v "%" ] ] . # # -------------------------------------------------------------------------------------