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

: Encounter (example) - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="pathology-encounter"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2021-06-22T14:53:00.210+00:00"/>
    <source value="#VtC1lWviqpHKWeZL"/>
    <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><b>Generated Narrative</b></p><p><b>identifier</b>: id: 123</p><p><b>status</b>: finished</p><p><b>class</b>: <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">inpatient encounter</span></p><p><b>type</b>: <span title="Codes: {http://snomed.info/sct 308335008}">Patient encounter procedure</span></p><p><b>subject</b>: <a href="Patient-JoelAlexPatient.html">Generated Summary: id: JoelAlexPatient; Jose Rodriguez ; gender: male</a></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href="Practitioner-oncologist-example.html">Generated Summary: id: 123456789; Wise Owl </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <a href="Practitioner-pathologist-example.html">Generated Summary: id: 987654321; 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="308335008"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/JoelAlexPatient"/>
  </subject>
  <participant>
    <individual>
      <reference value="Practitioner/oncologist-example"/>
    </individual>
  </participant>
  <participant>
    <individual>
      <reference value="Practitioner/pathologist-example"/>
    </individual>
  </participant>
</Encounter>