FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-TBTreatmentStartedAfterDiagnosticTestObservationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TBTreatmentStartedAfterDiagnosticTestObservationExample
Profile: Observation - TB Treatment Started
basedOn: CarePlan: status = active; intent = order; category = TB Treatment Care Plan; created = 2024-03-20
status: Final
category: Therapy
code: Tuberculosis treatment started
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: Yes
derivedFrom: Observation Mycobacterium tuberculosis stimulated gamma interferon [Interpretation] in Blood Qualitative
{
"resourceType": "Observation",
"id": "TBTreatmentStartedAfterDiagnosticTestObservationExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/tb-treatment-started-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "CarePlan/TBTreatmentCareplanExample"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "therapy"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "45242-5"
}
],
"text": "Tuberculosis treatment started"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2023-12-11",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"extension": [
{
"url": "http://moh.gov.et/fhir/hiv/StructureDefinition/observed-date",
"valueDateTime": "2023-10-21"
}
],
"coding": [
{
"system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
"code": "true"
}
]
},
"derivedFrom": [
{
"reference": "Observation/TBDiagnosticTestResultExample"
}
]
}