National Healthcare Directory Exchange, published by HL7 Patient Administration Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0-ballot). This version is based on the current content of https://github.com/HL7/fhir-directory-exchange/ and changes regularly. See the Directory of published versions
: CancerClinic - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "CancerClinic",
"meta" : {
"lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
"profile" : [
"http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Organization"
]
},
"language" : "en-US",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative: Organization</b><a name=\"CancerClinic\"> </a></p><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\">Resource Organization "CancerClinic" Updated "2020-07-07 13:26:22+0000" (Language "en-US") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NatlDirEx-Organization.html\">National Directory Organization</a></p></div><p><b>identifier</b>: id: NPI788</p><p><b>active</b>: true</p><p><b>type</b>: Facility <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/CodeSystem-OrgTypeCS.html\">Organization Type Code System</a>#fac)</span></p><p><b>name</b>: Hamilton Clinic</p><p><b>telecom</b>: ph: (111)-222-3333, <a href=\"https://www.Hospital.com\">https://www.Hospital.com</a></p><p><b>address</b>: 123 Main Street Anytown CT 00014-1234 </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: (111)-222-3333</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "NPI788"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/directory-query/CodeSystem/OrgTypeCS",
"code" : "fac",
"display" : "Facility"
}
]
}
],
"name" : "Hamilton Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "(111)-222-3333",
"rank" : 2
},
{
"system" : "url",
"value" : "https://www.Hospital.com",
"rank" : 1
}
],
"address" : [
{
"line" : [
"123 Main Street"
],
"city" : "Anytown",
"state" : "CT",
"postalCode" : "00014-1234"
}
],
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "(111)-222-3333",
"rank" : 1
}
]
}
]
}