Cancer Pathology Data Sharing
1.0.1 - STU 1.0.1 United States of America flag

Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions

: US Pathology Encounter Specimen Collection example - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-uspath-specimen-collection"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter encounter-uspath-specimen-collection</b></p><a name="encounter-uspath-specimen-collection"> </a><a name="hcencounter-uspath-specimen-collection"> </a><a name="encounter-uspath-specimen-collection-en-US"> </a><p><b>identifier</b>: <code>http://example.com/fhir/encounters</code>/123</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 726007}">Pathology consultation, comprehensive, records and specimen with report</span></p><p><b>subject</b>: <a href="Patient-patient-JoelAlex.html">Alex Joel  Male, DoB Unknown ( urn:system#patient-JoelAlex)</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href="Practitioner-practitioner-oncologist.html">Practitioner Wise Owl </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href="Practitioner-practitioner-pathologist.html">Practitioner Stains Alot </a></p></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.com/fhir/encounters"/>
    <value value="123"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="inpatient encounter"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="726007"/>
      <display
               value="Pathology consultation, comprehensive, records and specimen with report"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/patient-JoelAlex"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/practitioner-oncologist"/>
    </individual>
  </participant>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/practitioner-pathologist"/>
    </individual>
  </participant>
</Encounter>