ResMed Core Implementation Guide
0.37.0 - ci-build International flag

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

: resmed-practitioner-example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="resmed-practitioner-example"/>
  <meta>
    <profile
             value="http://resmed.com/fhir/core/StructureDefinition/resmed-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="resmed-practitioner-example"> </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 Practitioner &quot;resmed-practitioner-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-resmed-practitioner.html">ResMed Practitioner</a></p></div><p><b>identifier</b>: Provider number: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html">#</a>9876543210 (use: OFFICIAL), Consumer Application Account Identifier: j.smith (use: OFFICIAL), Person number: 343 (use: OFFICIAL)</p><p><b>name</b>: John Smith </p><p><b>telecom</b>: <a href="mailto:j.smith@sleepylabs.com">j.smith@sleepylabs.com</a></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="9876543210"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="CAAI"/>
      </coding>
    </type>
    <value value="j.smith"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PN"/>
      </coding>
    </type>
    <value value="343"/>
  </identifier>
  <name>
    <family value="Smith"/>
    <given value="John"/>
    <prefix value="Dr"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="j.smith@sleepylabs.com"/>
  </telecom>
</Practitioner>