FHIR IG analytics| Package | zw.fhir.ig.core |
| Resource Type | Organization |
| Id | Organization-organization1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization1
Profile: Zimbabwe Organization
identifier: ZimFacilityCode/ZW010E01
active: true
type: Central Hospital
name: Parirenyatwa Group of Hospitals
telecom: +263242701555
address: Mazowe Street Harare HA ZW
{
"resourceType": "Organization",
"id": "organization1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://mohcc.gov.zw/identifiers/facility-code",
"value": "ZW010E01"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimFacilityTypeCS",
"code": "CENTRAL",
"display": "Central Hospital"
}
]
}
],
"name": "Parirenyatwa Group of Hospitals",
"telecom": [
{
"system": "phone",
"value": "+263242701555"
}
],
"address": [
{
"line": [
"Mazowe Street"
],
"city": "Harare",
"district": "010E",
"state": "HA",
"country": "ZW"
}
]
}