FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-TBTreatmentStatusRx1ObservationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TBTreatmentStatusRx1ObservationExample
Profile: Observation - TB Treatment Status
status: Final
category: Therapy
code: Tuberculosis status
subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
effective: 2023-12-11
performer: Organization Meshwalkiya Health Center
value: TBRx1
{
"resourceType": "Observation",
"id": "TBTreatmentStatusRx1ObservationExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/tb-treatment-status-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "therapy"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "45241-7"
}
],
"text": "Tuberculosis status"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2023-12-11",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/tb-treatment-status-code-system",
"code": "TBRx1"
}
]
}
}