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

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypeLocation
IdLocation-location1.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: Location location1

status: Active

name: Parirenyatwa Outpatients Department

type: Outpatients Department

address: Harare HA ZW

managingOrganization: Organization Parirenyatwa Group of Hospitals


Source1

{
  "resourceType": "Location",
  "id": "location1",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Parirenyatwa Outpatients Department",
  "type": [
    {
      "text": "Outpatients Department"
    }
  ],
  "address": {
    "city": "Harare",
    "district": "010E",
    "state": "HA",
    "country": "ZW"
  },
  "managingOrganization": {
    "reference": "Organization/organization1"
  }
}