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
: Harris Hip Score (HHS) - Limp - 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 "HarrisHipScoreLimp"] ; #
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 HarrisHipScoreLimp</b></p><a name=\"HarrisHipScoreLimp\"> </a><a name=\"hcHarrisHipScoreLimp\"> </a><a name=\"HarrisHipScoreLimp-en-US\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreLimp</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=\"HarrisHipScoreLimp-11\"> </a></td><td>None</td><td>None (11)</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"HarrisHipScoreLimp-8\"> </a></td><td>Slight</td><td>Slight (8)</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"HarrisHipScoreLimp-5\"> </a></td><td>Moderate</td><td>Moderate (5)</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"HarrisHipScoreLimp-0\"> </a></td><td>Severe</td><td>Severe (0)</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreLimp"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.9.1"] ; #
fhir:name [ fhir:v "HarrisHipScoreLimp"] ; #
fhir:title [ fhir:v "Harris Hip Score (HHS) - Limp"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-07-06T00: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 "Harris Hip Score (HHS) - Limp. Link: https://www.orthopaedicscore.com/scorepages/harris_hip_score.html"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "None" ] ;
fhir:definition [ fhir:v "None (11)" ]
] [
fhir:code [ fhir:v "8" ] ;
fhir:display [ fhir:v "Slight" ] ;
fhir:definition [ fhir:v "Slight (8)" ]
] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Moderate" ] ;
fhir:definition [ fhir:v "Moderate (5)" ]
] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Severe" ] ;
fhir:definition [ fhir:v "Severe (0)" ]
] ) . #