Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: Practitioner - example [Joe Smith] - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-joe-smith"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner-joe-smith</b></p><a name="practitioner-joe-smith"> </a><a name="hcpractitioner-joe-smith"> </a><a name="practitioner-joe-smith-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/223347044</p><p><b>name</b>: Smith Joe </p><p><b>address</b>: 142 Oak Steet Ann Arbor MI 48105 US </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://snomed.info/sct 309343006}">Physician (occupation)</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="223347044"/>
  </identifier>
  <name>
    <family value="Joe"/>
    <given value="Smith"/>
  </name>
  <address>
    <line value="142 Oak Steet"/>
    <city value="Ann Arbor"/>
    <state value="MI"/>
    <postalCode value="48105"/>
    <country value="US"/>
  </address>
  <qualification>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="309343006"/>
        <display value="Physician (occupation)"/>
      </coding>
    </code>
  </qualification>
</Practitioner>