eHealthExchange Healthcare Directory Implementation Guide
1.2.0 - Release 1

: Subparticipant Location example - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="eHxSubparticipantLocationExample"/>
  <meta>
    <profile
             value="https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location eHxSubparticipantLocationExample</b></p><a name="eHxSubparticipantLocationExample"> </a><a name="hceHxSubparticipantLocationExample"> </a><a name="eHxSubparticipantLocationExample-en-US"> </a><p><b>Org Role</b>: <a href="http://hl7.org/fhir/R4/codesystem-organization-role.html#organization-role-provider">Organization Affiliation Role provider</a>: Provider</p><p><b>type</b>: <span title="Codes:{https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem administrative}">Administrative</span></p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style="display: none">*</td><td>-97.7047386</td><td>30.4159542</td></tr></table></div>
  </text>
  <extension
             url="https://sequoiaproject.org/fhir/sphd/StructureDefinition/OrgRole">
    <valueCoding>
      <system value="http://hl7.org/fhir/organization-role"/>
      <code value="provider"/>
    </valueCoding>
  </extension>
  <type>
    <coding>
      <system
              value="https://sequoiaproject.org/fhir/sphd/CodeSystem/SequoiaServiceDeliveryLocationRoleTypeCodingSystem"/>
      <code value="administrative"/>
    </coding>
  </type>
  <position>
    <longitude value="-97.7047386"/>
    <latitude value="30.4159542"/>
  </position>
</Location>