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

: Stroke type based on ICHOM - TTL Representation

Active as of 2024-01-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "StrokeTypeVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-StrokeTypeCS.html\"><code>https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/StrokeTypeCS</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-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>"
  ] ; # 
  fhir:url [ fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/ValueSet/StrokeTypeVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.0"] ; # 
  fhir:name [ fhir:v "StrokeTypeVS"] ; # 
  fhir:title [ fhir:v "Stroke type based on ICHOM"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-11T13:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Gabrielle dos Santos Leandro"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gabriellesantosleandro.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle.santos.leandro@gmail.com" ]     ] )
  ] [
fhir:name [ fhir:v "Gabrielle dos Santos Leandro" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gabrielle@m-caretech.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet that aims to categorize the stroke type according to the ICHOM standard."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/CodeSystem/StrokeTypeCS"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "IS" ] ;
fhir:display [ fhir:v "Ischemic stroke (IS)" ]       ] [
fhir:code [ fhir:v "ICH" ] ;
fhir:display [ fhir:v "Intracerebral hemorrhage (ICH)" ]       ] [
fhir:code [ fhir:v "TIA" ] ;
fhir:display [ fhir:v "Transient ischemic attack (TIA)" ]       ] [
fhir:code [ fhir:v "UNK" ] ;
fhir:display [ fhir:v "Stroke of unknown type" ]       ] )     ] )
  ] . #