Paramedicine Summary Of Care CDA
0.0.1-current - ci-build International flag

Paramedicine Summary Of Care CDA, published by IHE Patient Care Coordination Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.PCSc/ and changes regularly. See the Directory of published versions

: Severity Value Code VS - JSON Representation

Draft as of 2025-11-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "Severity.Value.Code.VS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Severity.Value.Code.VS</b></p><a name=\"Severity.Value.Code.VS\"> </a><a name=\"hcSeverity.Value.Code.VS\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ObservationValue.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationValue</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.0, the version found through the package references\"> version &#x1F4E6;4.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ObservationValue.html#v3-ObservationValue-L\">L</a></td><td>Low</td><td>Indicates the condition may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ObservationValue.html#v3-ObservationValue-H\">H</a></td><td>High</td><td>Indicates the condition may be life-threatening or has the potential to cause permanent injury.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ObservationValue.html#v3-ObservationValue-M\">M</a></td><td>Moderate</td><td>Indicates the condition may result in noticable adverse adverse consequences but is unlikely to be life-threatening or cause permanent injury.</td></tr></table></li></ul></div>"
  },
  "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"
          }
        ]
      }
    ]
  }
}