This page is part of the KIP Infrastructure (v0.2.1: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.9.0. For a full list of available versions, see the Directory of published versions
: Aneurysm size scale (SAH) - 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 "AneurysmSizeScale"] ; #
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 AneurysmSizeScale</b></p><a name=\"AneurysmSizeScale\"> </a><a name=\"hcAneurysmSizeScale\"> </a><a name=\"AneurysmSizeScale-en-US\"> </a><p>This code system <code>https://kip.rkkp.dk/fhir/CodeSystem/AneurysmSizeScale</code> provides <b>a fragment</b> that includes 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\">gt25<a name=\"AneurysmSizeScale-gt25\"> </a></td><td>>25 mm</td><td>>25 mm</td></tr><tr><td style=\"white-space:nowrap\">ge12le25<a name=\"AneurysmSizeScale-ge12le25\"> </a></td><td>>=12 mm, =<25 mm</td><td>>=12 mm, =<25 mm</td></tr><tr><td style=\"white-space:nowrap\">ge7lt12<a name=\"AneurysmSizeScale-ge7lt12\"> </a></td><td>>=7 mm, <12 mm</td><td>>=7 mm, <12 mm</td></tr><tr><td style=\"white-space:nowrap\">lt7<a name=\"AneurysmSizeScale-lt7\"> </a></td><td><7 mm</td><td><7 mm</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/AneurysmSizeScale"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.1"] ; #
fhir:name [ fhir:v "AneurysmSizeScale"] ; #
fhir:title [ fhir:v "Aneurysm size scale (SAH)"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-06-14T00: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 "Aneurysm size scale (SAH)"] ; #
fhir:content [ fhir:v "fragment"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "gt25" ] ;
fhir:display [ fhir:v ">25 mm" ] ;
fhir:definition [ fhir:v ">25 mm" ]
] [
fhir:code [ fhir:v "ge12le25" ] ;
fhir:display [ fhir:v ">=12 mm, =<25 mm" ] ;
fhir:definition [ fhir:v ">=12 mm, =<25 mm" ]
] [
fhir:code [ fhir:v "ge7lt12" ] ;
fhir:display [ fhir:v ">=7 mm, <12 mm" ] ;
fhir:definition [ fhir:v ">=7 mm, <12 mm" ]
] [
fhir:code [ fhir:v "lt7" ] ;
fhir:display [ fhir:v "<7 mm" ] ;
fhir:definition [ fhir:v "<7 mm" ]
] ) . #