FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-labelled-scale-0-to-10.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-labelled-scale-0-to-10.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/labelled-scale-0-to-10
Version0.1.0
Statusactive
Date2026-05-21T10:26:55+00:00
NameSGHILabelledScale0To10
TitleSGHI 0–10 Labelled Scale
DescriptionA ValueSet for a generic 0–10 labelled scale used for symptom severity or functional status.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
silfhirprofileig#currentspecial-clinic-code-systemSGHI Special Clinic Code System

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet labelled-scale-0-to-10


Source1

{
  "resourceType": "ValueSet",
  "id": "labelled-scale-0-to-10",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/labelled-scale-0-to-10",
  "version": "0.1.0",
  "name": "SGHILabelledScale0To10",
  "title": "SGHI 0–10 Labelled Scale",
  "status": "active",
  "date": "2026-05-21T10:26:55+00:00",
  "publisher": "Kathurima Kimathi",
  "contact": [
    {
      "name": "Kathurima Kimathi",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.linkedin.com/in/kathurima-kimathi/"
        },
        {
          "system": "email",
          "value": "kathurimakimathi415@gmail.com"
        }
      ]
    },
    {
      "name": "Oscar John",
      "telecom": [
        {
          "system": "email",
          "value": "oscarjohnotieno@gmail.com",
          "use": "work"
        }
      ]
    },
    {
      "name": "Kennedy Omondi",
      "telecom": [
        {
          "system": "email",
          "value": "kennankole@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A ValueSet for a generic 0–10 labelled scale used for symptom severity or functional status.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/special-clinic-code-system",
        "concept": [
          {
            "code": "scale-0-none",
            "display": "0 = None / Best possible"
          },
          {
            "code": "scale-1-3-mild",
            "display": "1–3 = Mild / Manageable"
          },
          {
            "code": "scale-4-6-moderate",
            "display": "4–6 = Moderate (affects daily activities)"
          },
          {
            "code": "scale-7-9-severe",
            "display": "7–9 = Severe"
          },
          {
            "code": "scale-10-worst",
            "display": "10 = Worst / Completely limited"
          }
        ]
      }
    ]
  }
}