Personal Health Records
1.0.0-ballot2 - STU 1 ballot International flag

Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions

: Symptom Severity Codes

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "symptom-severity-codes",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem symptom-severity-codes</b></p><a name=\"symptom-severity-codes\"> </a><a name=\"hcsymptom-severity-codes\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/phr/CodeSystem/symptom-severity-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">severe<a name=\"symptom-severity-codes-severe\"> </a></td><td>Severe</td><td>The symptom is severe.</td></tr><tr><td style=\"white-space:nowrap\">mild<a name=\"symptom-severity-codes-mild\"> </a></td><td>Mild</td><td>The symptom is mild.</td></tr><tr><td style=\"white-space:nowrap\">moderate<a name=\"symptom-severity-codes-moderate\"> </a></td><td>Moderate</td><td>The symptom is moderate.</td></tr><tr><td style=\"white-space:nowrap\">unspecified<a name=\"symptom-severity-codes-unspecified\"> </a></td><td>Unspecified</td><td>The symptom’s severity is not specified.</td></tr><tr><td style=\"white-space:nowrap\">notPresent<a name=\"symptom-severity-codes-notPresent\"> </a></td><td>Not present</td><td>The symptom is not present.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pe"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/phr/CodeSystem/symptom-severity-codes",
  "version" : "1.0.0-ballot2",
  "name" : "SymptomSeverity",
  "title" : "Symptom Severity Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-27T21:39:37+00:00",
  "publisher" : "HL7 International / Patient Empowerment",
  "contact" : [
    {
      "name" : "HL7 International / Patient Empowerment",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    }
  ],
  "description" : "Code for degree of symptoms",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "severe",
      "display" : "Severe",
      "definition" : "The symptom is severe."
    },
    {
      "code" : "mild",
      "display" : "Mild",
      "definition" : "The symptom is mild."
    },
    {
      "code" : "moderate",
      "display" : "Moderate",
      "definition" : "The symptom is moderate."
    },
    {
      "code" : "unspecified",
      "display" : "Unspecified",
      "definition" : "The symptom’s severity is not specified."
    },
    {
      "code" : "notPresent",
      "display" : "Not present",
      "definition" : "The symptom is not present."
    }
  ]
}