FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-TestedForHIVExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation TestedForHIVExample
Profile: Observation - Tested for HIV
status: Final
category: Exam
code: Tested for HIV
subject: Group: type = person; actual = true
effective: 2024-01-25
performer: Organization Meshwalkiya Health Center
value: Yes
{
"resourceType": "Observation",
"id": "TestedForHIVExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/tested-for-hiv-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": "Tested for HIV"
},
"subject": {
"reference": "Group/GroupWithPatientChildRegisteredAsPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2024-01-25",
"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"
}
]
}
}