Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

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

: Central Cancer Registry Reporting Encounter - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-cancer-example"/>
  <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> encounter-cancer-example</p><p><b>Identifier:</b> 9937012 (System: http://CancerOrg.smarthealthit.org)</p><p><b>Status:</b> finished</p><p><b>Class:</b> AMB (Ambulatory)</p><p><b>Type:</b> Encounter for problem (procedure) (SNOMED CT: 185347001)</p><p><b>Subject:</b> <a href="Patient-example.html">Patient-example: Amy Shaw</a></p>
<p><b>Reason:</b> Referral by general physician (procedure) (SNOMED CT: 305970004)</p><p><b>Participant:</b> <a href="Practitioner-1.html"> Joseph Nichols – Attender</a></p><p><b>Period:</b> 2023-03-21T17:00:14-05:00 to 2023-03-21T20:00:14-05:00</p><p><b>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="9937012"/>
  </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>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="ATND"/>
        <display value="attender"/>
      </coding>
    </type>
    <individual>🔗 
      <reference value="Practitioner/1"/>
      <display value="Joseph Nichols"/>
    </individual>
  </participant>
  <period>
    <start value="2023-03-21T17:00:14-05:00"/>
    <end value="2023-03-21T20:00:14-05:00"/>
  </period>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="305970004"/>
      <display value="Referral by general physician (procedure)"/>
    </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>