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

FHIR IG Statistics: ValueSet/vs-AlertLevel

Packagecaseworks.mhaie002
Resource TypeValueSet
Idvs-AlertLevel
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=caseworks.mhaie002@0.0.2&canonical=https://vitalhub.com/fhir/ValueSet/vs-alertlevel
URLhttps://vitalhub.com/fhir/ValueSet/vs-alertlevel
Statusactive
NameAlertLevelValueSet
DescriptionA set of values representing alert severity levels.

Resources that use this resource

ValueSet
vs-alertlevelAlertLevelValueSet

Resources that this resource uses

ValueSet
vs-alertlevelAlertLevelValueSet

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "vs-AlertLevel",
  "url": "https://vitalhub.com/fhir/ValueSet/vs-alertlevel",
  "name": "AlertLevelValueSet",
  "status": "active",
  "description": "A set of values representing alert severity levels.",
  "compose": {
    "include": [
      {
        "system": "https://vitalhub.com/fhir/ValueSet/vs-alertlevel",
        "concept": [
          {
            "code": "1",
            "display": "Low"
          },
          {
            "code": "2",
            "display": "Medium"
          },
          {
            "code": "3",
            "display": "High"
          },
          {
            "code": "4",
            "display": "Critical"
          }
        ]
      }
    ]
  }
}