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

FHIR IG analytics

Packagehl7.fhir.us.ohsuhypertensionig
Resource TypePlanDefinition
IdPlanDefinition-plandefinition-AdverseEvents.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/OHSUCMP/htnu18ig/PlanDefinition-plandefinition-AdverseEvents.html
URLhttp://fhir.org/guides/ohsuhypertensionig/PlanDefinition/plandefinition-AdverseEvents
Version0.1.0
Statusdraft
Date2020-02-04T00:00:00-08:00
NameAdverseEvents
TitlePotential Side Effect Detection
Realmus
Authorityhl7
DescriptionThis PlanDefinition detects recent adverse reactions that could be related to Hypertension medication.
PurposeThe purpose is to identify any adverse reactions and recommend the patient contact their care team.
Copyright© OHSU 2020+.

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: PlanDefinition plandefinition-AdverseEvents

url: PlanDefinition Potential Side Effect Detection

identifier: ohsu-adverse-events (use: official, )

version: 0.1.0

name: AdverseEvents

title: Potential Side Effect Detection

type: ECA Rule

status: Draft

date: 2020-02-04 00:00:00-0800

publisher: Oregon Health and Science University

contact: Oregon Health and Science University: https://www.ohsu.edu/

description:

This PlanDefinition detects recent adverse reactions that could be related to Hypertension medication.

jurisdiction: Unknown region code '840'

purpose:

The purpose is to identify any adverse reactions and recommend the patient contact their care team.

usage: This is to be used in conjunction with a patient-facing FHIR application.

copyright:

© OHSU 2020+.

topic: Hypertension Management

library: Adverse Event Logic

action

title: Untreated Adverse Reaction Recommendation

description: Recommendation for any Adverse Reactions that are ongoing/untreated.

Triggers

-TypeName
*Named Eventpatient-view

condition

kind: Applicability

Expressions

-DescriptionLanguageExpression
*Determine if patient had a recent adverse reaction that may not be treated.text/cql.identifierUntreated Adverse Events Action Path

dynamicValue

path: action.title

Expressions

-DescriptionLanguageExpression
*Recommendation for untreated adverse reactionstext/cql.identifierUntreated Recommendation

dynamicValue

path: action.description

Expressions

-DescriptionLanguageExpression
*Rationale for untreated adverse reactionstext/cql.identifierUntreated Rationale Combined Data

dynamicValue

path: action.extension

Expressions

-LanguageExpression
*text/cql.identifierUntreated Indicator Status

action

title: Treated Adverse Reaction Recommendation

description: Recommendation for any Adverse Reactions that are resolved/treated.

Triggers

-TypeName
*Named Eventpatient-view

condition

kind: Applicability

Expressions

-DescriptionLanguageExpression
*Determine if patient had a recent adverse reaction that was treated.text/cql.identifierTreated Adverse Events Action Path

dynamicValue

path: action.title

Expressions

-DescriptionLanguageExpression
*Recommendation for treated adverse reactionstext/cql.identifierTreated Recommendation

dynamicValue

path: action.description

Expressions

-DescriptionLanguageExpression
*Rationale for treated adverse reactionstext/cql.identifierTreated Rationale Combined Data

dynamicValue

path: action.extension

Expressions

-LanguageExpression
*text/cql.identifierTreated Indicator Status

Source1

{
  "resourceType": "PlanDefinition",
  "id": "plandefinition-AdverseEvents",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/ohsuhypertensionig/PlanDefinition/plandefinition-AdverseEvents",
  "identifier": [
    {
      "use": "official",
      "value": "ohsu-adverse-events"
    }
  ],
  "version": "0.1.0",
  "name": "AdverseEvents",
  "title": "Potential Side Effect Detection",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/plan-definition-type",
        "code": "eca-rule",
        "display": "ECA Rule"
      }
    ]
  },
  "status": "draft",
  "date": "2020-02-04T00:00:00-08:00",
  "publisher": "Oregon Health and Science University",
  "contact": [
    {
      "name": "Oregon Health and Science University",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ohsu.edu/"
        }
      ]
    }
  ],
  "description": "This PlanDefinition detects recent adverse reactions that could be related to Hypertension medication.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "840"
        }
      ]
    }
  ],
  "purpose": "The purpose is to identify any adverse reactions and recommend the patient contact their care team.",
  "usage": "This is to be used in conjunction with a patient-facing FHIR application.",
  "copyright": "© OHSU 2020+.",
  "topic": [
    {
      "text": "Hypertension Management"
    }
  ],
  "library": [
    "http://fhir.org/guides/ohsuhypertensionig/Library/AdverseEvents"
  ],
  "action": [
    {
      "title": "Untreated Adverse Reaction Recommendation",
      "description": "Recommendation for any Adverse Reactions that are ongoing/untreated.",
      "trigger": [
        {
          "type": "named-event",
          "name": "patient-view"
        }
      ],
      "condition": [
        {
          "kind": "applicability",
          "expression": {
            "description": "Determine if patient had a recent adverse reaction that may not be treated.",
            "language": "text/cql.identifier",
            "expression": "Untreated Adverse Events Action Path"
          }
        }
      ],
      "dynamicValue": [
        {
          "path": "action.title",
          "expression": {
            "description": "Recommendation for untreated adverse reactions",
            "language": "text/cql.identifier",
            "expression": "Untreated Recommendation"
          }
        },
        {
          "path": "action.description",
          "expression": {
            "description": "Rationale for untreated adverse reactions",
            "language": "text/cql.identifier",
            "expression": "Untreated Rationale Combined Data"
          }
        },
        {
          "path": "action.extension",
          "expression": {
            "language": "text/cql.identifier",
            "expression": "Untreated Indicator Status"
          }
        }
      ]
    },
    {
      "title": "Treated Adverse Reaction Recommendation",
      "description": "Recommendation for any Adverse Reactions that are resolved/treated.",
      "trigger": [
        {
          "type": "named-event",
          "name": "patient-view"
        }
      ],
      "condition": [
        {
          "kind": "applicability",
          "expression": {
            "description": "Determine if patient had a recent adverse reaction that was treated.",
            "language": "text/cql.identifier",
            "expression": "Treated Adverse Events Action Path"
          }
        }
      ],
      "dynamicValue": [
        {
          "path": "action.title",
          "expression": {
            "description": "Recommendation for treated adverse reactions",
            "language": "text/cql.identifier",
            "expression": "Treated Recommendation"
          }
        },
        {
          "path": "action.description",
          "expression": {
            "description": "Rationale for treated adverse reactions",
            "language": "text/cql.identifier",
            "expression": "Treated Rationale Combined Data"
          }
        },
        {
          "path": "action.extension",
          "expression": {
            "language": "text/cql.identifier",
            "expression": "Treated Indicator Status"
          }
        }
      ]
    }
  ]
}