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

: Service Request - Cancer Pathology example - XML Representation

Raw xml | Download


<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="cancer-path-example"/>
  <meta>
    <versionId value="6"/>
    <lastUpdated value="2022-06-14T19:44:10.254+00:00"/>
    <source value="#4ilVzsX4Z70y61Dv"/>
    <profile
             value="http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-service-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest cancer-path-example</b></p><a name="cancer-path-example"> </a><a name="hccancer-path-example"> </a><a name="cancer-path-example-en-US"> </a><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">version: 6; Last updated: 2022-06-14 19:44:10+0000; </p><p style="margin-bottom: 0px">Information Source: #4ilVzsX4Z70y61Dv</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-pathology-service-request.html">US Pathology Service Request</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://snomed.info/sct 386053000}">Evaluation procedure (procedure)</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 50322008}">Surgical pathology specimen, clerical procedure including coding of diagnoses</span></p><p><b>subject</b>: <a href="Patient-JoelAlexPatient.html">Alex Joel  Male, DoB Unknown ( urn:system#JoelAlexPatient)</a></p><p><b>encounter</b>: <a href="Encounter-uspath-specimen-collection-example.html">Encounter: identifier = http://example.com/fhir/encounters#123; status = finished; class = inpatient encounter (ActCode#IMP); type = Pathology consultation, comprehensive, records and specimen with report</a></p><p><b>occurrence</b>: 2021-11-01 17:00:14-0500</p><p><b>requester</b>: <a href="Practitioner-surgeon-example.html">Practitioner Cuts Alot </a></p><p><b>specimen</b>: <a href="Specimen-adrenal-example.html">Specimen: identifier = http://some-lis.org/fhir/specimen-identifier-provisioner#123456789; accessionIdentifier = http://some-lis.org/fhir/specimen-identifier-provisioner#123456789X; type = Biopsy</a></p></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="386053000"/>
      <display value="Evaluation procedure (procedure)"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="50322008"/>
      <display
               value="Surgical pathology specimen, clerical procedure including coding of diagnoses"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/JoelAlexPatient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/uspath-specimen-collection-example"/>
  </encounter>
  <occurrenceDateTime value="2021-11-01T17:00:14-05:00"/>
  <requester>🔗 
    <reference value="Practitioner/surgeon-example"/>
  </requester>
  <specimen>🔗 
    <reference value="Specimen/adrenal-example"/>
  </specimen>
</ServiceRequest>