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 for Surgery - Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-cancer-example-surgery",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/central-cancer-registry-reporting-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>Profile: </b> <a href=\"StructureDefinition-central-cancer-registry-reporting-encounter.html\"> Central Cancer Registry Reporting Encounter</a></p><p><b>Encounter:</b> Surgery-Lumpectomy</p>\n  <p><b>Identifier:</b> 9937013</p>\n  <p><b>Status:</b> finished</p>\n  <p><b>Class:</b> Ambulatory (AMB)</p>\n  <p><b>Type:</b> Encounter for problem (procedure) [SNOMED CT: 185347001]</p>\n  <p><b>Patient:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n  <p><b>Period:</b> November 8, 2024</p>\n  <p><b>Reason for Encounter:</b> <a href=\"Procedure-cancer-related-surgical-procedure-lumpectomy.html\"> Surgical Procedure - Lumpectomy</a></p>\n  <p><b>Associated Diagnosis:</b> <a href=\"Condition-primary-cancer-condition-breast.html\">  Primary Cancer Condition – Breast</a></p>\n  <p><b>Service Provider:</b> <a href=\"Organization-example-cancer-org.html\"> Cancer Organization</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://CancerOrg.smarthealthit.org",
      "value" : "9937013"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "185347001",
          "display" : "Encounter for problem (procedure)"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "period" : {
    "start" : "2023-11-08T17:00:14-05:00",
    "end" : "2023-11-08T20:00:14-05:00"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Procedure/cancer-related-surgical-procedure-lumpectomy"
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/primary-cancer-condition-breast"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/example-cancer-org",
    "display" : "Cancer Organization"
  }
}