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 |
{
"resourceType" : "Encounter",
"id" : "encounter-cancer-example-radiation",
"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> Radiation Therapy</p>\n <p><b>Identifier:</b> 9937014</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> January 31, 2024, 5:00 PM – March 31, 2024, 8:00 PM (EST)</p>\n <p><b>Reason for Encounter:</b> Radiotherapy course of treatment (regime/therapy)\n [SNOMED CT: 1217123003]</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" : "9937014"
}
],
"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" : "2024-01-31T17:00:14-05:00",
"end" : "2024-03-31T20:00:14-05:00"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1217123003",
"display" : "Radiotherapy course of treatment (regime/therapy)"
}
]
}
],
"diagnosis" : [
{
"condition" : {
🔗 "reference" : "Condition/primary-cancer-condition-breast"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/example-cancer-org",
"display" : "Cancer Organization"
}
}