This page is part of the Bidirectional Services eReferrals (BSeR) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
Source view
{
"resourceType" : "Organization",
"id" : "organization-bser-organization-saint-luke",
"meta" : {
"versionId" : "6",
"lastUpdated" : "2020-01-20T17:34:47.000-05:00",
"profile" : [
"http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">organization-bser-organization-saint-luke</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">4</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2020-01-18T00:12:24.000-05:00</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">profile</td>\n <td>\n <div title=\"profile\">http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-Organization</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">identifier</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"system\">\n <a href=\"http://hl7.org/fhir/sid/us-npi\">http://hl7.org/fhir/sid/us-npi</a>\n </div>\n </li>\n <li>\n <div title=\"value\">1063494177</div>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">active</td>\n <td>\n <div title=\"active\">true</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n <li>\n <div title=\"display\">Healthcare Provider</div> (\n <div title=\"code\">prov</div> )\n \n </li>\n <li>\n <div title=\"system\">\n <a href=\"http://terminology.hl7.org/CodeSystem/organization-type\">http://terminology.hl7.org/CodeSystem/organization-type</a>\n </div>\n </li>\n </ul>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">name</td>\n <td>\n <div title=\"name\">Saint Luke's Hospital of Kansas City</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">phone</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">(816)932-2000</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">use</td>\n <td>\n <div title=\"use\">work</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">telecom</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">system</td>\n <td>\n <div title=\"system\">other</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">value</td>\n <td>\n <div title=\"value\">http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">use</td>\n <td>\n <div title=\"use\">work</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">address</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">line</td>\n <td>\n <div title=\"line\">4401 Wornall Rd,</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">city</td>\n <td>\n <div title=\"city\">Amherst</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">state</td>\n <td>\n <div title=\"state\">MA</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">postalCode</td>\n <td>\n <div title=\"postalCode\">64111</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1063494177"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Saint Luke's Hospital of Kansas City",
"telecom" : [
{
"system" : "phone",
"value" : "(816)932-2000",
"use" : "work"
},
{
"system" : "other",
"value" : "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city",
"use" : "work"
}
],
"address" : [
{
"line" : [
"4401 Wornall Rd,"
],
"city" : "Amherst",
"state" : "MA",
"postalCode" : "64111"
}
]
}