FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/devicealert-priority

Packagehl7.terminology
TypeCodeSystem
Iddevicealert-priority
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-devicealert-priority.html
URLhttp://terminology.hl7.org/CodeSystem/devicealert-priority
Version1.0.0
Statusdraft
Date2023-12-10T10:01:24+11:00
NameDeviceAlertPriority
TitleDevice Alert Priority
Realmuv
Authorityhl7
DescriptionDescribes the priority of a DeviceAlert.
Contentcomplete

Resources that use this resource

ValueSet
devicealert-priorityDeviceAlert Priority Codes
devicealert-priorityDeviceAlert Priority Codes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem devicealert-priority

This case-sensitive code system http://terminology.hl7.org/CodeSystem/devicealert-priority defines the following codes:

CodeDisplayDefinition
high High PriorityThe alert is about a potentially life-threatening condition that should be addressed immediately.
medium Medium PriorityThe alert is about a significant condition that should be addressed promptly.
low Low PriorityThe alert is about a condition that should be addressed.
info Information OnlyThe alert is about a condition that does not need addressing.

Source

{
  "resourceType": "CodeSystem",
  "id": "devicealert-priority",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/devicealert-priority",
  "version": "1.0.0",
  "name": "DeviceAlertPriority",
  "title": "Device Alert Priority",
  "status": "draft",
  "experimental": false,
  "date": "2023-12-10T10:01:24+11:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Describes the priority of a DeviceAlert.",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/devicealert-priority",
  "content": "complete",
  "concept": [
    {
      "code": "high",
      "display": "High Priority",
      "definition": "The alert is about a potentially life-threatening condition that should be addressed immediately."
    },
    {
      "code": "medium",
      "display": "Medium Priority",
      "definition": "The alert is about a significant condition that should be addressed promptly."
    },
    {
      "code": "low",
      "display": "Low Priority",
      "definition": "The alert is about a condition that should be addressed."
    },
    {
      "code": "info",
      "display": "Information Only",
      "definition": "The alert is about a condition that does not need addressing."
    }
  ]
}