FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology
Resource TypeCodeSystem
IdCodeSystem-detectedissue-severity.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/CodeSystem-detectedissue-severity.html
URLhttp://terminology.hl7.org/CodeSystem/detectedissue-severity
Version1.0.0
Statusactive
Date2026-05-30
NameDetectedIssueSeverity
TitleDetected Issue Severity
Realmuv
Authorityhl7
DescriptionIndicates the potential degree of impact of the identified issue on the patient.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ValueSet
hl7.terminology#currentdetectedissue-severityDetected Issue Severity

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem detectedissue-severity

This case-sensitive code system http://terminology.hl7.org/CodeSystem/detectedissue-severity defines the following codes:

CodeDisplayDefinition
high HighIndicates the issue may be life-threatening or has the potential to cause permanent injury.
moderate ModerateIndicates the issue may result in noticeable adverse consequences but is unlikely to be life-threatening or cause permanent injury.
low LowIndicates the issue may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.

Source1

{
  "resourceType": "CodeSystem",
  "id": "detectedissue-severity",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/detectedissue-severity",
  "identifier": [
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "http://hl7.org/fhir/detectedissue-severity"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.207"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.197"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.105"
    }
  ],
  "version": "1.0.0",
  "name": "DetectedIssueSeverity",
  "title": "Detected Issue Severity",
  "status": "active",
  "experimental": false,
  "date": "2026-05-30",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Indicates the potential degree of impact of the identified issue on the patient.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/detectedissue-severity",
  "content": "complete",
  "concept": [
    {
      "code": "high",
      "display": "High",
      "definition": "Indicates the issue may be life-threatening or has the potential to cause permanent injury."
    },
    {
      "code": "moderate",
      "display": "Moderate",
      "definition": "Indicates the issue may result in noticeable adverse consequences but is unlikely to be life-threatening or cause permanent injury."
    },
    {
      "code": "low",
      "display": "Low",
      "definition": "Indicates the issue may result in some adverse consequences but is unlikely to substantially affect the situation of the subject."
    }
  ]
}