0.1.0 - ci-build

PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JohnRobertSmithMD - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="JohnRobertSmithMD"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/smart-practitioner"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner JohnRobertSmithMD</b></p><a name="JohnRobertSmithMD"> </a><a name="hcJohnRobertSmithMD"> </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">Profiles: <a href="StructureDefinition-smart-practitioner.html">SMART Practitioner</a>, <code>http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner</code></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/7.0.1/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/1234567890</p><p><b>name</b>: John Smith </p><p><b>address</b>: 173 Elm St Pittsfield MA 01201-7223 (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>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1234567890"/>
  </identifier>
  <name>
    <family value="Smith"/>
    <given value="John"/>
    <prefix value="MD"/>
  </name>
  <address>
    <use value="work"/>
    <line value="173 Elm St"/>
    <city value="Pittsfield"/>
    <state value="MA"/>
    <postalCode value="01201-7223"/>
  </address>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <code value="MD"/>
      </coding>
    </code>
  </qualification>
</Practitioner>