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

: Duration of Stroke Symptoms - JSON Representation

Active as of 2024-01-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "SymtDurVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-SymtDurCS.html\"><code>https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/SymtDurCS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-SymtDurCS.html#SymtDurCS-0\">0</a></td><td>Less than 4.5 hours</td></tr><tr><td><a href=\"CodeSystem-SymtDurCS.html#SymtDurCS-1\">1</a></td><td>More than 4.5 hours</td></tr><tr><td><a href=\"CodeSystem-SymtDurCS.html#SymtDurCS-999\">999</a></td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "https://m-caretech.com.br/interopera/stroke-fhirig/ValueSet/SymtDurVS",
  "version" : "0.0.0",
  "name" : "SymtDurVS",
  "title" : "Duration of Stroke Symptoms",
  "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" : "ValueSet that categorizes the duration of stroke symptoms, considering the time from symptom onset to admission at the reference hospital.",
  "compose" : {
    "include" : [
      {
        "system" : "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/SymtDurCS",
        "concept" : [
          {
            "code" : "0",
            "display" : "Less than 4.5 hours"
          },
          {
            "code" : "1",
            "display" : "More than 4.5 hours"
          },
          {
            "code" : "999",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}