FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-cmd-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense cmd-example
Profile: US Quality Core MedicationDispense
status: Completed
medication: Medication alemtuzumab 10 MG/ML [Lemtrada]
| Actor |
| Practitioner Adam Careful |
authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication alemtuzumab 10 MG/ML [Lemtrada]; authoredOn = 2015-03-25 19:32:52-0500
quantity: 450 ml (Details: UCUM codeml = 'ml')
daysSupply: 30 Day (Details: UCUM coded = 'd')
whenPrepared: 2012-05-30 16:20:00+0000
whenHandedOver: 2012-05-31 10:20:00+0000
destination: Location South Wing, second floor
dosageInstruction
timing: 3 per 1 day
route: oral administration of treatment
DoseAndRates
Type Dose[x] Ordered 5 ml (Details: UCUM codeml = 'ml')
{
"resourceType": "MedicationDispense",
"id": "cmd-example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-medicationdispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationReference": {
"reference": "Medication/example"
},
"subject": {
"reference": "Patient/example"
},
"performer": [
{
"actor": {
"reference": "Practitioner/example"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/example"
}
],
"quantity": {
"value": 450,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
},
"daysSupply": {
"value": 30,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenPrepared": "2012-05-30T16:20:00+00:00",
"whenHandedOver": "2012-05-31T10:20:00+00:00",
"destination": {
"reference": "Location/example"
},
"receiver": [
{
"reference": "Patient/example"
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"frequency": 3,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394899003",
"display": "oral administration of treatment"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 5,
"unit": "ml",
"system": "http://unitsofmeasure.org",
"code": "ml"
}
}
]
}
]
}