This page is part of the KIP Infrastructure (v2.9.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Mesh placement - TTL Representation
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 "MeshPlacement"] ; #
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 MeshPlacement</b></p><a name=\"MeshPlacement\"> </a><a name=\"hcMeshPlacement\"> </a><a name=\"MeshPlacement-en-US\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/MeshPlacement</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\">onlay<a name=\"MeshPlacement-onlay\"> </a></td><td>Onlay</td><td>Onlay</td></tr><tr><td style=\"white-space:nowrap\">inlay<a name=\"MeshPlacement-inlay\"> </a></td><td>Inlay</td><td>Inlay</td></tr><tr><td style=\"white-space:nowrap\">sublay<a name=\"MeshPlacement-sublay\"> </a></td><td>Sublay</td><td>Sublay</td></tr><tr><td style=\"white-space:nowrap\">retromuscular_preperitoneal<a name=\"MeshPlacement-retromuscular_preperitoneal\"> </a></td><td>Retromuskulær + præperitoneal</td><td>Retromuskulær + præperitoneal</td></tr><tr><td style=\"white-space:nowrap\">preperitoneal<a name=\"MeshPlacement-preperitoneal\"> </a></td><td>Præperitoneal</td><td>Præperitoneal</td></tr><tr><td style=\"white-space:nowrap\">intraperitoneal<a name=\"MeshPlacement-intraperitoneal\"> </a></td><td>Intraperitoneal</td><td>Intraperitoneal</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/MeshPlacement"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.9.1"] ; #
fhir:name [ fhir:v "MeshPlacement"] ; #
fhir:title [ fhir:v "Mesh placement"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-07-21T00:00:00+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut with Trifork Digital Health A/S"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut 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 "Mesh placement"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "onlay" ] ;
fhir:display [ fhir:v "Onlay" ] ;
fhir:definition [ fhir:v "Onlay" ]
] [
fhir:code [ fhir:v "inlay" ] ;
fhir:display [ fhir:v "Inlay" ] ;
fhir:definition [ fhir:v "Inlay" ]
] [
fhir:code [ fhir:v "sublay" ] ;
fhir:display [ fhir:v "Sublay" ] ;
fhir:definition [ fhir:v "Sublay" ]
] [
fhir:code [ fhir:v "retromuscular_preperitoneal" ] ;
fhir:display [ fhir:v "Retromuskulær + præperitoneal" ] ;
fhir:definition [ fhir:v "Retromuskulær + præperitoneal" ]
] [
fhir:code [ fhir:v "preperitoneal" ] ;
fhir:display [ fhir:v "Præperitoneal" ] ;
fhir:definition [ fhir:v "Præperitoneal" ]
] [
fhir:code [ fhir:v "intraperitoneal" ] ;
fhir:display [ fhir:v "Intraperitoneal" ] ;
fhir:definition [ fhir:v "Intraperitoneal" ]
] ) . #