FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Observation |
| Id | Observation-ObservationOxySatBasicObservationOrg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ObservationOxySatBasicObservationOrg
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Johnny Male, DoB: 1960-01-02 ( urn:oid:1.2.208.176.1.2#0201609995)
effective: 2023-11-01 12:00:00+0100
performer: Practitioner Abraham Murakami
value: 97 % (Details: UCUM code% = '%')
{
"resourceType": "Observation",
"id": "ObservationOxySatBasicObservationOrg",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-basic-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
},
{
"system": "urn:iso:std:iso:11073:10101",
"code": "150456",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
},
"subject": {
"reference": "Patient/john"
},
"effectiveDateTime": "2023-11-01T12:00:00+01:00",
"performer": [
{
"reference": "Practitioner/AbrahamLaege"
}
],
"valueQuantity": {
"value": 97,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}