FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-TBTreatmentStartedObservationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TBTreatmentStartedObservationExample
Profile: Observation - TB Treatment Started
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
{
"resourceType": "Observation",
"id": "TBTreatmentStartedObservationExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/tb-treatment-started-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": "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"
}
]
}
}