FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Observation |
| Id | Observation-HIVTestResultsExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation HIVTestResultsExample
Profile: Observation - HIV Test Results
status: Final
category: Exam
code: HIV test results
subject: Group: type = person; actual = true
effective: 2024-01-25
performer: Organization Meshwalkiya Health Center
value: Positive for HIV 2
derivedFrom: Observation HIV screening
{
"resourceType": "Observation",
"id": "HIVTestResultsExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/hiv-test-results-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://loinc.org",
"code": "LL5696-1"
}
],
"text": "HIV test results"
},
"subject": {
"reference": "Group/GroupWithPatientChildRegisteredAsPatientExample"
},
"encounter": {
"reference": "Encounter/GeneralEncounterExample"
},
"effectiveDateTime": "2024-01-25",
"performer": [
{
"reference": "Organization/CurrentServiceProviderExample"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA20964-5"
}
]
},
"derivedFrom": [
{
"reference": "Observation/TestedForHIVExample"
}
]
}