FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/sghi-location-form

Packagesilfhirprofileig
TypeValueSet
Idsghi-location-form
FHIR VersionR5
Sourcehttps://fhir.slade360.co.ke/fhir/https://build.fhir.org/ig/savannahghi/sil_fhir_profile_ig/ValueSet-sghi-location-form.html
URLhttps://fhir.slade360.co.ke/fhir/ValueSet/sghi-location-form
Version0.1.0
Statusdraft
Date2025-07-10T13:42:01+00:00
NameSGHILocationForm
TitleSGHI Location Form
DescriptionPhysical form of the location, e.g. building, room, vehicle, road, virtual.

Resources that use this resource

StructureDefinition
sghi-fhir-locationSGHI Location

Resources that this resource uses

CodeSystem
sghi-identifier-codesystemSGHI Identifier Code System

Narrative

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

Generated Narrative: ValueSet sghi-location-form

  • Include these codes as defined in https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem
    CodeDisplayDefinition
    buildingBuildingAny Building or structure. This may contain rooms, corridors, wings, etc.
    wingWingA Wing within a Building, often contains levels, rooms, and corridors.
    wardWardA section of a medical facility that may contain rooms and other types of location.
    roomRoomA space that is allocated as a room.
    bedBedA space that is allocated for sleeping or laying on.
    vehicleVehicleA means of transportation, e.g., mobile clinics.
    areaAreaA defined physical boundary of something, such as a flood risk zone or region.
    virtualVirtualA location that is virtual in nature, such as a conference call or virtual meeting space.

Source

{
  "resourceType": "ValueSet",
  "id": "sghi-location-form",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.slade360.co.ke/fhir/ValueSet/sghi-location-form",
  "version": "0.1.0",
  "name": "SGHILocationForm",
  "title": "SGHI Location Form",
  "status": "draft",
  "date": "2025-07-10T13:42:01+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": "Physical form of the location, e.g. building, room, vehicle, road, virtual.",
  "compose": {
    "include": [
      {
        "system": "https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem",
        "concept": [
          {
            "code": "building",
            "display": "Building"
          },
          {
            "code": "wing",
            "display": "Wing"
          },
          {
            "code": "ward",
            "display": "Ward"
          },
          {
            "code": "room",
            "display": "Room"
          },
          {
            "code": "bed",
            "display": "Bed"
          },
          {
            "code": "vehicle",
            "display": "Vehicle"
          },
          {
            "code": "area",
            "display": "Area"
          },
          {
            "code": "virtual",
            "display": "Virtual"
          }
        ]
      }
    ]
  }
}