careMESH NPD
0.1.0 - ci-build United States of America flag

careMESH NPD - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CaremeshLocationExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "CaremeshLocationExample",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location CaremeshLocationExample</b></p><a name=\"CaremeshLocationExample\"> </a><a name=\"hcCaremeshLocationExample\"> </a><a name=\"CaremeshLocationExample-en-US\"> </a><p><b>NY Location Evacuation Zone</b>: <span title=\"Codes:{http://fhir.caremesh.app/CodeSystem/NYLocationEvacuationZoneCS 1}\">Evacuation Zone 1</span></p><p><b>name</b>: TROY</p><p><b>address</b>: 123 MAIN ST TROY ASIA </p></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.caremesh.app/StructureDefinition/ny-location-Evacuation-zone",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.caremesh.app/CodeSystem/NYLocationEvacuationZoneCS",
            "code" : "1"
          }
        ]
      }
    }
  ],
  "name" : "TROY",
  "address" : {
    "line" : [
      "123 MAIN ST"
    ],
    "city" : "TROY",
    "state" : "ASIA"
  }
}