FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypeDetectedIssue
IdDetectedIssue-example-di01-duplicateTherapy.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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.

Mitigations

-ActionDateAuthor
*Discontinue noted medications to prevent cognitive worsening, due to duplicative impact with other anticholinergics.2025-07-02 08:00:00+0000Practitioner Pharmy Anyperson (official)

Source1

{
  "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"
      }
    }
  ]
}