This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "Procedure",
"id" : "mCODECancerRelatedSurgicalProcedureExample01",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-surgical-procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: mCODECancerRelatedSurgicalProcedureExample01</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>code</b>: Partial lobectomy of lung <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '359615001' = 'Partial lobectomy of lung)</span></p><p><b>subject</b>: <a href=\"Procedure-mCODECancerRelatedSurgicalProcedureExample01.html\">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>performed</b>: Mar 1, 2019 12:00:00 AM</p><p><b>asserter</b>: <a href=\"Procedure-mCODECancerRelatedSurgicalProcedureExample01.html\">Generated Summary: id: mCODEPractitionerExample01; 9988776655; Kyle Anydoc ; gender: male</a></p><p><b>reasonReference</b>: <a href=\"Procedure-mCODECancerRelatedSurgicalProcedureExample01.html\">Generated Summary: id: mCODEPrimaryCancerConditionExample01; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span>; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span>; <span title=\"Codes: {http://snomed.info/sct 64572001}\">Disease</span>; <span title=\"Codes: {http://snomed.info/sct 254637007}\">Non-small cell lung cancer</span>; <span title=\"Codes: {http://snomed.info/sct 39607008}\">Lung</span>; onset: Apr 1, 2019 12:00:00 AM</a></p><p><b>bodySite</b>: Left lower lobe of lung <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '41224006' = 'Left lower lobe of lung)</span></p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-treatment-intent",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "373808002"
}
]
}
}
],
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "359615001"
}
]
},
"subject" : {
"reference" : "Patient/mCODEPatientExample01"
},
"performedDateTime" : "2019-03-01",
"asserter" : {
"reference" : "Practitioner/mCODEPractitionerExample01"
},
"reasonReference" : [
{
"reference" : "Condition/mCODEPrimaryCancerConditionExample01"
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "41224006"
}
]
}
]
}