Potential Drug-Drug Interaction (PDDI) CDS IG : STU Ballot 1

This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.1.0: STU 1 Ballot 1) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

MedicationRequest medicationrequest-digoxin-cyclosporine-digoxin-context

Raw xml


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medicationrequest-digoxin-cyclosporine-digoxin-context"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medicationrequest-digoxin-cyclosporine-digoxin-context</p><p><b>status</b>: ACTIVE</p><p><b>intent</b>: ORDER</p><p><b>category</b>: outpatient <span style="background: LightGoldenRodYellow">(Details : {[not stated] code 'outpatient' = 'outpatient)</span></p><p><b>medication</b>: Digoxin 0.25 MG Oral Tablet <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '197606' = 'digoxin 250 MCG Oral Tablet', given as 'Digoxin 0.25 MG Oral Tablet'})</span></p><p><b>subject</b>: <a href="Patient-patient-digoxin-cyclosporine-context.html">Generated Summary: id: patient-digoxin-cyclosporine-context; gender: female; birthDate: 23/07/1978</a></p><p><b>context</b>: <a href="Encounter-encounter-digoxin-cyclosporine-context.html">Generated Summary: id: encounter-digoxin-cyclosporine-context; status: in-progress; <span title="{null AMB}">AMB</span>; period: ?? --&gt; (ongoing)</a></p><p><b>dosageInstruction</b>: </p><h3>DispenseRequests</h3><table class="grid"><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td>?? --&gt; (ongoing)</td><td>1</td><td>90.0 d</td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <code value="outpatient"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="197606"/>
      <display value="Digoxin 0.25 MG Oral Tablet"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/patient-digoxin-cyclosporine-context"/>
  </subject>
  <context>
    <reference value="Encounter/encounter-digoxin-cyclosporine-context"/>
  </context>
  <dosageInstruction>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1.0"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <asNeededBoolean value="false"/>
    <doseAndRate>
      <type>
        <coding>
          <code value="calculated"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="1.0"/>
        <unit value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <extension url="http://hl7.org/fhir/StructureDefinition/cqf-expression">
        <valueExpression>
          <language value="text/cql"/>
          <expression
                      value="FHIR.Period { start: FHIR.dateTime { value: Today() }, end: FHIR.dateTime { value: Today() } }"/>
        </valueExpression>
      </extension>
    </validityPeriod>
    <numberOfRepeatsAllowed value="1"/>
    <expectedSupplyDuration>
      <value value="90.0"/>
      <unit value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>