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

mCODECancerRelatedMedicationStatementExample01 - XML Representation

(back to description)

Raw xml

Source view


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="mCODECancerRelatedMedicationStatementExample01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-related-medication-statement"/>
  </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>: mCODECancerRelatedMedicationStatementExample01</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>category</b>: Community <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/medication-statement-category code 'community' = 'Community)</span></p><p><b>medication</b>: gefitinib 250 MG Oral Tablet <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '349472' = 'gefitinib 250 MG Oral Tablet)</span></p><p><b>subject</b>: <a href="MedicationStatement-mCODECancerRelatedMedicationStatementExample01.html">Generated Summary: id: mCODEPatientExample01; Medical record number = m123 (USUAL); John B. Anyperson ; gender: male; birthDate: 1951-01-20</a></p><p><b>effective</b>: Apr 1, 2019 12:00:00 AM</p><p><b>dateAsserted</b>: Apr 1, 2019 12:00:00 AM</p><p><b>dosage</b>: </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="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/>
      <code value="community"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="349472"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/mCODEPatientExample01"/>
  </subject>
  <effectiveDateTime value="2019-04-01"/>
  <dateAsserted value="2019-04-01"/>
  <dosage>
    <text value="250mg orally once daily with or without food"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>