Aged Care Clinical Note - Local Development build (v0.1.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Practitioner - Dr Helen Mayo - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ex-practitioner-helen"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/cn/StructureDefinition/au-aged-care-clin-note-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ex-practitioner-helen</b></p><a name="ex-practitioner-helen"> </a><a name="hcex-practitioner-helen"> </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-au-aged-care-clin-note-practitioner.html">AU Aged Care Clinical Note - Practitioner</a></p></div><p><b>identifier</b>: National provider identifier/8003619900015717, Ahpra Registration Number/MED0000932945</p><p><b>active</b>: true</p><p><b>name</b>: Helen Mayo </p><p><b>telecom</b>: <a href="mailto:helen.mayo@bobrestermedical.example.com">helen.mayo@bobrestermedical.example.com</a></p><p><b>address</b>: 87 Western Brisbane QLD 4013 AU (work)</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:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Doctor of Medicine</span></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NPI"/>
      </coding>
    </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="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="Mayo"/>
    <given value="Helen"/>
    <prefix value="Dr"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="helen.mayo@bobrestermedical.example.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="87 Western"/>
    <city value="Brisbane"/>
    <state value="QLD"/>
    <postalCode value="4013"/>
    <country value="AU"/>
  </address>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="MD"/>
        <display value="Doctor of Medicine"/>
      </coding>
    </code>
  </qualification>
</Practitioner>