Package | hl7.fhir.uv.extensions |
Resource Type | CodeSystem |
Id | devicealert-priority |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-devicealert-priority.html |
URL | http://hl7.org/fhir/CodeSystem/devicealert-priority |
Version | 5.3.0-ballot-tc1 |
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 |
No resources found
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://hl7.org/fhir/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": 2 } ], "url": "http://hl7.org/fhir/CodeSystem/devicealert-priority", "version": "5.3.0-ballot-tc1", "name": "DeviceAlertPriority", "title": "Device Alert Priority", "status": "draft", "experimental": false, "date": "2023-12-10T10:01:24+11:00", "publisher": "HL7 International / Health Care Devices", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/healthcaredevices" } ] } ], "description": "Describes the priority of a DeviceAlert.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "caseSensitive": true, "valueSet": "http://hl7.org/fhir/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." } ] }