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

careMESH NPD - Local Development build (v0.1.0). 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><b>Generated Narrative: Location</b><a name=\"CaremeshLocationExample\"> </a></p><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\">Resource Location &quot;CaremeshLocationExample&quot; </p></div><p><b>NY Location Evacuation Zone</b>: Evacuation Zone 1 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-NYLocationEvacuationZoneCS.html\">NY Location Evacuation Zone Codesystem</a>#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"
  }
}