FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Observation |
| Id | Observation-satO2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation satO2
Security Label: Artificial Intelligence asserted (Details: ObservationValue code AIAST = 'Artificial Intelligence asserted')
identifier: http://example.org/observation/id/o1223435-10
partOf: http://server.example.org/fhir/Procedure/ob
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: http://server.example.org/fhir/Patient/f201
effective: 2014-12-05 09:30:10+0100
performer: http://server.example.org/fhir/Practitioner/pract
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
{
"resourceType": "Observation",
"id": "satO2",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"version": "4.0.0",
"code": "AIAST",
"display": "Artificial Intelligence asserted"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/observation/id",
"value": "o1223435-10"
}
],
"partOf": [
{
"reference": "http://server.example.org/fhir/Procedure/ob"
}
],
"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": "urn:iso:std:iso:11073:10101",
"code": "150456",
"display": "MDC_PULS_OXIM_SAT_O2"
}
]
},
"subject": {
"reference": "http://server.example.org/fhir/Patient/f201"
},
"effectiveDateTime": "2014-12-05T09:30:10+01:00",
"performer": [
{
"reference": "http://server.example.org/fhir/Practitioner/pract"
}
],
"valueQuantity": {
"value": 95,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
],
"text": "Normal (applies to non-numeric results)"
}
],
"device": {
"reference": "Device/TheAI"
},
"referenceRange": [
{
"low": {
"value": 90,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 99,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}