Package | hl7.terminology |
Type | CodeSystem |
Id | devicealert-activationState |
FHIR Version | R5 |
Source | http://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-devicealert-activationState.html |
URL | http://terminology.hl7.org/CodeSystem/devicealert-activationState |
Version | 1.0.0 |
Status | draft |
Date | 2023-12-10T10:01:24+11:00 |
Name | DeviceAlertActivationState |
Title | Device Alert Activation State |
Realm | uv |
Authority | hl7 |
Description | Describes the activation state of a DeviceAlert. |
Content | complete |
ValueSet | |
devicealert-activationState | DeviceAlert Activation State Codes |
devicealert-activationState | DeviceAlert Activation State Codes |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem devicealert-activationState
Profile: Shareable CodeSystem
This case-sensitive code system http://terminology.hl7.org/CodeSystem/devicealert-activationState
defines the following codes:
{ "resourceType": "CodeSystem", "id": "devicealert-activationState", "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-activationState", "version": "1.0.0", "name": "DeviceAlertActivationState", "title": "Device Alert Activation State", "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 activation state of a DeviceAlert.", "caseSensitive": true, "valueSet": "http://terminology.hl7.org/ValueSet/devicealert-activationState", "content": "complete", "concept": [ { "code": "on", "display": "On", "definition": "The signal will be announciated during an alert condition" }, { "code": "off", "display": "Off", "definition": "The signal will not be announciated during an alert condition" }, { "code": "paused", "display": "Paused", "definition": "Annunciation of the signal during an alert condition has been suppressed temporarily" } ] }