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

FHIR IG analytics

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

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/devicealert-activationState defines the following codes:

CodeDisplayDefinition
on OnThe intended system function (e.g., detecting or signaling) is activated
off OffThe intended system function (e.g., detecting or signaling) is deactivated
paused PausedThe intended system function (e.g., detecting or signaling) is temporarily suppressed

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://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/devicealert-activationState",
  "version": "5.3.0-ballot-tc1",
  "name": "DeviceAlertActivationState",
  "title": "Device Alert Activation State",
  "status": "draft",
  "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 intended system function (e.g., detecting or signaling) is activated"
    },
    {
      "code": "off",
      "display": "Off",
      "definition": "The intended system function (e.g., detecting or signaling) is deactivated"
    },
    {
      "code": "paused",
      "display": "Paused",
      "definition": "The intended system function (e.g., detecting or signaling) is temporarily suppressed"
    }
  ]
}