FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypeOrganization
IdOrganization-organization1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization organization1

identifier: ZimFacilityCode/ZW010E01

active: true

type: Central Hospital

name: Parirenyatwa Group of Hospitals

telecom: +263242701555

address: Mazowe Street Harare HA ZW


Source1

{
  "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"
    }
  ]
}