FHIR IG analytics
| Package | ihe.pcc.pscc |
| Resource Type | ValueSet |
| Id | ValueSet-Severity.Value.Code.VS.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/IHE/PCC.PCSc/ValueSet-Severity.Value.Code.VS.html |
| URL | https://profiles.ihe.net/PCC/PSCc/ValueSet/Severity.Value.Code.VS |
| Version | 0.0.1-current |
| Status | draft |
| Date | 2025-11-04T19:19:26+00:00 |
| Name | Severity_Value_Code_VS |
| Title | Severity Value Code VS |
| Realm | uv |
| Authority | ihe |
| Description | If coded, the Severity Entry value SHOULD use the HL7 SeverityObservation vocabulary (codeSystem='2.16.840.1.113883.5.1063') containing three values (H, M, and L), representing high, moderate and low severity depending upon whether the severity is life threatening, presents noticeable adverse consequences, or is unlikely substantially affect the situation of the subject. |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-ObservationValue version 📦4.0.0| Code | Display | Definition |
| L | Low | Indicates the condition may result in some adverse consequences but is unlikely to substantially affect the situation of the subject. |
| H | High | Indicates the condition may be life-threatening or has the potential to cause permanent injury. |
| M | Moderate | Indicates the condition may result in noticable adverse adverse consequences but is unlikely to be life-threatening or cause permanent injury. |
Source1
{
"resourceType": "ValueSet",
"id": "Severity.Value.Code.VS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/PCC/PSCc/ValueSet/Severity.Value.Code.VS",
"version": "0.0.1-current",
"name": "Severity_Value_Code_VS",
"title": "Severity Value Code VS",
"status": "draft",
"experimental": false,
"date": "2025-11-04T19:19:26+00:00",
"publisher": "IHE Patient Care Coordination Technical Committee",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/patient_care_coordination/"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "pcc@ihe.net"
}
]
},
{
"name": "IHE Patient Care Coordination Technical Committee",
"telecom": [
{
"system": "email",
"value": "pcc@ihe.net"
}
]
}
],
"description": "If coded, the Severity Entry value SHOULD use the HL7 SeverityObservation vocabulary (codeSystem='2.16.840.1.113883.5.1063') containing three values (H, M, and L), representing high, moderate and low severity depending upon whether the severity is life threatening, presents noticeable adverse consequences, or is unlikely substantially affect the situation of the subject.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"concept": [
{
"code": "L",
"display": "Low"
},
{
"code": "H",
"display": "High"
},
{
"code": "M",
"display": "Moderate"
}
]
}
]
}
}