FHIR IG analytics| Package | ethiopia.fhir.hiv |
| Resource Type | Organization |
| Id | Organization-OutreachFacilityExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization OutreachFacilityExample
Profile: Organization
identifier: http://moh.gov.et/fhir/hiv/identifier/mohid/MOH001, http://moh.gov.et/fhir/hiv/identifier/hfuid/HFUID001
active: true
type: Outreach Facility
name: Meshwalkiya Health Center
address: Meshulekia Kirkos Addis Ababa
{
"resourceType": "Organization",
"id": "OutreachFacilityExample",
"meta": {
"profile": [
"http://moh.gov.et/fhir/hiv/StructureDefinition/organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://moh.gov.et/fhir/hiv/identifier/mohid",
"value": "MOH001"
},
{
"system": "http://moh.gov.et/fhir/hiv/identifier/hfuid",
"value": "HFUID001"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185483006"
}
],
"text": "Outreach Facility"
}
],
"name": "Meshwalkiya Health Center",
"address": [
{
"line": [
"Meshulekia"
],
"city": "Kirkos",
"district": "Kirkos woreda 9",
"state": "Addis Ababa"
}
]
}