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

: Pathology specimen collection procedure example - XML Representation

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="procedure-path-specimen"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure procedure-path-specimen</b></p><a name="procedure-path-specimen"> </a><a name="hcprocedure-path-specimen"> </a><a name="procedure-path-specimen-en-US"> </a><p><b>basedOn</b>: <a href="ServiceRequest-servicerequest-cancer-path.html">Service Request - Cancer Pathology Specimen Collection</a></p><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 39228008}">Surgical pathology procedure (procedure)</span></p><p><b>subject</b>: <a href="Patient-patient-JoelAlex.html">Alex Joel</a></p><p><b>performed</b>: 2021-11-01 17:00:14-0500</p></div>
  </text>
  <basedOn>🔗 
    <reference value="ServiceRequest/servicerequest-cancer-path"/>
    <display value="Service Request - Cancer Pathology Specimen Collection"/>
  </basedOn>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="39228008"/>
      <display value="Surgical pathology procedure (procedure)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-JoelAlex"/>
    <display value="Alex Joel"/>
  </subject>
  <performedDateTime value="2021-11-01T17:00:14-05:00"/>
</Procedure>