FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-ARTEligibleWithReasonsExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ARTEligibleWithReasonsExample
Profile: Observation - ART Eligibility Status
status: Final
category: Exam
code: Human immunodeficiency virus screening
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
effective: 2024-01-25
performer: Organization Meshwalkiya Health Center
value: Eligible and Ready
hasMember: Observation Reason medically eligible for HIV treatment
{
"resourceType": "Observation",
"id": "ARTEligibleWithReasonsExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/art-eligibility-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://snomed.info/sct",
"code": "171121004"
}
],
"text": "Human immunodeficiency virus screening"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2024-01-25",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/art-eligibility-status-code-system",
"code": "Eligible-and-Ready"
}
]
},
"hasMember": [
{
"reference": "Observation/ReasonWhyEligibleForARTExample"
}
]
}