FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Observation |
| Id | Observation-oxygen-saturation-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation oxygen-saturation-example
Language: en
Profiles: UZ Core Observation, Vital Signs Profile, Observation Oxygen Saturation Profile
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Test Test Test(official)
value: 95 % (Details: UCUM code% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Details: UCUM code% = '%') | 99 % (Details: UCUM code% = '%') |
Russian
Сгенерированный нарратив: Observation oxygen-saturation-example
Язык: en
Профильs: UZ Core Observation, Vital Signs Profile, Observation Oxygen Saturation Profile
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Test Test Test(official)
value: 95 % (Подробности: UCUM код% = '%')
interpretation: Normal (applies to non-numeric results)
| Low | High |
| 90 % (Подробности: UCUM код% = '%') | 99 % (Подробности: UCUM код% = '%') |
Uzbek
Generated Narrative: Observation oxygen-saturation-example
Language: en
Profiles: UZ Core Observation, Vital Signs Profile, Observation Oxygen Saturation Profile
status: Final
category: Vital Signs
code: Oxygen saturation in Arterial blood
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
effective: 2014-12-05 09:30:10+0100
performer: Practitioner Test Test Test(official)
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": "oxygen-saturation-example",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/oxygensat"
]
},
"language": "en",
"text": {
"status": "generated",
"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"
}
]
},
"subject": {
"reference": "Patient/example-salim"
},
"effectiveDateTime": "2014-12-05T09:30:10+01:00",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"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)"
}
],
"referenceRange": [
{
"low": {
"value": 90,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"high": {
"value": 99,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
}
}
]
}