FHIR IG analytics| Package | hl7.fhir.uv.pddi |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-medicationdispense-warfarin-nsaid-warfarin-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-warfarin-nsaid-warfarin-prefetch
status: Completed
category: Outpatient
medication: Warfarin Sodium 5 MG Oral Tablet
subject: Anonymous Patient Male, DoB: 1948-05-10
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-warfarin-nsaid-warfarin-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": "855332",
"display": "Warfarin Sodium 5 MG Oral Tablet"
}
]
},
"subject": {
"reference": "Patient/patient-warfarin-nsaid-over65-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"
}
}
]
}
]
}