Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: Practitioner - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
  <p><b>Profile:</b> <a href="https://hl7.org/fhir/us/core/StructureDefinition-us-core-us-core-practitioner.html">US Core Practitioner</a></p>
  <p><b>Practitioner:</b> Dr. Joseph Nichols</p>
  <p><b>Identifier:</b> US NPI: 1122334455</p>
  <p><b>Address:</b> 1234 Main St., Tulsa, OK 74126, US (work)</p>
  <p><b>Email:</b> joseph.nichols@example.com</p>
  <p><b>Phone:</b> 800-277-1993</p>
  </div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1122334455"/>
  </identifier>
  <name>
    <family value="Nichols"/>
    <given value="Joseph"/>
    <prefix value="Dr"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="joseph.nichols@example.com"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="800-277-1993"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <line value="1234 Main St."/>
    <city value="Tulsa"/>
    <state value="OK"/>
    <postalCode value="74126"/>
    <country value="US"/>
  </address>
</Practitioner>