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

: practitioner-search-bundle-example - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="practitioner-search-bundle-example"/>
  <meta>
    <lastUpdated value="2024-02-14T00:16:24.960+13:00"/>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/practitioner-search-bundle"/>
  </meta>
  <type value="searchset"/>
  <link>
    <relation value="self"/>
    <url
         value="https://alexapi.medtechglobal.com.au/fhir/Practitioner?_id=practitioner1"/>
  </link>
  <entry>
    <fullUrl
             value="https://alexapidev.medtechglobal.com/fhir/Practitioner/practitioner1"/>
    <resource>
      <Practitioner>
        <id value="practitioner1"/>
        <meta>
          <profile
                   value="http://hl7.org.au/fhir/StructureDefinition/au-practitioner"/>
        </meta>
        <text>
          <status value="extensions"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Practitioner_practitioner1"> </a><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner1</b></p><a name="practitioner1"> </a><a name="hcpractitioner1"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org.au/fhir/4.1.0/StructureDefinition-au-practitioner.html">AU Base Practitioner</a></p></div><p><b>Practitioner Affiliation Extension</b>: <a href="CodeSystem-practitioner-affiliation.html#practitioner-affiliation-AMC">Medtech Practitioner Affiliation CodeSystem AMC</a>: Australian Medical Council</p><p><b>identifier</b>: HPI-I/8003619900015717, Medicare Provider Number/1234561A, AHPRA Registration Number/MED0000932945</p><p><b>active</b>: true</p><p><b>name</b>: Alex Api </p><p><b>telecom</b>: <a href="mailto:helen.mayo@downunderhospital.example.com">helen.mayo@downunderhospital.example.com</a>, ph: 555-1234(Home), ph: 555-5678(Mobile)</p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia (work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1985-10-14</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">General Practitioner</span></td></tr></table></div>
        </text>
        <extension
                   url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/practitioner-affiliation">
          <valueCoding>
            <system
                    value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/practitioner-affiliation"/>
            <code value="AMC"/>
            <display value="Australian Medical Council"/>
          </valueCoding>
        </extension>
        <identifier>
          <extension
                     url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/hpii-status">
            <valueCoding>
              <system
                      value="https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpii-status"/>
              <code value="A"/>
              <display value="Active"/>
            </valueCoding>
          </extension>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="NPI"/>
              <display value="National provider identifier"/>
            </coding>
            <text value="HPI-I"/>
          </type>
          <system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/>
          <value value="8003619900015717"/>
        </identifier>
        <identifier>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
              <code value="UPIN"/>
              <display value="Medicare Provider Number"/>
            </coding>
            <text value="Medicare Provider Number"/>
          </type>
          <system
                  value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
          <value value="1234561A"/>
        </identifier>
        <identifier>
          <type>
            <coding>
              <system
                      value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
              <code value="AHPRA"/>
              <display
                       value="Australian Health Practitioner Regulation Agency Registration Number"/>
            </coding>
            <text value="AHPRA Registration Number"/>
          </type>
          <system value="http://hl7.org.au/id/ahpra-registration-number"/>
          <value value="MED0000932945"/>
        </identifier>
        <active value="true"/>
        <name>
          <family value="Api"/>
          <given value="Alex"/>
          <prefix value="Dr"/>
        </name>
        <telecom>
          <system value="email"/>
          <value value="helen.mayo@downunderhospital.example.com"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="555-1234"/>
          <use value="home"/>
        </telecom>
        <telecom>
          <system value="phone"/>
          <value value="555-5678"/>
          <use value="mobile"/>
        </telecom>
        <address>
          <use value="work"/>
          <line value="3 McGregor Street"/>
          <city value="Blacktown"/>
          <state value="NSW"/>
          <postalCode value="2148"/>
          <country value="Australia"/>
        </address>
        <gender value="female"/>
        <birthDate value="1985-10-14"/>
        <qualification>
          <code>
            <text value="General Practitioner"/>
          </code>
        </qualification>
      </Practitioner>
    </resource>
  </entry>
</Bundle>