FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-FamilyMemberHIVStatusExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation FamilyMemberHIVStatusExample
status: Final
category: Social History
code: History of family member diseases
subject: Group: type = person; actual = true
effective: 2024-01-25
performer: Organization Meshwalkiya Health Center
note: @2024-01-25 13:28:17-0500
Additional remarks regarding family member HIV status
hasMember:
{
"resourceType": "Observation",
"id": "FamilyMemberHIVStatusExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/family-member-hiv-status-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10157-6"
}
],
"text": "History of family member diseases"
},
"subject": {
"reference": "Group/GroupWithPatientChildRelationExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2024-01-25",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"note": [
{
"time": "2024-01-25T13:28:17-05:00",
"text": "Additional remarks regarding family member HIV status"
}
],
"hasMember": [
{
"reference": "Observation/LinkedToCareAndInitiatedARTExample",
"display": "Linked to HIV Care and Treatment"
},
{
"reference": "Observation/StartedARTExample",
"display": "Initiated ART"
},
{
"reference": "Observation/HIVStatusDisclosureAtEnrollmentExample"
},
{
"reference": "Observation/TestedForHIVExample"
},
{
"reference": "Observation/CounseledForHIVExample"
},
{
"reference": "Observation/HealthStatusExample"
}
]
}