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

FHIR IG analytics

Packageihe.pcc.pscc
Resource TypeValueSet
IdValueSet-Severity.Value.Code.VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/IHE/PCC.PCSc/ValueSet-Severity.Value.Code.VS.html
URLhttps://profiles.ihe.net/PCC/PSCc/ValueSet/Severity.Value.Code.VS
Version0.0.1-current
Statusdraft
Date2025-11-04T19:19:26+00:00
NameSeverity_Value_Code_VS
TitleSeverity Value Code VS
Realmuv
Authorityihe
DescriptionIf 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

StructureDefinition
IHE.PCC.Severity.EntrySeverity Entry

Resources that this resource uses

CodeSystem
v3-ObservationValueObservationValue

Narrative

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

Generated Narrative: ValueSet Severity.Value.Code.VS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationValue version 📦4.0.0
    CodeDisplayDefinition
    LLowIndicates the condition may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.
    HHighIndicates the condition may be life-threatening or has the potential to cause permanent injury.
    MModerateIndicates 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"
          }
        ]
      }
    ]
  }
}