FHIR IG analytics| Package | hl7.fhir.uv.pddi |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-digoxin-cyclosporine-cyclosporine-prefetch.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest medicationrequest-digoxin-cyclosporine-cyclosporine-prefetch
status: Active
intent: Order
category: Outpatient
medication: cyclosporine, modified 25 MG Oral Capsule
subject: Anonymous Patient Female, DoB: 1978-07-23
authoredOn: Value calculated by: Today() - 10 days
dosageInstruction
timing: Once per 1.0 days
asNeeded: false
DoseAndRates
Type Dose[x] Calculated 1.0 tablet
dispenseRequest
validityPeriod: ?? --> (ongoing)
numberOfRepeatsAllowed: 1
ExpectedSupplyDurations
Value Unit System Code 90 days http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-digoxin-cyclosporine-cyclosporine-prefetch",
"text": {
"status": "extensions",
"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": "835894",
"display": "cyclosporine, modified 25 MG Oral Capsule"
}
]
},
"subject": {
"reference": "Patient/patient-digoxin-cyclosporine-context"
},
"_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,
"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() - 10 days }, end: FHIR.dateTime { value: Today() } }"
}
}
]
},
"numberOfRepeatsAllowed": 1,
"expectedSupplyDuration": {
"value": 90,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}