@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 -------------------------------------------------------------------

<https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-dipstick-protein> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "hr-dipstick-protein"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://fhir.savannahghi.org/ig/healthy-route/CodeSystem/hr-dipstick-protein"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HRDipstickProteinCS"] ; # 
  fhir:title [ fhir:v "Urine Dipstick Protein Scale"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-09-04T13:29:51+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Savannah Informatics"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Savannah Informatics" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://savannahghi.org" ]
     ] )
  ] [
     fhir:name [ fhir:v "Savannah Informatics" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://savannahghi.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The ordinal scale printed on the study's data collection tool for urine dipstick protein."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "negative" ] ;
     fhir:display [ fhir:v "Negative" ] ;
     fhir:definition [ fhir:v "No protein detected." ]
  ] [
     fhir:code [ fhir:v "trace" ] ;
     fhir:display [ fhir:v "Trace" ] ;
     fhir:definition [ fhir:v "The lowest positive reading on the strip. Both protocols treat trace as positive." ]
  ] [
     fhir:code [ fhir:v "1plus" ] ;
     fhir:display [ fhir:v "+1" ]
  ] [
     fhir:code [ fhir:v "2plus" ] ;
     fhir:display [ fhir:v "+2" ]
  ] [
     fhir:code [ fhir:v "3plus" ] ;
     fhir:display [ fhir:v "+3" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

