JPFHIR Terminology Package URL-version1.3.0(for CLINS and JP-Core1.2.x)
1.3.0 - draft Japan flag

JPFHIR Terminology Package URL-version1.3.0(for CLINS and JP-Core1.2.x) - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core Condition Severity CodeSystem - JSON Representation

Active as of 2023-06-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "jp-conditionseverity-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem jp-conditionseverity-cs</b></p><a name=\"jp-conditionseverity-cs\"> </a><a name=\"hcjp-conditionseverity-cs\"> </a><a name=\"jp-conditionseverity-cs-ja-JP\"> </a><p>This case-sensitive code system <code>http://jpfhir.jp/fhir/core/CodeSystem/JP_ConditionSeverity_CS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">MI<a name=\"jp-conditionseverity-cs-MI\"> </a></td><td>軽度</td></tr><tr><td style=\"white-space:nowrap\">MO<a name=\"jp-conditionseverity-cs-MO\"> </a></td><td>中度</td></tr><tr><td style=\"white-space:nowrap\">SE<a name=\"jp-conditionseverity-cs-SE\"> </a></td><td>重度</td></tr><tr><td style=\"white-space:nowrap\">UK<a name=\"jp-conditionseverity-cs-UK\"> </a></td><td>不明</td></tr></table></div>"
  },
  "url" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ConditionSeverity_CS",
  "version" : "1.1.0a",
  "name" : "JP_ConditionSeverity_CS",
  "title" : "JP Core Condition Severity CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-06-26",
  "description" : "Conditionの重症度を示すコードシステム(HL70421 Severity of Illness Code)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "JP"
        }
      ]
    }
  ],
  "copyright" : "copyright HL7 Japan (出典:HL7-0421)",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "MI",
      "display" : "軽度"
    },
    {
      "code" : "MO",
      "display" : "中度"
    },
    {
      "code" : "SE",
      "display" : "重度"
    },
    {
      "code" : "UK",
      "display" : "不明"
    }
  ]
}