Package | hl7.terminology |
Type | CodeSystem |
Id | devicealert-priority |
FHIR Version | R5 |
Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-devicealert-priority.html |
URL | http://terminology.hl7.org/CodeSystem/devicealert-priority |
Version | 1.0.0 |
Status | draft |
Date | 2023-12-10T10:01:24+11:00 |
Name | DeviceAlertPriority |
Title | Device Alert Priority |
Realm | uv |
Authority | hl7 |
Description | Describes the priority of a DeviceAlert. |
Content | complete |
ValueSet | |
devicealert-priority | DeviceAlert Priority Codes |
devicealert-priority | DeviceAlert Priority Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem devicealert-priority
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/devicealert-priority
defines the following codes:
{ "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." } ] }