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
{
"resourceType" : "MedicationDispense",
"id" : "medicationdispense-warfarin-nsaid-warfarin-prefetch",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense medicationdispense-warfarin-nsaid-warfarin-prefetch</b></p><a name=\"medicationdispense-warfarin-nsaid-warfarin-prefetch\"> </a><a name=\"hcmedicationdispense-warfarin-nsaid-warfarin-prefetch\"> </a><a name=\"medicationdispense-warfarin-nsaid-warfarin-prefetch-en-US\"> </a><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\">Anonymous Patient Male, DoB: 1948-05-10</a></p><p><b>quantity</b>: 90 {tbl}<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code{tbl} = '{tbl}')</span></p><p><b>daysSupply</b>: 90 Day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once per 1.0 days</p><p><b>asNeeded</b>: false</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type calculated}\">Calculated</span></td><td>1.0 tablet</td></tr></table></blockquote></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://unitsofmeasure.org",
"code" : "{tbl}"
},
"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://terminology.hl7.org/CodeSystem/dose-rate-type",
"code" : "calculated"
}
]
},
"doseQuantity" : {
"value" : 1.0,
"unit" : "tablet"
}
}
]
}
]
}