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

Potential Drug-Drug Interaction (PDDI) CDS IG : STU1 Ballot 2, published by HL7 Clinical Decision Support Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/PDDI-CDS/ and changes regularly. See the Directory of published versions

: medicationadministration-warfarin-nsaid-warfarin-prefetch - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationAdministration",
  "id" : "medicationadministration-warfarin-nsaid-warfarin-prefetch",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationAdministration</b><a name=\"medicationadministration-warfarin-nsaid-warfarin-prefetch\"> </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 MedicationAdministration &quot;medicationadministration-warfarin-nsaid-warfarin-prefetch&quot; </p></div><p><b>status</b>: completed</p><p><b>category</b>: Inpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-medication-admin-category.html\">Medication administration  category  codes</a>#inpatient)</span></p><p><b>medication</b>: Warfarin Sodium 10 MG <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html\">RxNorm</a>#855295)</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>effective</b>: ?? --&gt; (ongoing)</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet</td><td>Oral Route <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></td><td>Swallow <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#421521009)</span></td><td>1 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm code TAB = 'Tablet')</span></td></tr></table></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medication-admin-category",
        "code" : "inpatient"
      }
    ]
  },
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "855295",
        "display" : "Warfarin Sodium 10 MG"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-warfarin-nsaid-over65-prefetch"
  },
  "effectivePeriod" : {
    "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() } }"
        }
      }
    ]
  },
  "dosage" : {
    "text" : "1 tablet",
    "route" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "26643006",
          "display" : "Oral Route"
        }
      ]
    },
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "421521009",
          "display" : "Swallow"
        }
      ]
    },
    "dose" : {
      "value" : 1,
      "unit" : "TAB",
      "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code" : "TAB"
    }
  }
}