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

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Central Cancer Registry Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, 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>