FHIR IG analytics| Package | hl7.terminology |
| Resource Type | CodeSystem |
| Id | CodeSystem-detectedissue-severity.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/UTG/CodeSystem-detectedissue-severity.html |
| URL | http://terminology.hl7.org/CodeSystem/detectedissue-severity |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-05-30 |
| Name | DetectedIssueSeverity |
| Title | Detected Issue Severity |
| Realm | uv |
| Authority | hl7 |
| 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 |
| Content | complete |
| ValueSet | ||
| hl7.terminology#current | detectedissue-severity | Detected Issue Severity |
No resources found
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:
{
"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."
}
]
}