Healthy Route Implementation Guide
0.1.0 - ci-build

Healthy Route Implementation Guide, published by Savannah Informatics. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/healthy-route-ig/ and changes regularly. See the Directory of published versions

: Urine Dipstick Protein Scale - JSON Representation

Draft as of 2026-09-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "hr-dipstick-protein",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem hr-dipstick-protein</b></p><a name=\"hr-dipstick-protein\"> </a><a name=\"hchr-dipstick-protein\"> </a><p>This case-sensitive code system <code>https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-dipstick-protein</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\">negative<a name=\"hr-dipstick-protein-negative\"> </a></td><td>Negative</td><td>No protein detected.</td></tr><tr><td style=\"white-space:nowrap\">trace<a name=\"hr-dipstick-protein-trace\"> </a></td><td>Trace</td><td>The lowest positive reading on the strip. Both protocols treat trace as positive.</td></tr><tr><td style=\"white-space:nowrap\">1plus<a name=\"hr-dipstick-protein-1plus\"> </a></td><td>+1</td><td/></tr><tr><td style=\"white-space:nowrap\">2plus<a name=\"hr-dipstick-protein-2plus\"> </a></td><td>+2</td><td/></tr><tr><td style=\"white-space:nowrap\">3plus<a name=\"hr-dipstick-protein-3plus\"> </a></td><td>+3</td><td/></tr></table></div>"
  },
  "url" : "https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-dipstick-protein",
  "version" : "0.1.0",
  "name" : "HRDipstickProteinCS",
  "title" : "Urine Dipstick Protein Scale",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-09-04T13:29:51+00:00",
  "publisher" : "Savannah Informatics",
  "contact" : [
    {
      "name" : "Savannah Informatics",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://savannahghi.org"
        }
      ]
    },
    {
      "name" : "Savannah Informatics",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://savannahghi.org"
        }
      ]
    }
  ],
  "description" : "The ordinal scale printed on the study's data collection tool for urine dipstick protein.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "negative",
      "display" : "Negative",
      "definition" : "No protein detected."
    },
    {
      "code" : "trace",
      "display" : "Trace",
      "definition" : "The lowest positive reading on the strip. Both protocols treat trace as positive."
    },
    {
      "code" : "1plus",
      "display" : "+1"
    },
    {
      "code" : "2plus",
      "display" : "+2"
    },
    {
      "code" : "3plus",
      "display" : "+3"
    }
  ]
}