HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1
1.0.0 - STU1

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 R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

mCODECancerRelatedSurgicalProcedureExample01 - XML Representation

(back to description)

Raw xml

Source view


<Procedure xmlns="http://hl7.org/fhir">
  <id value="mCODECancerRelatedSurgicalProcedureExample01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-surgical-procedure"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <extension
             url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-treatment-intent">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="373808002"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="359615001"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/mCODEPatientExample01"/>
  </subject>
  <performedDateTime value="2019-03-01"/>
  <asserter>
    <reference value="Practitioner/mCODEPractitionerExample01"/>
  </asserter>
  <reasonReference>
    <reference value="Condition/mCODEPrimaryCancerConditionExample01"/>
  </reasonReference>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="41224006"/>
    </coding>
  </bodySite>
</Procedure>