{
  "resourceType" : "Location",
  "id" : "location-single-example",
  "meta" : {
    "profile" : ["http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-location"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Philippine General Hospital Main Building - A tertiary hospital located in Manila.</div>"
  },
  "status" : "active",
  "name" : "Philippine General Hospital",
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "HOSP",
      "display" : "Hospital"
    }]
  }],
  "address" : {
    "line" : ["Taft Avenue"],
    "city" : "Manila",
    "district" : "NCR",
    "postalCode" : "1000",
    "country" : "PH"
  }
}