GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Adverse Event severity codes - JSON Representation

Draft as of 2024-09-05

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AEFISeverityCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem AEFISeverityCS</b></p><a name=\"AEFISeverityCS\"> </a><a name=\"hcAEFISeverityCS\"> </a><a name=\"AEFISeverityCS-en-US\"> </a><p>This case-sensitive code system <code>https://paho.org/fhir/giis/CodeSystem/AEFISeverityCS</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\">1<a name=\"AEFISeverityCS-1\"> </a></td><td>Severe</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"AEFISeverityCS-2\"> </a></td><td>Mild</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"AEFISeverityCS-3\"> </a></td><td>Moderate</td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/giis/CodeSystem/AEFISeverityCS",
  "version" : "0.1.8",
  "name" : "AEFISeverityCS",
  "title" : "Adverse Event severity codes",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-09-05T15:52:58+00:00",
  "publisher" : "CENS",
  "contact" : [
    {
      "name" : "CENS",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.cens.cl"
        }
      ]
    }
  ],
  "description" : "Codes for adverse events severity",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "Severe"
    },
    {
      "code" : "2",
      "display" : "Mild"
    },
    {
      "code" : "3",
      "display" : "Moderate"
    }
  ]
}