Patient-Generated Health Data (PGHD) Implementation Guide
0.5.0 - release

Publication Build: This will be filled in by the publication tooling

: Symptom Severity Codes - JSON Representation

Active as of 2024-12-19

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "symptom-severity-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>このcase-sensitiveコードシステム <code>http://fhir/pghd/CodeSystem/symptom-severity-codes</code> は次のコードたちを定義します:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Japanese (ja)</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><td>重度</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><td>中程度</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><td>軽度</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><td>あり</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><td>なし</td></tr></table></div>"
  },
  "url" : "http://fhir/pghd/CodeSystem/symptom-severity-codes",
  "version" : "0.5.0",
  "name" : "SymptomSeverity",
  "title" : "Symptom Severity Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-12-19T16:51:22+09:00",
  "description" : "Code for degree of symptoms  \n症状の程度を表すコード",
  "copyright" : "Copyright 2024+",
  "caseSensitive" : true,
  "compositional" : false,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "severe",
      "display" : "Severe",
      "definition" : "The symptom is severe.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "重度"
        }
      ]
    },
    {
      "code" : "mild",
      "display" : "Mild",
      "definition" : "The symptom is mild.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "中程度"
        }
      ]
    },
    {
      "code" : "moderate",
      "display" : "Moderate",
      "definition" : "The symptom is moderate.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "軽度"
        }
      ]
    },
    {
      "code" : "unspecified",
      "display" : "Unspecified",
      "definition" : "The symptom’s severity is not specified.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "あり"
        }
      ]
    },
    {
      "code" : "notPresent",
      "display" : "Not present",
      "definition" : "The symptom is not present.",
      "designation" : [
        {
          "language" : "ja",
          "value" : "なし"
        }
      ]
    }
  ]
}