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

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-full-example"/>
  <meta>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-practitioner"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-full-example</b></p><a name="practitioner-full-example"> </a><a name="hcpractitioner-full-example"> </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="StructureDefinition-alex-practitioner.html">Practitioner Profile</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, Medicare Provider Number/1234561B, Medicare Provider Number/1234561C, 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>
    <extension
               url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/associated-location">
      <valueString value="Forest Field"/>
    </extension>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
      </coding>
      <text value="Medicare Provider Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
    <value value="1234561A"/>
  </identifier>
  <identifier>
    <extension
               url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/associated-location">
      <valueString value="Lisa Surgery"/>
    </extension>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
      </coding>
      <text value="Medicare Provider Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
    <value value="1234561B"/>
  </identifier>
  <identifier>
    <extension
               url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/associated-location">
      <valueString value="Alex Rooms"/>
    </extension>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
      </coding>
      <text value="Medicare Provider Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
    <value value="1234561C"/>
  </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>