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

FHIR IG Statistics: CodeSystem/SimpleAlertOperationalStatesCS

Packagehl7.fhir.uv.phd
TypeCodeSystem
IdSimpleAlertOperationalStatesCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CodeSystem-SimpleAlertOperationalStatesCS.html
URLhttp://hl7.org/fhir/uv/phd/CodeSystem/SimpleAlertOperationalStatesCS
Version2.1.0
Statusactive
Date2025-07-21T09:12:14+00:00
NameSimpleAlertOperationalStatesCS
TitleSimple Alert Operational States
Realmuv
Authorityhl7
DescriptionThe operational states for the simple alerting system.
Contentcomplete

Resources that use this resource

ValueSet
SimpleAlertOperationalStatesSimple Alert Operational States

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem SimpleAlertOperationalStatesCS

This case-sensitive code system http://hl7.org/fhir/uv/phd/CodeSystem/SimpleAlertOperationalStatesCS defines the following codes:

CodeDisplayDefinition
Limits-On Limits OnThe alert system is checking the high and low limits.
Limits-Off Limits OffThe alert system is not checking the high and low limits.
Limits-Low-Off Low Limit OffThe alerting system is only checking the high limit.
Limits-High-Off High Limit OffThe alerting system is only checking the low limit.

Source

{
  "resourceType": "CodeSystem",
  "id": "SimpleAlertOperationalStatesCS",
  "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": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phd/CodeSystem/SimpleAlertOperationalStatesCS",
  "version": "2.1.0",
  "name": "SimpleAlertOperationalStatesCS",
  "title": "Simple Alert Operational States",
  "status": "active",
  "experimental": false,
  "date": "2025-07-21T09:12:14+00:00",
  "publisher": "HL7 International / Health Care Devices",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description": "The operational states for the simple alerting system.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "Limits-On",
      "display": "Limits On",
      "definition": "The alert system is checking the high and low limits."
    },
    {
      "code": "Limits-Off",
      "display": "Limits Off",
      "definition": "The alert system is not checking the high and low limits."
    },
    {
      "code": "Limits-Low-Off",
      "display": "Low Limit Off",
      "definition": "The alerting system is only checking the high limit."
    },
    {
      "code": "Limits-High-Off",
      "display": "High Limit Off",
      "definition": "The alerting system is only checking the low limit."
    }
  ]
}