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" : "Procedure",
"id" : "radiotherapy-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile: </b> <a href=\"https://hl7.org/fhir/us/mcode/StructureDefinition-mcode-radiotherapy-course-summary.html\">mCODE Radiotherapy Course Summary</a></p><p><b>Procedure:</b> Radiotherapy Course Summary</p>\n <p><b>Status:</b> Completed</p>\n <p><b>Intent:</b> Curative (SNOMEDCT: 373808002)</p>\n <p><b>Modality:</b> External beam radiation therapy using photons (SNOMEDCT: 1156506007)</p>\n <p><b>Performed:</b> 2024-01-31 to 2024-03-31</p>\n <p><b>Subject:</b> <a href=\"Patient-example.html\">Patient-example: Amy Shaw</a></p>\n <p><b>Reason:</b> Infiltrating duct carcinoma of breast </p>\n</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "373808002",
"display" : "Curative - procedure intent"
}
]
}
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1156506007",
"display" : "External beam radiation therapy using photons (procedure)"
}
]
}
},
{
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1156530009",
"display" : "Volumetric Modulated Arc Therapy (procedure)"
}
]
}
}
],
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique"
}
],
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1217123003"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"performedPeriod" : {
"start" : "2024-01-31",
"end" : "2024-03-31"
},
"reasonReference" : [
{
🔗 "reference" : "Condition/primary-cancer-condition-breast"
}
]
}