minimal Common Oncology Data Elements (mCODE) Implementation Guide
4.0.0-ballot - STU4 Ballot United States of America flag

minimal Common Oncology Data Elements (mCODE) Implementation Guide, published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 4.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-mCODE-ig/ and changes regularly. See the Directory of published versions

: cancer-related-medication-request-doxorubicin-jenny-m - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="cancer-related-medication-request-doxorubicin-jenny-m"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-medication-request"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest cancer-related-medication-request-doxorubicin-jenny-m</b></p><a name="cancer-related-medication-request-doxorubicin-jenny-m"> </a><a name="hccancer-related-medication-request-doxorubicin-jenny-m"> </a><a name="cancer-related-medication-request-doxorubicin-jenny-m-en-US"> </a><p><b>Procedure Intent Extension</b>: <span title="Codes:{http://snomed.info/sct 373808002}">Curative - procedure intent (qualifier value)</span></p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}">Outpatient</span></p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 3639}">DOXOrubicin</span></p><p><b>subject</b>: <a href="Patient-cancer-patient-jenny-m.html">Jenny M  Female, DoB: 1965-01-01 ( Medical Record Number: MRN1234 (use: usual, ))</a></p><p><b>authoredOn</b>: 2018-04-12</p><p><b>requester</b>: <a href="Practitioner-us-core-practitioner-owen-oncologist.html">Practitioner Owen Oncologist </a></p><p><b>reasonReference</b>: <a href="Condition-primary-cancer-condition-jenny-m.html">Condition Primary malignant neoplasm of female left breast (disorder)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: doxorubicin (60 mg/m² IV)</p><p><b>timing</b>: Once</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 47625008}">Intravenous route (qualifier value)</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Rate[x]</b></td></tr><tr><td style="display: none">*</td><td>60 mg/m2<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg/m2 = 'mg/m2')</span></td></tr></table><p><b>maxDosePerPeriod</b>: 1/3 week<span style="background: LightGoldenRodYellow"> (Details: UCUM  codewk = 'wk')</span></p></blockquote></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="373808002"/>
        <display value="Curative - procedure intent (qualifier value)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="3639"/>
      <display value="DOXOrubicin"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/cancer-patient-jenny-m"/>
  </subject>
  <authoredOn value="2018-04-12"/>
  <requester>🔗 
    <reference value="Practitioner/us-core-practitioner-owen-oncologist"/>
  </requester>
  <reasonReference>🔗 
    <reference value="Condition/primary-cancer-condition-jenny-m"/>
  </reasonReference>
  <dosageInstruction>
    <text value="doxorubicin (60 mg/m² IV)"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2018-04-01"/>
        </boundsPeriod>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="47625008"/>
        <display value="Intravenous route (qualifier value)"/>
      </coding>
    </route>
    <doseAndRate>
      <rateQuantity>
        <value value="60"/>
        <unit value="mg/m2"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg/m2"/>
      </rateQuantity>
    </doseAndRate>
    <maxDosePerPeriod>
      <numerator>
        <value value="1"/>
      </numerator>
      <denominator>
        <value value="3"/>
        <unit value="week"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="wk"/>
      </denominator>
    </maxDosePerPeriod>
  </dosageInstruction>
</MedicationRequest>