FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Location |
| Id | Location-ExampleSGHILocation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location ExampleSGHILocation
Profile: SGHI Location
identifier: Jurisdictional health number/JHN123456789 (use: official, )
status: Active
operationalStatus: [not stated]: ISOLATED (Isolated)
name: SGHI Location
description:
SGHI Location description
mode: Kind
| Telecom |
| +254790360360 |
form: Wing
managingOrganization: Organization SGHI Healthcare Organization
hoursOfOperation
AvailableTimes
AllDay true
{
"resourceType": "Location",
"id": "ExampleSGHILocation",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/fhir-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN",
"display": "Jurisdictional health number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "JHN123456789",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"status": "active",
"operationalStatus": {
"code": "ISOLATED",
"display": "Isolated"
},
"name": "SGHI Location",
"description": "SGHI Location description",
"mode": "kind",
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+254790360360",
"use": "work"
}
]
}
],
"form": {
"coding": [
{
"code": "wi",
"display": "Wing"
}
]
},
"managingOrganization": {
"reference": "Organization/ExampleSGHIOrganization"
},
"hoursOfOperation": [
{
"availableTime": [
{
"allDay": true
}
]
}
]
}