Amakomaya Nepal FHIR Implementation Guide
1.0.1 - ci-build
Amakomaya Nepal FHIR Implementation Guide - Local Development build (v1.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "location-HAMS-hospital",
"meta" : {
"profile" : [
🔗 "https://fhir.amakomaya.com/StructureDefinition/amk-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-HAMS-hospital</b></p><a name=\"location-HAMS-hospital\"> </a><a name=\"hclocation-HAMS-hospital\"> </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-amk-location.html\">AMK Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: HAMS Hospital Main Campus</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Hospital 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>85.3303</td><td>27.7356</td></tr></table><p><b>managingOrganization</b>: <code>AMKOrganization/organization-hams-hospital</code></p></div>"
},
"status" : "active",
"name" : "HAMS Hospital Main Campus",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
],
"text" : "Hospital Building"
}
],
"position" : {
"longitude" : 85.3303,
"latitude" : 27.7356
},
"managingOrganization" : {
"reference" : "AMKOrganization/organization-hams-hospital"
}
}