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",
  "meta" : {
    "lastUpdated" : "2025-05-05T20:21:38.737Z",
    "profile" : [
      🔗 "http://fhir.caremesh.app/StructureDefinition/caremesh-Location"
    ]
  },
  "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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-05-05 20:21:38+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-caremesh-Location.html\">careMESH Location</a></p></div><p><b>NY Location Evacuation Zone</b>: <span title=\"Codes:{http://fhir.caremesh.app/CodeSystem/NYLocationEvacuationZoneCS 1}\">Evacuation Zone 1</span></p><p><b>status</b>: Active</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"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "name" : "TROY",
  "address" : {
    "line" : [
      "123 MAIN ST"
    ],
    "city" : "TROY",
    "state" : "ASIA"
  }
}