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

: Cause of reoperation - TTL Representation

Active as of 2022-12-06

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ReoperationCause"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ReoperationCause</b></p><a name=\"ReoperationCause\"> </a><a name=\"hcReoperationCause\"> </a><p>This  code system <code>https://kip.rkkp.dk/fhir/CodeSystem/ReoperationCause</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">infection<a name=\"ReoperationCause-infection\"> </a></td><td>Infection</td><td>Infektion</td></tr><tr><td style=\"white-space:nowrap\">movement_restriction<a name=\"ReoperationCause-movement_restriction\"> </a></td><td>Movement restriction</td><td>Bevægelsesindskrænkning (artrofibrose)</td></tr><tr><td style=\"white-space:nowrap\">meniscus_damage<a name=\"ReoperationCause-meniscus_damage\"> </a></td><td>Meniscus damage</td><td>Menisk skade</td></tr><tr><td style=\"white-space:nowrap\">cartilage_damage<a name=\"ReoperationCause-cartilage_damage\"> </a></td><td>Cartilage damage</td><td>Brusk skade</td></tr><tr><td style=\"white-space:nowrap\">implant_removed<a name=\"ReoperationCause-implant_removed\"> </a></td><td>Implant removed</td><td>Implantat fjernet</td></tr><tr><td style=\"white-space:nowrap\">cicatricial_tissue<a name=\"ReoperationCause-cicatricial_tissue\"> </a></td><td>Cicatricial tissue</td><td>Arvæv/Cyklop dannelse</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/ReoperationCause"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.12.0"] ; # 
  fhir:name [ fhir:v "ReoperationCause"] ; # 
  fhir:title [ fhir:v "Cause of reoperation"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-12-06T00: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 "Cause of reoperation"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "infection" ] ;
fhir:display [ fhir:v "Infection" ] ;
fhir:definition [ fhir:v "Infektion" ]
  ] [
fhir:code [ fhir:v "movement_restriction" ] ;
fhir:display [ fhir:v "Movement restriction" ] ;
fhir:definition [ fhir:v "Bevægelsesindskrænkning (artrofibrose)" ]
  ] [
fhir:code [ fhir:v "meniscus_damage" ] ;
fhir:display [ fhir:v "Meniscus damage" ] ;
fhir:definition [ fhir:v "Menisk skade" ]
  ] [
fhir:code [ fhir:v "cartilage_damage" ] ;
fhir:display [ fhir:v "Cartilage damage" ] ;
fhir:definition [ fhir:v "Brusk skade" ]
  ] [
fhir:code [ fhir:v "implant_removed" ] ;
fhir:display [ fhir:v "Implant removed" ] ;
fhir:definition [ fhir:v "Implantat fjernet" ]
  ] [
fhir:code [ fhir:v "cicatricial_tissue" ] ;
fhir:display [ fhir:v "Cicatricial tissue" ] ;
fhir:definition [ fhir:v "Arvæv/Cyklop dannelse" ]
  ] ) . #