FHIR IG analytics| Package | hl7.fhir.uv.cpg.r4 |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-dm-scenario4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense dm-scenario4
status: Completed
medication: Levothyroxine Sodium, 1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10) (package)
subject: Example Patient Female, DoB: 1990-10-01
authorizingPrescription: MedicationRequest: status = active; intent = order; priority = routine; medication[x] = Levothyroxine sodium 75 microgram oral tablet; reasonCode = Hypothyroidism (disorder)
type: Refill - Part Fill
quantity: 100(unit TAB from http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm) (Details: Orderable Drug Form codeTAB = 'Tablet')
daysSupply: 30 Day (Details: UCUM coded = 'd')
whenPrepared: 2015-03-16 17:13:00+0500
dosageInstruction
sequence: 1
text: 75mcg daily daily
timing: Once per 1 days
route: Oral Route (qualifier value)
DoseAndRates
Type Dose[x] Ordered 75 mcg (Details: UCUM codeug = 'ug')
{
"resourceType": "MedicationDispense",
"id": "dm-scenario4",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationdispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "0378-1805-10",
"display": "Levothyroxine Sodium, 1000 TABLET in 1 BOTTLE, PLASTIC (0378-1805-10) (package)"
}
]
},
"subject": {
"reference": "Patient/dm-scenario4-patient"
},
"authorizingPrescription": [
{
"reference": "MedicationRequest/dm-scenario4-mr"
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "RFP",
"display": "Refill - Part Fill"
}
]
},
"quantity": {
"value": 100,
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"daysSupply": {
"value": 30,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenPrepared": "2015-03-16T17:13:00+05:00",
"dosageInstruction": [
{
"sequence": 1,
"text": "75mcg daily daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route (qualifier value)"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 75,
"unit": "mcg",
"system": "http://unitsofmeasure.org",
"code": "ug"
}
}
]
}
]
}