minimal Common Oncology Data Elements (mCODE) Implementation Guide
4.0.0-ballot - STU4 Ballot United States of America flag

minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.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-mCODE-ig/ and changes regularly. See the Directory of published versions

: us-core-practitioner-jane-radiotech - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="us-core-practitioner-jane-radiotech"/>
  <meta>
    <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><b>Generated Narrative: Practitioner</b><a name="us-core-practitioner-jane-radiotech"> </a><a name="hcus-core-practitioner-jane-radiotech"> </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;us-core-practitioner-jane-radiotech&quot; </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-practitioner.html">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.3.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/234512367</p><p><b>name</b>: Jane Radiologist </p><p><b>address</b>: 123 Primary Drive Anytown MA 12345 US (work)</p><p><b>gender</b>: female</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>Doctor of Medicine <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (degreeLicenseCertificate[2.7]#MD)</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="234512367"/>
  </identifier>
  <name>
    <family value="Radiologist"/>
    <given value="Jane"/>
    <prefix value="Dr."/>
  </name>
  <address>
    <use value="work"/>
    <line value="123 Primary Drive"/>
    <city value="Anytown"/>
    <state value="MA"/>
    <postalCode value="12345"/>
    <country value="US"/>
  </address>
  <gender value="female"/>
  <qualification>
    <code>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
        <version value="2.7"/>
        <code value="MD"/>
      </coding>
    </code>
  </qualification>
</Practitioner>