Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Pathologist PractitionerRole (example) - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="pathologist-example"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2021-08-06T14:01:37.146+00:00"/>
    <source value="#ZUtzI9gMaQppmoj3"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
    <profile
             value="http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href="Practitioner-pathologist-example.html">Generated Summary: id: 987654321; Stains Alot </a></p><p><b>organization</b>: <a href="Organization-principal-pathology-lab.html">Generated Summary: active; name: Some Pathology Lab Name</a></p><p><b>code</b>: <span title="Codes: {http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types principal-result-interpreter}">Pathologist principally interpreting results on pathology testing</span></p><p><b>telecom</b>: ph: 720-242-9999</p></div>
  </text>
  <practitioner>
    <reference value="Practitioner/pathologist-example"/>
  </practitioner>
  <organization>
    <reference value="Organization/principal-pathology-lab"/>
  </organization>
  <code>
    <coding>
      <system
              value="http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types"/>
      <code value="principal-result-interpreter"/>
      <display
               value="Pathologist principally interpreting results on pathology testing"/>
    </coding>
  </code>
  <telecom>
    <system value="phone"/>
    <value value="720-242-9999"/>
  </telecom>
</PractitionerRole>