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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeCodeSystem
IdCodeSystem-service-request-cs.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/CodeSystem-service-request-cs.html
URLhttps://fhir.slade360.co.ke/fhir/CodeSystem/service-request-cs
Version0.1.0
Statusactive
Date2026-01-29T07:53:25+00:00
NameSGHIServiceRequestCS
TitleSGHI Service Request CodeSystem
DescriptionA custom CodeSystem defining different elements of service requests.
Contentcomplete

Resources that use this resource

ConceptMap
CIELtoFHIRCategoryCodeBindingsMapR4 to R5 Category Map
ValueSet
service-request-categoryService Request Categories

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem service-request-cs

This code system https://fhir.slade360.co.ke/fhir/CodeSystem/service-request-cs defines the following codes:

CodeDisplay
laboratory-procedure Laboratory procedure
imaging Imaging
counselling Counselling
education Education
surgical-procedure Surgical procedure
referral Referral

Source1

{
  "resourceType": "CodeSystem",
  "id": "service-request-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/CodeSystem/service-request-cs",
  "version": "0.1.0",
  "name": "SGHIServiceRequestCS",
  "title": "SGHI Service Request CodeSystem",
  "status": "active",
  "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 custom CodeSystem defining different elements of service requests.",
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "laboratory-procedure",
      "display": "Laboratory procedure"
    },
    {
      "code": "imaging",
      "display": "Imaging"
    },
    {
      "code": "counselling",
      "display": "Counselling"
    },
    {
      "code": "education",
      "display": "Education"
    },
    {
      "code": "surgical-procedure",
      "display": "Surgical procedure"
    },
    {
      "code": "referral",
      "display": "Referral"
    }
  ]
}