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
: Harris Hip Score (HHS) - Support - 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 "HarrisHipScoreSupport"] ; #
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 HarrisHipScoreSupport</b></p><a name=\"HarrisHipScoreSupport\"> </a><a name=\"hcHarrisHipScoreSupport\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreSupport</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\">11<a name=\"HarrisHipScoreSupport-11\"> </a></td><td>None</td><td>None (11)</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"HarrisHipScoreSupport-7\"> </a></td><td>Cane/Walking stick for long walks</td><td>Cane/Walking stick for long walks (7)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"HarrisHipScoreSupport-5\"> </a></td><td>Cane/Walking stick most of the time</td><td>Cane/Walking stick most of the time (5)</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"HarrisHipScoreSupport-3\"> </a></td><td>One crutch</td><td>One crutch (3)</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"HarrisHipScoreSupport-2\"> </a></td><td>Two Canes/Walking sticks</td><td>Two Canes/Walking sticks (2)</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"HarrisHipScoreSupport-0\"> </a></td><td>Two crutches, walker or not able to walk</td><td>Two crutches, walker or not able to walk (0)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreSupport"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.12.0"] ; #
fhir:name [ fhir:v "HarrisHipScoreSupport"] ; #
fhir:title [ fhir:v "Harris Hip Score (HHS) - Support"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-07-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 "Harris Hip Score (HHS) - Support. Link: https://www.orthopaedicscore.com/scorepages/harris_hip_score.html"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "None" ] ;
fhir:definition [ fhir:v "None (11)" ]
] [
fhir:code [ fhir:v "7" ] ;
fhir:display [ fhir:v "Cane/Walking stick for long walks" ] ;
fhir:definition [ fhir:v "Cane/Walking stick for long walks (7)" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Cane/Walking stick most of the time" ] ;
fhir:definition [ fhir:v "Cane/Walking stick most of the time (5)" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "One crutch" ] ;
fhir:definition [ fhir:v "One crutch (3)" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Two Canes/Walking sticks" ] ;
fhir:definition [ fhir:v "Two Canes/Walking sticks (2)" ]
] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Two crutches, walker or not able to walk" ] ;
fhir:definition [ fhir:v "Two crutches, walker or not able to walk (0)" ]
] ) . #