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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeValueSet
IdValueSet-encounter-act-priority.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-encounter-act-priority.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/encounter-act-priority
Version0.1.0
Statusdraft
Date2026-01-29T07:53:25+00:00
NameSGHIActPriority
TitleSGHI Encounter Priority
DescriptionUrgency of an encounter

Resources that use this resource

StructureDefinition
encounterSGHI Encounter

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 encounter-act-priority


Source1

{
  "resourceType": "ValueSet",
  "id": "encounter-act-priority",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/encounter-act-priority",
  "version": "0.1.0",
  "name": "SGHIActPriority",
  "title": "SGHI Encounter Priority",
  "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": "Urgency of an encounter",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/identifier-codesystem",
        "concept": [
          {
            "code": "stat"
          },
          {
            "code": "asap"
          },
          {
            "code": "preop"
          },
          {
            "code": "elective"
          }
        ]
      }
    ]
  }
}