FHIR IG analytics| Package | hl7.fhir.uv.pddi |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-medicationdispense-digoxin-cyclosporine-digoxin-prefetch.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense medicationdispense-digoxin-cyclosporine-digoxin-prefetch
status: Completed
category: Outpatient
medication: digoxin 125 MCG Oral Tablet
subject: Anonymous Patient Female, DoB: 1978-07-23
context: Encounter: status = in-progress; class = ambulatory (ActCode#AMB); period = (?) --> (ongoing)
quantity: 90 {tbl} (Details: UCUM code{tbl} = '{tbl}')
daysSupply: 90 Day (Details: UCUM coded = 'd')
dosageInstruction
timing: Once per 1.0 days
asNeeded: false
DoseAndRates
Type Dose[x] Calculated 1.0 tablet
{
"resourceType": "MedicationDispense",
"id": "medicationdispense-digoxin-cyclosporine-digoxin-prefetch",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "197604",
"display": "digoxin 125 MCG Oral Tablet"
}
]
},
"subject": {
"reference": "Patient/patient-digoxin-cyclosporine-context"
},
"context": {
"reference": "Encounter/encounter-digoxin-cyclosporine-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,
"periodUnit": "d"
}
},
"asNeededBoolean": false,
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "calculated"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "tablet"
}
}
]
}
]
}