Central Cancer Registry Reporting Content IG
1.0.0 - STU 1 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 1.0.0 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

: Cancer Encounter - Example - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="encounter-cancer-example"/>
  <meta>
    <versionId value="4"/>
    <lastUpdated value="2021-07-19T03:02:05.801+00:00"/>
    <source value="#YUwy5zH7WyiblJ5p"/>
    <profile
             value="http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Encounter Example</b></p>
  </text>
  <identifier>
    <system value="http://hospital.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="308335008"/>
      <display value="Patient encounter 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>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/primary-cancer-condition-breast"/>
    </condition>
  </diagnosis>
</Encounter>