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

(DRAFT) Potential Drug-Drug Interaction (PDDI) CDS IG : Ballot for Comment 2

MedicationDispense/medicationdispense-warfarin-nsaid-warfarin-prefetch

Raw json

{
  "resourceType" : "MedicationDispense",
  "id" : "medicationdispense-warfarin-nsaid-warfarin-prefetch",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: medicationdispense-warfarin-nsaid-warfarin-prefetch</p><p><b>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 855332}\">Warfarin Sodium 5 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-warfarin-nsaid-over65-prefetch.html\">Generated Summary: id: patient-warfarin-nsaid-over65-prefetch; gender: male; birthDate: 1948-05-10</a></p><p><b>quantity</b>: 90 1151133</p><p><b>daysSupply</b>: 90 Day</p><p><b>dosageInstruction</b>: </p></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
        "code" : "outpatient"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "855332",
        "display" : "Warfarin Sodium 5 MG Oral Tablet"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-warfarin-nsaid-over65-prefetch"
  },
  "quantity" : {
    "value" : 90,
    "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
    "code" : "1151133"
  },
  "daysSupply" : {
    "value" : 90,
    "unit" : "Day",
    "system" : "http://unitsofmeasure.org",
    "code" : "d"
  },
  "dosageInstruction" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1.0,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "doseAndRate" : [
        {
          "type" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "258090004"
              }
            ]
          },
          "doseQuantity" : {
            "value" : 1.0,
            "unit" : "tablet"
          }
        }
      ]
    }
  ]
}