FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r5
Resource TypeCodeSystem
IdCodeSystem-devicealert-activationState.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem devicealert-activationState

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

CodeDisplayDefinition
on OnThe signal will be announciated during an alert condition
off OffThe signal will not be announciated during an alert condition
paused PausedAnnunciation of the signal during an alert condition has been suppressed temporarily

Source1

{
  "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://terminology.hl7.org/CodeSystem/devicealert-activationState",
  "version": "3.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.",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "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"
    }
  ]
}