Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2
1.0.0-ballot - STU Ballot International flag

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

: medicationrequest-warfarin-nsaid-nsaid-context - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest-warfarin-nsaid-nsaid-context",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"medicationrequest-warfarin-nsaid-nsaid-context\"> </a></p><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\">Resource MedicationRequest &quot;medicationrequest-warfarin-nsaid-nsaid-context&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-category.html\">Medication usage category codes</a>#outpatient)</span></p><p><b>medication</b>: Ibuprofen 400 MG Oral Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#197805)</span></p><p><b>subject</b>: <a href=\"Patient-patient-warfarin-nsaid-over65-prefetch.html\">Patient/patient-warfarin-nsaid-over65-prefetch</a></p><p><b>authoredOn</b>: </p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Do Once per 1.0 days</p><p><b>asNeeded</b>: false</p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: ?? --&gt; (ongoing)</p><p><b>numberOfRepeatsAllowed</b>: 1</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>90</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
          "code" : "outpatient"
        }
      ]
    }
  ],
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "197805",
        "display" : "Ibuprofen 400 MG Oral Tablet"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-warfarin-nsaid-over65-prefetch"
  },
  "_authoredOn" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/cqf-expression",
        "valueExpression" : {
          "language" : "text/cql",
          "expression" : "Today()"
        }
      }
    ]
  },
  "dosageInstruction" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1.0,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code" : "calculated"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1.0,
            "unit" : "tablet"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/cqf-expression",
          "valueExpression" : {
            "language" : "text/cql",
            "expression" : "FHIR.Period { start: FHIR.dateTime { value: Today() }, end: FHIR.dateTime { value: Today() } }"
          }
        }
      ]
    },
    "numberOfRepeatsAllowed" : 1,
    "expectedSupplyDuration" : {
      "value" : 90,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}