FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-negation-with-code-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense negation-with-code-example
Language: en
Profile: QICore MedicationDispense Declined
Extension Definition for MedicationDispense.recorded for Version 5.0: 2017-01-17
status: Declined
statusReason: Drug treatment not indicated (situation)
medication: alcaftadine 2.5 MG/ML [Lastacaft]
authorizingPrescription: MedicationRequest: status = active; intent = order; medication[x] = ->Medication alemtuzumab 10 MG/ML [Lemtrada]; authoredOn = 2015-03-25 19:32:52-0500
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": "negation-with-code-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-medicationdispensedeclined"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationDispense.recorded",
"valueDateTime": "2017-01-17"
}
],
"status": "declined",
"statusReasonCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183966005",
"display": "Drug treatment not indicated (situation)"
}
]
},
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "1000087",
"display": "alcaftadine 2.5 MG/ML [Lastacaft]"
}
]
},
"subject": {
"reference": "Patient/example"
},
"authorizingPrescription": [
{
"reference": "MedicationRequest/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"
}
}
]
}
]
}