FHIR Implementation Guide for Stroke
1.0.0 - ballot

FHIR Implementation Guide for Stroke - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: Stroke type based on ICHOM - JSON Representation

Active as of 2024-01-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "StrokeTypeVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: ValueSet StrokeTypeVS</b></p><a name=\"StrokeTypeVS\"> </a><a name=\"hcStrokeTypeVS\"> </a><ul><li>Include estes códigos, tal como definidos em <a href=\"CodeSystem-StrokeTypeCS.html\"><code>https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/StrokeTypeCS</code></a> versão <span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\">&#x1F4E6;1.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Código</b></td><td><b>Ecrã</b></td></tr><tr><td><a href=\"CodeSystem-StrokeTypeCS.html#StrokeTypeCS-IS\">IS</a></td><td>Ischemic stroke (IS)</td></tr><tr><td><a href=\"CodeSystem-StrokeTypeCS.html#StrokeTypeCS-ICH\">ICH</a></td><td>Intracerebral hemorrhage (ICH)</td></tr><tr><td><a href=\"CodeSystem-StrokeTypeCS.html#StrokeTypeCS-TIA\">TIA</a></td><td>Transient ischemic attack (TIA)</td></tr><tr><td><a href=\"CodeSystem-StrokeTypeCS.html#StrokeTypeCS-UNK\">UNK</a></td><td>Stroke of unknown type</td></tr></table></li></ul></div>"
  },
  "url" : "https://m-caretech.com.br/interopera/stroke-fhirig/ValueSet/StrokeTypeVS",
  "version" : "1.0.0",
  "name" : "StrokeTypeVS",
  "title" : "Stroke type based on ICHOM",
  "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://m-caretech.com.br"
        },
        {
          "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" : "contato@m-caretech.com.br",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "ValueSet that aims to categorize the stroke type according to the ICHOM standard.",
  "compose" : {
    "include" : [
      {
        "system" : "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/StrokeTypeCS",
        "concept" : [
          {
            "code" : "IS",
            "display" : "Ischemic stroke (IS)"
          },
          {
            "code" : "ICH",
            "display" : "Intracerebral hemorrhage (ICH)"
          },
          {
            "code" : "TIA",
            "display" : "Transient ischemic attack (TIA)"
          },
          {
            "code" : "UNK",
            "display" : "Stroke of unknown type"
          }
        ]
      }
    ]
  }
}