This page is part of the Potential Drug-Drug Interaction (PDDI) Clinical Decision Support (CDS) (FHIR IG) (v0.1.0: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v3.5.0. 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-misoprostol-prefetch",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medicationrequest-warfarin-nsaid-misoprostol-prefetch</p><p><b>status</b>: ACTIVE</p><p><b>intent</b>: ORDER</p><p><b>category</b>: outpatient <span style="background: LightGoldenRodYellow">(Details : {[not stated] code 'outpatient' = 'outpatient)</span></p><p><b>medication</b>: Misoprostol 0.2 MG Oral Tablet <span style="background: LightGoldenRodYellow">(Details : {RxNorm code '317128' = 'misoprostol 200 MCG Oral Tablet', given as 'Misoprostol 0.2 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: 10/05/1948</a></p><p><b>authoredOn</b>: </p><p><b style="color: maroon">Exception generating Narrative: null</b></p></div>"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"code" : "outpatient"
}
]
}
],
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "317128",
"display" : "Misoprostol 0.2 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() - 10 days"
}
}
]
},
"dosageInstruction" : [
{
"timing" : {
"repeat" : {
"frequency" : 1,
"period" : 1.0,
"periodUnit" : "d"
}
},
"asNeededBoolean" : false,
"doseAndRate" : [
{
"type" : {
"coding" : [
{
"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() - 10 days }, end: FHIR.dateTime { value: Today() } }"
}
}
]
},
"numberOfRepeatsAllowed" : 1,
"expectedSupplyDuration" : {
"value" : 90.0,
"unit" : "d"
}
}
}