FHIR IG analytics| Package | hl7.fhir.uv.pddi.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-digoxin-cyclosporine-digoxin-context.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest
Resource MedicationRequest "medicationrequest-digoxin-cyclosporine-digoxin-context"
status: active
intent: order
category: Outpatient (Medication usage category codes#outpatient)
medication: digoxin 250 MCG Oral Tablet (RxNorm#197606)
subject: Patient/patient-digoxin-cyclosporine-context
dosageInstruction
timing: Do Once per 1.0 days
asNeeded: false
dispenseRequest
validityPeriod: ?? --> (ongoing)
numberOfRepeatsAllowed: 1
ExpectedSupplyDurations
- Value Unit System Code * 90 days Unified Code for Units of Measure (UCUM) d
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-digoxin-cyclosporine-digoxin-context",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "outpatient"
}
]
}
],
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "197606",
"display": "digoxin 250 MCG Oral Tablet"
}
]
},
"subject": {
"reference": "Patient/patient-digoxin-cyclosporine-context"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "calculated"
}
]
},
"doseQuantity": {
"value": 1,
"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() }, end: FHIR.dateTime { value: Today() } }"
}
}
]
},
"numberOfRepeatsAllowed": 1,
"expectedSupplyDuration": {
"value": 90,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}