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" : "cancer-related-surgical-procedure-lumpectomy",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>Profile:</b> <a href=\"https://hl7.org/fhir/us/core/StructureDefinition-us-core-procedure.html\">US Core Procedure</a></p>\n <p><b>Procedure:</b> Cancer-related-surgical-procedure-lumpectomy</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 735085002}\">Lumpectomy of left breast (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p><p><b>performed</b>: 2023-11-08</p><p><b>reasonReference</b>: <a href=\"Condition-primary-cancer-condition-breast.html\">Condition Infiltrating duct carcinoma of breast (disorder)</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 80248007}\">Left breast structure (body structure)</span></p></div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "735085002",
"display" : "Lumpectomy of left breast (procedure)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example"
},
"performedDateTime" : "2023-11-08",
"reasonReference" : [
{
🔗 "reference" : "Condition/primary-cancer-condition-breast"
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "80248007",
"display" : "Left breast structure (body structure)"
}
]
}
]
}