Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: location-search-bundle-example - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="location-search-bundle-example"/>
  <meta>
    <lastUpdated value="2024-02-14T00:16:24.960+13:00"/>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/location-search-bundle"/>
  </meta>
  <type value="searchset"/>
  <link>
    <relation value="self"/>
    <url
         value="https://alexapi.medtechglobal.com.au/fhir/Location?_id=location1"/>
  </link>
  <entry>
    <fullUrl
             value="https://alexapi.medtechglobal.com.au/fhir/Location/location1"/>
    <resource>
      <Location>
        <id value="location1"/>
        <text>
          <status value="extensions"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Location_location1"> </a><p class="res-header-id"><b>Generated Narrative: Location location1</b></p><a name="location1"> </a><a name="hclocation1"> </a><p><b>PMS Version extension</b>: Medtech Artia v1.0</p><p><b>identifier</b>: HPI-O/8003621566684455, ACN/518247535, ABN/12345678901</p><p><b>name</b>: DownUnder Medical Center</p><p><b>type</b>: <span title="Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8512-10}">Orthopaedic service</span></p><p><b>telecom</b>: ph: 555-4321(Home), ph: 555-1234(Work), fax: 021-7890(Work)</p><p><b>address</b>: 3 McGregor Street darlinghurst test residence Sydney NSW 2000 Australia </p></div>
        </text>
        <extension
                   url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/location-medtechpms-version">
          <valueString value="Medtech Artia v1.0"/>
        </extension>
        <identifier>
          <extension
                     url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/hpio-status">
            <valueCoding>
              <system
                      value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpio-status"/>
              <code value="A"/>
              <display value="Active"/>
            </valueCoding>
          </extension>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
              <code value="NOI"/>
              <display value="National Organisation Identifier"/>
            </coding>
            <text value="HPI-O"/>
          </type>
          <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
          <value value="8003621566684455"/>
        </identifier>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="XX"/>
            </coding>
            <text value="ACN"/>
          </type>
          <system value="http://hl7.org.au/id/acn"/>
          <value value="518247535"/>
        </identifier>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="XX"/>
            </coding>
            <text value="ABN"/>
          </type>
          <system value="http://hl7.org.au/id/abn"/>
          <value value="12345678901"/>
        </identifier>
        <name value="DownUnder Medical Center"/>
        <type>
          <coding>
            <system
                    value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"/>
            <code value="8512-10"/>
            <display value="Orthopaedic service"/>
          </coding>
        </type>
        <telecom>
          <system value="phone"/>
          <value value="555-4321"/>
          <use value="home"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="555-1234"/>
          <use value="work"/>
        </telecom>
        <telecom>
          <system value="fax"/>
          <value value="021-7890"/>
          <use value="work"/>
        </telecom>
        <address>
          <line value="3 McGregor Street"/>
          <line value="darlinghurst"/>
          <line value="test residence"/>
          <city value="Sydney"/>
          <state value="NSW"/>
          <postalCode value="2000"/>
          <country value="Australia"/>
        </address>
      </Location>
    </resource>
  </entry>
</Bundle>