KIP Infrastructure
2.12.0 - 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.12.0 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "MTICIReperfusionsgrad"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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><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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/ValueSet/MTICIReperfusionsgrad"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.12.0"] ; # 
  fhir:name [ fhir:v "MTICIReperfusionsgrad"] ; # 
  fhir:title [ fhir:v "mTICI reperfusionsgrad"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-06-28T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://trifork.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rbk@trifork.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Reperfusionsgrad ved brug af Modified treatment in cerebral ischemia (mTICI)."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/MTICIClassification"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "grade0" ] ;
fhir:display [ fhir:v "Grad 0" ]       ] [
fhir:code [ fhir:v "grade1" ] ;
fhir:display [ fhir:v "Grad 1" ]       ] [
fhir:code [ fhir:v "grade2a" ] ;
fhir:display [ fhir:v "Grad 2a" ]       ] [
fhir:code [ fhir:v "grade2b" ] ;
fhir:display [ fhir:v "Grad 2b" ]       ] [
fhir:code [ fhir:v "grade2c" ] ;
fhir:display [ fhir:v "Grad 2c" ]       ] [
fhir:code [ fhir:v "grade3" ] ;
fhir:display [ fhir:v "Grad 3" ]       ] )     ] )
  ] . #