PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.3.0
    http://hl7.org/fhir/devicealert-priority
{
  "description": "Describes the priority of a DeviceAlert.",
  "_filename": "CodeSystem-devicealert-priority.json",
  "package_name": "hl7.fhir.uv.extensions",
  "date": "2023-12-10T10:01:24+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  },
  "publisher": "HL7 International / Health Care Devices",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "content": "complete",
  "name": "DeviceAlertPriority",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Device Alert Priority",
  "package_version": "5.3.0",
  "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
  } ],
  "status": "draft",
  "id": "32dfa626-e5a8-4b24-ae46-9545fc21acf7",
  "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": "5.3.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/healthcaredevices",
      "system": "url"
    } ]
  } ]
}