0.1.0 - ci-build
oncologyfhirigkenya - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "example-nyandarua-cancer-center",
"meta" : {
"profile" : [
🔗 "http://example.org/StructureDefinition/oncology-kenya-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-nyandarua-cancer-center</b></p><a name=\"example-nyandarua-cancer-center\"> </a><a name=\"hcexample-nyandarua-cancer-center\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-oncology-kenya-location.html\">Oncology Kenya Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Nyandarua County Referral Hospital - Oncology Unit</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+254712345678\">+254712345678</a></p><p><b>address</b>: Nyahururu Road, Ol Kalou, Nyandarua County</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>36.3784</td><td>-0.3408</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization/nyandarua-county-health\">Organization/nyandarua-county-health</a></p></div>"
},
"status" : "active",
"name" : "Nyandarua County Referral Hospital - Oncology Unit",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "HOSP",
"display" : "Hospital"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+254712345678"
}
],
"address" : {
"text" : "Nyahururu Road, Ol Kalou, Nyandarua County",
"city" : "Ol Kalou",
"district" : "Nyandarua",
"country" : "KE"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
]
},
"position" : {
"longitude" : 36.3784,
"latitude" : -0.3408
},
"managingOrganization" : {
"reference" : "Organization/nyandarua-county-health"
}
}