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

FHIR IG analytics

Packagehl7.fhir.us.ohsuhypertensionig
Resource TypePlanDefinition
IdPlanDefinition-plandefinition-HypertensiveEmergency.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/OHSUCMP/htnu18ig/PlanDefinition-plandefinition-HypertensiveEmergency.html
URLhttp://fhir.org/guides/ohsuhypertensionig/PlanDefinition/plandefinition-HypertensiveEmergency
Version0.1.0
Statusdraft
Date2020-02-04T00:00:00-08:00
NameHypertensiveEmergency
TitleBlood Pressure Warning
Realmus
Authorityhl7
DescriptionThis PlanDefinition detects a recent high or low blood pressure reading.
PurposeThe purpose is to identify very high or low blood pressure and recommend the patient seek treatment.
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-HypertensiveEmergency

url: PlanDefinition Blood Pressure Warning

identifier: ohsu-hypertensive-emergency (use: official, )

version: 0.1.0

name: HypertensiveEmergency

title: Blood Pressure Warning

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 a recent high or low blood pressure reading.

jurisdiction: Unknown region code '840'

purpose:

The purpose is to identify very high or low blood pressure and recommend the patient seek treatment.

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

copyright:

© OHSU 2020+.

topic: Hypertension Management

library: Very High Blood Pressure Alert Logic

action

title: Recommendation

description: Recommendation for patient with a recent high or low blood pressure

Triggers

-TypeName
*Named Eventpatient-view

condition

kind: Applicability

Expressions

-DescriptionLanguageExpression
*Determine if patient had a recent high or low blood pressuretext/cql.identifierIn Population

dynamicValue

path: action.title

Expressions

-DescriptionLanguageExpression
*Recommendationtext/cql.identifierRecommendation

dynamicValue

path: action.description

Expressions

-DescriptionLanguageExpression
*Rationaletext/cql.identifierRationale Combined Data

dynamicValue

path: action.extension

Expressions

-LanguageExpression
*text/cql.identifierIndicator Status

Source1

{
  "resourceType": "PlanDefinition",
  "id": "plandefinition-HypertensiveEmergency",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/ohsuhypertensionig/PlanDefinition/plandefinition-HypertensiveEmergency",
  "identifier": [
    {
      "use": "official",
      "value": "ohsu-hypertensive-emergency"
    }
  ],
  "version": "0.1.0",
  "name": "HypertensiveEmergency",
  "title": "Blood Pressure Warning",
  "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 a recent high or low blood pressure reading.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "840"
        }
      ]
    }
  ],
  "purpose": "The purpose is to identify very high or low blood pressure and recommend the patient seek treatment.",
  "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/HypertensiveEmergency"
  ],
  "action": [
    {
      "title": "Recommendation",
      "description": "Recommendation for patient with a recent high or low blood pressure",
      "trigger": [
        {
          "type": "named-event",
          "name": "patient-view"
        }
      ],
      "condition": [
        {
          "kind": "applicability",
          "expression": {
            "description": "Determine if patient had a recent high or low blood pressure",
            "language": "text/cql.identifier",
            "expression": "In Population"
          }
        }
      ],
      "dynamicValue": [
        {
          "path": "action.title",
          "expression": {
            "description": "Recommendation",
            "language": "text/cql.identifier",
            "expression": "Recommendation"
          }
        },
        {
          "path": "action.description",
          "expression": {
            "description": "Rationale",
            "language": "text/cql.identifier",
            "expression": "Rationale Combined Data"
          }
        },
        {
          "path": "action.extension",
          "expression": {
            "language": "text/cql.identifier",
            "expression": "Indicator Status"
          }
        }
      ]
    }
  ]
}