| Package | hl7.fhir.uv.phd |
| Resource Type | CodeSystem |
| Id | SimpleAlertOperationalStatesCS |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CodeSystem-SimpleAlertOperationalStatesCS.html |
| URL | http://hl7.org/fhir/uv/phd/CodeSystem/SimpleAlertOperationalStatesCS |
| Version | 2.0.0-ballot2 |
| Status | active |
| Date | 2025-08-06T08:35:09+00:00 |
| Name | SimpleAlertOperationalStatesCS |
| Title | Simple Alert Operational States |
| Realm | uv |
| Authority | hl7 |
| Description | The operational states for the simple alerting system. |
| Content | complete |
| ValueSet | |
| SimpleAlertOperationalStates | Simple Alert Operational States |
No resources found
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:
{
"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.0.0-ballot2",
"name": "SimpleAlertOperationalStatesCS",
"title": "Simple Alert Operational States",
"status": "active",
"experimental": false,
"date": "2025-08-06T08:35:09+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."
}
]
}