FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Observation |
| Id | Observation-ExampleKenyaObservation.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleKenyaObservation
Profile: HIE Observation
identifier: PLAC/OBS-123456789 (use: official, )
basedOn: ServiceRequest/servreq-001
status: Registered
category: Vital Signs
code: 100002-5
subject: Patient/pat-001
encounter: Encounter/enc-001
effective: 2025-02-14 10:30:00+0300
issued: 2025-02-14 10:32:00+0300
performer: HIEPractitioner/prac-001
value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
interpretation: High
hasMember: Observation/diastolic-example
component
code: Diastolic blood pressure
value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
interpretation: Normal
component
code: Systolic blood pressure
dataAbsentReason: Not Performed
{
"resourceType": "Observation",
"id": "ExampleKenyaObservation",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "PLAC"
}
]
},
"system": "http://khie.health.go.ke/identifiers/observations",
"value": "OBS-123456789"
}
],
"basedOn": [
{
"reference": "ServiceRequest/servreq-001"
}
],
"status": "registered",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"code": "100002-5"
}
]
},
"subject": {
"reference": "Patient/pat-001"
},
"encounter": {
"reference": "Encounter/enc-001"
},
"effectiveDateTime": "2025-02-14T10:30:00+03:00",
"issued": "2025-02-14T10:32:00+03:00",
"performer": [
{
"reference": "HIEPractitioner/prac-001"
}
],
"valueQuantity": {
"value": 120,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"hasMember": [
{
"reference": "Observation/diastolic-example"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
]
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "not-performed",
"display": "Not Performed"
}
]
}
}
]
}