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 Practitioner (example) - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="pathologist-example"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2021-06-22T14:54:29.055+00:00"/>
    <source value="#cZxJw0rMl5usCvEV"/>
    <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</b></p><p><b>identifier</b>: id: 987654321</p><p><b>name</b>: Stains Alot </p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="987654321"/>
  </identifier>
  <name>
    <family value="Alot"/>
    <given value="Stains"/>
  </name>
</Practitioner>