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 - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="CaremeshLocationExample"/>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <extension
             url="http://fhir.caremesh.app/StructureDefinition/ny-location-Evacuation-zone">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://fhir.caremesh.app/CodeSystem/NYLocationEvacuationZoneCS"/>
        <code value="1"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <name value="TROY"/>
  <address>
    <line value="123 MAIN ST"/>
    <city value="TROY"/>
    <state value="ASIA"/>
  </address>
</Location>