eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: Subparticipant Location example - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="eHxSubparticipantLocationExample"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2023-06-28T16:50:56.948Z"/>
    <profile
             value="https://sequoiaproject.org/fhir/ehx/StructureDefinition/eHxSubparticipantLocation"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Location</b><a name="eHxSubparticipantLocationExample"> </a><a name="hceHxSubparticipantLocationExample"> </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;eHxSubparticipantLocationExample&quot; Version &quot;1&quot; Updated &quot;2023-06-28 16:50:56+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-eHxSubparticipantLocation.html">eHx Subparticipant Location</a></p></div><p><b>Org Role</b>: Provider (Details: http://hl7.org/fhir/organization-role code provider = 'Provider', stated as 'null')</p><p><b>type</b>: Administrative <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="file:///tmp/tmp-1-kGj1u5sPsWbv/output/CodeSystem-SequoiaServiceDeliveryLocationRoleTypeCodingSystem.html">Sequoia Service Delivery Location Role Type Coding System</a>#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>