KIP Infrastructure
2.23.2 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.23.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: mTICI reperfusionsgrad - TTL Representation

Active as of 2022-06-28

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/MTICIReperfusionsgrad> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "MTICIReperfusionsgrad"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MTICIReperfusionsgrad</b></p><a name=\"MTICIReperfusionsgrad\"> </a><a name=\"hcMTICIReperfusionsgrad\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MTICIClassification.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/MTICIClassification</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.23.2</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-MTICIClassification.html#MTICIClassification-grade0\">grade0</a></td><td>Grad 0</td><td>Grade 0: No perfusion</td></tr><tr><td><a href=\"CodeSystem-MTICIClassification.html#MTICIClassification-grade1\">grade1</a></td><td>Grad 1</td><td>Grade 1: Antegrade reperfusion past the initial occlusion, but limited distal branch filling with little or slow distal reperfusion</td></tr><tr><td><a href=\"CodeSystem-MTICIClassification.html#MTICIClassification-grade2a\">grade2a</a></td><td>Grad 2a</td><td>Grade 2a: Antegrade reperfusion of less than half of the occluded target artery previously ischemic territory (e.g. in one major division of the middle cerebral artery (MCA) and its territory)</td></tr><tr><td><a href=\"CodeSystem-MTICIClassification.html#MTICIClassification-grade2b\">grade2b</a></td><td>Grad 2b</td><td>Grade 2b: Antegrade reperfusion of more than half of the previously occluded target artery ischemic territory (e.g. in two major divisions of the MCA and their territories)</td></tr><tr><td><a href=\"CodeSystem-MTICIClassification.html#MTICIClassification-grade2c\">grade2c</a></td><td>Grad 2c</td><td>Grade 2c: Near complete perfusion except for slow flow or distal emboli in a few distal cortical vessels</td></tr><tr><td><a href=\"CodeSystem-MTICIClassification.html#MTICIClassification-grade3\">grade3</a></td><td>Grad 3</td><td>Grade 3: Complete antegrade reperfusion of the previously occluded target artery ischemic territory, with absence of visualized occlusion in all distal branches</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://kip.rkkp.dk/fhir/ValueSet/MTICIReperfusionsgrad"] ;
  fhir:ValueSet.version [ fhir:value "2.23.2"] ;
  fhir:ValueSet.name [ fhir:value "MTICIReperfusionsgrad"] ;
  fhir:ValueSet.title [ fhir:value "mTICI reperfusionsgrad"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2022-06-28T00:00:00+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://trifork.com" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "rbk@trifork.com" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Reperfusionsgrad ved brug af Modified treatment in cerebral ischemia (mTICI)."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://kip.rkkp.dk/fhir/CodeSystem/MTICIClassification" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "grade0" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Grad 0" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "grade1" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Grad 1" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "grade2a" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Grad 2a" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "grade2b" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Grad 2b" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "grade2c" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Grad 2c" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "grade3" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Grad 3" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/MTICIReperfusionsgrad.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/MTICIReperfusionsgrad.ttl> .