FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Location |
| Id | Location-EncounterLocationHIVTestingExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location EncounterLocationHIVTestingExample
Profile: Location - Encounter Entry Point
identifier: http://moh.gov.et/fhir/hiv/identifier/location/HTS0001
name: HIV Clinic
type: HIV Services
managingOrganization: Organization Meshwalkiya Health Center
{
"resourceType": "Location",
"id": "EncounterLocationHIVTestingExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.gov.et/fhir/hiv/identifier/location",
"value": "HTS0001"
}
],
"name": "HIV Clinic",
"type": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "LA31960-0"
}
],
"text": "HIV Services"
}
],
"managingOrganization": {
"reference": "Organization/OutreachFacilityExample"
}
}