FHIR IG analytics| Package | hl7.terminology.r3 |
| Resource Type | CodeSystem |
| Id | CodeSystem-devicealert-activationState.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem devicealert-activationState
Language: en
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"
]
},
"language": "en",
"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-fmm",
"valueInteger": 0
}
],
"url": "http://terminology.hl7.org/CodeSystem/devicealert-activationState",
"version": "2.0.0",
"name": "DeviceAlertActivationState",
"title": "Device Alert Activation State",
"status": "active",
"experimental": false,
"date": "2026-03-05",
"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"
}
]
}