FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-INHAtFollowupCompletedObservationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation INHAtFollowupCompletedObservationExample
Profile: Observation - INH At Follow-up
status: Final
category: Therapy
code: TPT follow-up isit
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: Treatment completed
hasMember: Observation Treatment completed
{
"resourceType": "Observation",
"id": "INHAtFollowupCompletedObservationExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/inh-at-follow-up-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": "LA21590-7"
}
],
"text": "TPT follow-up isit"
},
"subject": {
"reference": "Patient/GeneralPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2023-12-11",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "182992009"
}
]
},
"hasMember": [
{
"reference": "Observation/TPTCompletedObservationExample"
}
]
}