KIP Infracstructure
0.2.1 - release

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

: Harris Hip Score (HHS) - Stairs - JSON Representation

Active as of 2022-07-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HarrisHipScoreStairs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HarrisHipScoreStairs</b></p><a name=\"HarrisHipScoreStairs\"> </a><a name=\"hcHarrisHipScoreStairs\"> </a><a name=\"HarrisHipScoreStairs-en-US\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreStairs</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\">4<a name=\"HarrisHipScoreStairs-4\"> </a></td><td>Normally without using a railing</td><td>Normally without using a railing (4)</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"HarrisHipScoreStairs-2\"> </a></td><td>Normally using a railing</td><td>Normally using a railing (2)</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"HarrisHipScoreStairs-1\"> </a></td><td>In any manner</td><td>In any manner (1)</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"HarrisHipScoreStairs-0\"> </a></td><td>Unable to do stairs</td><td>Unable to do stairs (0)</td></tr></table></div>"
  },
  "url" : "https://kip.rkkp.dk/fhir/CodeSystem/HarrisHipScoreStairs",
  "version" : "0.2.1",
  "name" : "HarrisHipScoreStairs",
  "title" : "Harris Hip Score (HHS) - Stairs",
  "status" : "active",
  "date" : "2022-07-06T00:00:00+02:00",
  "publisher" : "Sundhedsvæsnets Kvalistetsinstitut with Trifork Digital Health A/S",
  "contact" : [
    {
      "name" : "Sundhedsvæsnets Kvalistetsinstitut with Trifork Digital Health A/S",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://trifork.com"
        },
        {
          "system" : "email",
          "value" : "rbk@trifork.com"
        }
      ]
    }
  ],
  "description" : "Harris Hip Score (HHS) - Stairs. Link: https://www.orthopaedicscore.com/scorepages/harris_hip_score.html",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "4",
      "display" : "Normally without using a railing",
      "definition" : "Normally without using a railing (4)"
    },
    {
      "code" : "2",
      "display" : "Normally using a railing",
      "definition" : "Normally using a railing (2)"
    },
    {
      "code" : "1",
      "display" : "In any manner",
      "definition" : "In any manner (1)"
    },
    {
      "code" : "0",
      "display" : "Unable to do stairs",
      "definition" : "Unable to do stairs (0)"
    }
  ]
}