FHIR Implementation Guide for Stroke
0.0.0 - ballot

FHIR Implementation Guide for Stroke - Local Development build (v0.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: State of Consciousness according to the ICHOM standard - JSON Representation

Active as of 2024-01-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ConsciousnessCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/ConsciousnessCS</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\">0<a name=\"ConsciousnessCS-0\"> </a></td><td>Fully awake</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ConsciousnessCS-1\"> </a></td><td>Somnolent</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ConsciousnessCS-2\"> </a></td><td>Coma</td></tr><tr><td style=\"white-space:nowrap\">999<a name=\"ConsciousnessCS-999\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/ConsciousnessCS",
  "version" : "0.0.0",
  "name" : "ConsciousnessCS",
  "title" : "State of Consciousness according to the ICHOM standard",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-01-11T13:00:00-03:00",
  "publisher" : "Gabrielle dos Santos Leandro",
  "contact" : [
    {
      "name" : "Gabrielle dos Santos Leandro",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://gabriellesantosleandro.com"
        },
        {
          "system" : "email",
          "value" : "gabrielle.santos.leandro@gmail.com"
        }
      ]
    },
    {
      "name" : "Gabrielle dos Santos Leandro",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://m-caretech.com.br",
          "use" : "work"
        },
        {
          "system" : "email",
          "value" : "gabrielle@m-caretech.com.br",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "CodeSystem based on the ICHOM standard that indicates the patient's state of consciousness as measured upon arrival at the reference hospital.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "0",
      "display" : "Fully awake"
    },
    {
      "code" : "1",
      "display" : "Somnolent"
    },
    {
      "code" : "2",
      "display" : "Coma"
    },
    {
      "code" : "999",
      "display" : "Unknown"
    }
  ]
}