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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-procedure-category.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-procedure-category.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/procedure-category
Version0.1.0
Statusdraft
Date2026-01-29T07:53:25+00:00
NameSGHIProcedureCategory
TitleSGHI Procedure Category value set
DescriptionA value set for categorizing procedures, using LOINC codes where applicable.

Resources that use this resource

StructureDefinition
procedureSGHI Procedure

Resources that this resource uses

CodeSystem
identifier-codesystemSGHI Identifier Code System

Narrative

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

Generated Narrative: ValueSet procedure-category

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-codesystem version 📦0.1.0
    CodeDisplay
    24642003Psychiatry procedure or service
    409063005Counseling
    409073007Education
    387713003Surgical procedure (procedure)
    103693007Diagnostic procedure
    46947000Chiropractic manipulation
    410606002Social service procedure (procedure)

Source1

{
  "resourceType": "ValueSet",
  "id": "procedure-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/procedure-category",
  "version": "0.1.0",
  "name": "SGHIProcedureCategory",
  "title": "SGHI Procedure Category value set",
  "status": "draft",
  "date": "2026-01-29T07:53:25+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 value set for categorizing procedures, using LOINC codes where applicable.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-codesystem",
        "concept": [
          {
            "code": "24642003",
            "display": "Psychiatry procedure or service"
          },
          {
            "code": "409063005",
            "display": "Counseling"
          },
          {
            "code": "409073007",
            "display": "Education"
          },
          {
            "code": "387713003",
            "display": "Surgical procedure (procedure)"
          },
          {
            "code": "103693007",
            "display": "Diagnostic procedure"
          },
          {
            "code": "46947000",
            "display": "Chiropractic manipulation"
          },
          {
            "code": "410606002",
            "display": "Social service procedure (procedure)"
          }
        ]
      }
    ]
  }
}