FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-O2Saturation-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 06:43:00, 8 februari 2013 |
|---|---|
| Code | Waarde |
| Oxygen saturation in Arterial blood | 92 % |
| zuurstoftherapie | ja |
{
"resourceType": "Observation",
"id": "nl-core-O2Saturation-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-O2Saturation"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2708-6",
"display": "Oxygen saturation in Arterial blood"
},
{
"system": "http://loinc.org",
"code": "59408-5",
"display": "Oxygen saturation in Arterial blood by Pulse oximetry"
}
]
},
"subject": {
"reference": "Patient/nl-core-Patient-01",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"effectiveDateTime": "2013-02-08T06:43:00+02:00",
"valueQuantity": {
"value": 92,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"note": [
{
"text": "Stijgt snel bij aanspreken"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "57485005",
"display": "zuurstoftherapie"
}
]
},
"valueBoolean": true
}
]
}