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 (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationRequest",
"id" : "medicationrequest-warfarin-nsaid-ppi-prefetch",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: medicationrequest-warfarin-nsaid-ppi-prefetch</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Outpatient</span></p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 854868}\">Rabeprazole sodium 20 MG Delayed Release 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>authoredOn</b>: </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>?? --> (ongoing)</td><td>1</td><td>90.0 d</td></tr></table></div>"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "outpatient"
}
]
}
],
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "854868",
"display" : "Rabeprazole sodium 20 MG Delayed Release 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() - 10 days"
}
}
]
},
"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"
}
}
]
}
],
"dispenseRequest" : {
"validityPeriod" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-expression",
"valueExpression" : {
"language" : "text/cql",
"expression" : "FHIR.Period { start: FHIR.dateTime { value: Today() - 10 days }, end: FHIR.dateTime { value: Today() } }"
}
}
]
},
"numberOfRepeatsAllowed" : 1,
"expectedSupplyDuration" : {
"value" : 90.0,
"unit" : "d"
}
}
}