FHIR IG analytics| Package | hl7.fhir.us.smp |
| Resource Type | DetectedIssue |
| Id | DetectedIssue-example-di01-duplicateTherapy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DetectedIssue example-di01-duplicateTherapy
status: Preliminary
code: Duplicate Therapy Alert
severity: High
patient: John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)
identified: 2025-07-02 08:00:00+0000
author: Practitioner Pharmy Anyperson (official)
implicated:
detail: Taking these medications contribute a risk of anticholinergic side effects that increase risk of cognitive impairment, dementia and falls.
| Action | Date | Author |
| Discontinue noted medications to prevent cognitive worsening, due to duplicative impact with other anticholinergics. | 2025-07-02 08:00:00+0000 | Practitioner Pharmy Anyperson (official) |
{
"resourceType": "DetectedIssue",
"id": "example-di01-duplicateTherapy",
"meta": {
"profile": [
"http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-action-plan-detected-issue"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "preliminary",
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "DUPTHPY",
"display": "Duplicate Therapy Alert"
}
]
},
"severity": "high",
"patient": {
"reference": "Patient/examplePatient"
},
"identifiedDateTime": "2025-07-02T08:00:00Z",
"author": {
"reference": "Practitioner/examplePharmacist"
},
"implicated": [
{
"reference": "MedicationStatement/example-MedicationStatement-alprazolam-01",
"display": "alprazolam 0.5 MG Oral Tablet"
},
{
"reference": "MedicationStatement/example-MedicationStatement-metoclopramide-01",
"display": "metoclopromide 10 MG Oral Tablet"
}
],
"detail": "Taking these medications contribute a risk of anticholinergic side effects that increase risk of cognitive impairment, dementia and falls.",
"mitigation": [
{
"action": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "13",
"display": "Stopped Concurrent Therapy"
}
],
"text": "Discontinue noted medications to prevent cognitive worsening, due to duplicative impact with other anticholinergics."
},
"date": "2025-07-02T08:00:00Z",
"author": {
"reference": "Practitioner/examplePharmacist"
}
}
]
}