PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot4
    http://hl7.org/fhir/devicealert-priority
{
  "description": "Describes the priority of a DeviceAlert.",
  "_filename": "CodeSystem-devicealert-priority.json",
  "package_name": "hl7.fhir.r6.examples",
  "date": "2023-12-10T10:01:24+11:00",
  "meta": {
    "lastUpdated": "2025-12-18T07:07:42.170+11:00"
  },
  "publisher": "HL7 International / Health Care Devices",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "DeviceAlertPriority",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Device Alert Priority",
  "package_version": "6.0.0-ballot4",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "dev"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "normative"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 2
  } ],
  "status": "active",
  "id": "d72e1dc9-0464-4b05-ae59-715f9262d03b",
  "valueSet": "http://hl7.org/fhir/ValueSet/devicealert-priority",
  "kind": null,
  "url": "http://hl7.org/fhir/devicealert-priority",
  "concept": [ {
    "code": "high",
    "display": "High Priority",
    "definition": "The alert is about a potentially life-threatening condition that should be addressed immediately."
  }, {
    "code": "medium",
    "display": "Medium Priority",
    "definition": "The alert is about a significant condition that should be addressed promptly."
  }, {
    "code": "low",
    "display": "Low Priority",
    "definition": "The alert is about a condition that should be addressed."
  }, {
    "code": "info",
    "display": "Information Only",
    "definition": "The alert is about a condition that does not need addressing."
  } ],
  "caseSensitive": true,
  "version": "6.0.0-ballot4",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/healthcaredevices",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}