FHIR IG Statistics: ValueSet/sghi-location-form
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
https://fhir.slade360.co.ke/fhir/CodeSystem/sghi-identifier-codesystem
Code | Display | Definition |
building | Building | Any Building or structure. This may contain rooms, corridors, wings, etc. |
wing | Wing | A Wing within a Building, often contains levels, rooms, and corridors. |
ward | Ward | A section of a medical facility that may contain rooms and other types of location. |
room | Room | A space that is allocated as a room. |
bed | Bed | A space that is allocated for sleeping or laying on. |
vehicle | Vehicle | A means of transportation, e.g., mobile clinics. |
area | Area | A defined physical boundary of something, such as a flood risk zone or region. |
virtual | Virtual | A 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"
}
]
}
]
}
}