0.1.0 - ci-build

oncologyfhirigkenya - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Oncology Medication Request - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="example-oncology-medicationrequest"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/oncology-kenya-medicationrequest"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest example-oncology-medicationrequest</b></p><a name="example-oncology-medicationrequest"> </a><a name="hcexample-oncology-medicationrequest"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-oncology-kenya-medicationrequest.html">Oncology Medication Request Kenya</a></p></div><p><b>County Where Medication Was Prescribed</b>: <span title="Codes:{https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes Nyandarua}">Nyandarua</span></p><p><b>Flag for Reporting Medication Request to National Registry</b>: true</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{https://www.kemri.go.ke/fhir/CodeSystem/oncology-medication-category chemotherapy}">chemotherapy</span></p><p><b>medication</b>: <span title="Codes:{http://id.who.int/icd10 Z51.1}">Chemotherapy session for neoplasm</span></p><p><b>subject</b>: <a href="Patient/example">Patient/example</a></p><p><b>authoredOn</b>: 2025-03-01</p><p><b>requester</b>: <a href="Practitioner/example-oncologist">Practitioner/example-oncologist</a></p><p><b>reasonCode</b>: <span title="Codes:{http://id.who.int/icd10 C50.2}">Malignant neoplasm of upper-inner quadrant of breast</span></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>Administer 500mg/m2 intravenously every 21 days for 6 cycles</td></tr></table></div>
  </text>
  <extension
             url="http://example.org/StructureDefinition/medicationrequest-prescribed-county">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://www.kenyacode.com/fhir/CodeSystem/kenya-county-codes"/>
        <code value="Nyandarua"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://example.org/StructureDefinition/medicationrequest-registry-flag">
    <valueBoolean value="true"/>
  </extension>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="https://www.kemri.go.ke/fhir/CodeSystem/oncology-medication-category"/>
      <code value="chemotherapy"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="http://id.who.int/icd10"/>
      <code value="Z51.1"/>
      <display value="Chemotherapy session for neoplasm"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <authoredOn value="2025-03-01"/>
  <requester>
    <reference value="Practitioner/example-oncologist"/>
  </requester>
  <reasonCode>
    <coding>
      <system value="http://id.who.int/icd10"/>
      <code value="C50.2"/>
      <display value="Malignant neoplasm of upper-inner quadrant of breast"/>
    </coding>
  </reasonCode>
  <dosageInstruction>
    <text
          value="Administer 500mg/m2 intravenously every 21 days for 6 cycles"/>
  </dosageInstruction>
</MedicationRequest>