Universal API Implementation Guide
1.1.20 - ci-build
Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "d1089cdf-7a5f-45b1-99b9-2c021eca5270",
"meta" : {
"profile" : [
🔗 "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization d1089cdf-7a5f-45b1-99b9-2c021eca5270</b></p><a name=\"d1089cdf-7a5f-45b1-99b9-2c021eca5270\"> </a><a name=\"hcd1089cdf-7a5f-45b1-99b9-2c021eca5270\"> </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-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://SOT.com/ab</code>/SOT-001\u00a0(use:\u00a0usual,\u00a0)</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type other}\">Site of Treatment</span></p><p><b>name</b>: FLORIDA HOSPITAL ORLANDO INFUSION CNTR</p><p><b>telecom</b>: ph: 4012704882(Work), fax: 4019974042(Work)</p><p><b>address</b>: 2501 N ORANGE AVE, STE 481 Orlando FL 32804 US </p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Vince Davis (Official)</td><td>ph: -unknown-</td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "http://SOT.com/ab",
"value" : "SOT-001",
"assigner" : {
"display" : "Florida Hospital Orlando Infusion Center"
}
}
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "other",
"display" : "Site of Treatment"
}
],
"text" : "Site of Treatment"
}
],
"name" : "FLORIDA HOSPITAL ORLANDO INFUSION CNTR",
"telecom" : [
{
"system" : "phone",
"value" : "4012704882",
"use" : "work",
"rank" : 1
},
{
"system" : "fax",
"value" : "4019974042",
"use" : "work",
"rank" : 2
}
],
"address" : [
{
"line" : [
"2501 N ORANGE AVE, STE 481"
],
"city" : "Orlando",
"state" : "FL",
"postalCode" : "32804",
"country" : "US"
}
],
"contact" : [
{
"name" : {
"use" : "official",
"family" : "Davis",
"given" : [
"Vince"
]
},
"telecom" : [
{
"system" : "phone"
}
]
}
]
}