FHIR IG analytics| Package | fhir.kisumuhie |
| Resource Type | Observation |
| Id | Observation-Example-KsmUltraSoundObservation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Example-KsmUltraSoundObservation
Profile: Ultrasound - Kisumu Patient
status: Final
category: Imaging
code: Ultrasound scan
subject: Patient/1234
effective: 2025-06-30 10:30:00+0300
component
code: Ultrasound scan requested
value: true
component
code: Diagnostic procedure ordered
value: true
component
code: Ultrasound scan done
value: true
component
code: Ultrasound study date
value: 2025-06-29 14:15:00+0300
component
code: Procedure not done reason
value: Equipment not available
component
code: Amniotic fluid volume
value: Normal amniotic fluid
component
code: Placenta location
value: Anterior placenta
{
"resourceType": "Observation",
"id": "Example-KsmUltraSoundObservation",
"meta": {
"profile": [
"http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-ultrasound-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "118245000",
"display": "Ultrasound scan"
}
]
},
"subject": {
"reference": "Patient/1234"
},
"effectiveDateTime": "2025-06-30T10:30:00+03:00",
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "103315006",
"display": "Ultrasound scan requested"
}
]
},
"valueBoolean": true
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3457005",
"display": "Diagnostic procedure ordered"
}
]
},
"valueBoolean": true
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371525003",
"display": "Ultrasound scan done"
}
]
},
"valueBoolean": true
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "34574-4",
"display": "Ultrasound study date"
}
]
},
"valueDateTime": "2025-06-29T14:15:00+03:00"
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183966005",
"display": "Procedure not done reason"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-reason-ultrasound-not-done",
"code": "11626002",
"display": "Equipment not available"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11882-8",
"display": "Amniotic fluid volume"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-amniotic-fluid-level-cs",
"code": "386661006",
"display": "Normal amniotic fluid"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11876-0",
"display": "Placenta location"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://fhir.kisumuhealth.co.ke/CodeSystem/anc-placenta-location",
"code": "187295000",
"display": "Anterior placenta"
}
]
}
}
]
}