Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Encounter xmlns="http://hl7.org/fhir">
<id value="encounter-cancer-example-radiation"/>
<meta>
<profile
value="http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>Profile: </b> <a href="StructureDefinition-central-cancer-registry-reporting-encounter.html"> Central Cancer Registry Reporting Encounter</a></p><p><b>Encounter:</b> Radiation Therapy</p>
<p><b>Identifier:</b> 9937014</p>
<p><b>Status:</b> finished</p>
<p><b>Class:</b> Ambulatory (AMB)</p>
<p><b>Type:</b> Encounter for problem (procedure) [SNOMED CT: 185347001]</p>
<p><b>Patient:</b> <a href="Patient-example.html">Patient-example: Amy Shaw</a></p>
<p><b>Period:</b> January 31, 2024, 5:00 PM – March 31, 2024, 8:00 PM (EST)</p>
<p><b>Reason for Encounter:</b> Radiotherapy course of treatment (regime/therapy)
[SNOMED CT: 1217123003]</p>
<p><b>Associated Diagnosis:</b> <a href="Condition-primary-cancer-condition-breast.html"> Primary Cancer Condition – Breast</a></p>
<p><b>Service Provider:</b> <a href="Organization-example-cancer-org.html"> Cancer Organization</a></p></div>
</text>
<identifier>
<system value="http://CancerOrg.smarthealthit.org"/>
<value value="9937014"/>
</identifier>
<status value="finished"/>
<class>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="AMB"/>
<display value="ambulatory"/>
</class>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="185347001"/>
<display value="Encounter for problem (procedure)"/>
</coding>
</type>
<subject>🔗
<reference value="Patient/example"/>
<display value="Amy Shaw"/>
</subject>
<period>
<start value="2024-01-31T17:00:14-05:00"/>
<end value="2024-03-31T20:00:14-05:00"/>
</period>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="1217123003"/>
<display value="Radiotherapy course of treatment (regime/therapy)"/>
</coding>
</reasonCode>
<diagnosis>
<condition>🔗
<reference value="Condition/primary-cancer-condition-breast"/>
</condition>
</diagnosis>
<serviceProvider>🔗
<reference value="Organization/example-cancer-org"/>
<display value="Cancer Organization"/>
</serviceProvider>
</Encounter>