HL7 FHIR JP Core ImplementationGuide
1.1.1 - release Japan flag

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

: JP Core Condition Severity CodeSystem - JSON Representation

Active as of 2022-10-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "jp-condition-severity-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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-condition-severity-cs-MI\"> </a></td><td>軽度</td></tr><tr><td style=\"white-space:nowrap\">MO<a name=\"jp-condition-severity-cs-MO\"> </a></td><td>中度</td></tr><tr><td style=\"white-space:nowrap\">SE<a name=\"jp-condition-severity-cs-SE\"> </a></td><td>重度</td></tr></table></div>"
  },
  "url" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ConditionSeverity_CS",
  "version" : "1.1.1",
  "name" : "JP_ConditionSeverity_CS",
  "title" : "JP Core Condition Severity CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-10-24",
  "publisher" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
  "contact" : [
    {
      "name" : "FHIR Japanese implementation research working group in Japan Association of Medical Informatics (JAMI)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://jpfhir.jp"
        },
        {
          "system" : "email",
          "value" : "office@hlfhir.jp"
        }
      ]
    }
  ],
  "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,
  "valueSet" : "http://jpfhir.jp/fhir/core/ValueSet/JP_ConditionSeverity_VS",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "MI",
      "display" : "軽度"
    },
    {
      "code" : "MO",
      "display" : "中度"
    },
    {
      "code" : "SE",
      "display" : "重度"
    }
  ]
}