FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-IndexCaseContactHealthStatusFamilyMemberExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation IndexCaseContactHealthStatusFamilyMemberExample
Profile: Observation - Health Status
status: Final
category: Exam
code: Health Status
subject: Jane Smith Female, DoB: 1982-04-12 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345675)
effective: 2024-01-25
performer: Organization Meshwalkiya Health Center
value: Continuous chronic illness
{
"resourceType": "Observation",
"id": "IndexCaseContactHealthStatusFamilyMemberExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/health-status-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11323-3"
}
],
"text": "Health Status"
},
"subject": {
"reference": "Patient/ChildRelatedPersonBecomesPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2024-01-25",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA14937-9"
}
]
}
}