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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-cancer-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-07-19T03:02:05.801+00:00",
    "source" : "#YUwy5zH7WyiblJ5p",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/central-cancer-registry-reporting/StructureDefinition/cancer-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Encounter Example</b></p>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.smarthealthit.org",
      "value" : "9937012"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "308335008",
          "display" : "Patient encounter procedure"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "Practitioner/1",
        "display" : "Joseph Nichols"
      }
    }
  ],
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/primary-cancer-condition-breast"
      }
    }
  ]
}