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

FHIR IG Statistics: CodeSystem/devicealert-activationState

Packagehl7.fhir.uv.extensions
Resource TypeCodeSystem
Iddevicealert-activationState
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-devicealert-activationState.html
URLhttp://hl7.org/fhir/CodeSystem/devicealert-activationState
Version5.3.0-ballot
Statusactive
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

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://hl7.org/fhir/CodeSystem/devicealert-activationState defines the following codes:

CodeDisplayDefinition
on OnThe signal will be annunciated during an alert condition
off OffThe signal will not be annunciated 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": 2
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/devicealert-activationState",
  "version": "5.3.0-ballot",
  "name": "DeviceAlertActivationState",
  "title": "Device Alert Activation State",
  "status": "active",
  "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 activation state 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-activationState",
  "content": "complete",
  "concept": [
    {
      "code": "on",
      "display": "On",
      "definition": "The signal will be annunciated during an alert condition"
    },
    {
      "code": "off",
      "display": "Off",
      "definition": "The signal will not be annunciated during an alert condition"
    },
    {
      "code": "paused",
      "display": "Paused",
      "definition": "Annunciation of the signal during an alert condition has been suppressed temporarily"
    }
  ]
}