FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/devicealert-activationState

Packagehl7.terminology
TypeCodeSystem
Iddevicealert-activationState
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-devicealert-activationState.html
URLhttp://terminology.hl7.org/CodeSystem/devicealert-activationState
Version1.0.0
Statusdraft
Date2023-12-10T10:01:24+11:00
NameDeviceAlertActivationState
TitleDevice Alert Activation State
Realmuv
Authorityhl7
DescriptionDescribes the activation state of a DeviceAlert.
Contentcomplete

Resources that use this resource

ValueSet
devicealert-activationStateDeviceAlert Activation State Codes
devicealert-activationStateDeviceAlert Activation State Codes

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

Source

{
  "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"
    }
  ]
}