This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "GEHC-organization",
"meta" : {
"versionId" : "4",
"lastUpdated" : "2020-07-30T21:59:24.008+00:00",
"source" : "#Rt91H5PsWgzfxCgW",
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 9316452725</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Good Endodontics Health Clinic</p><p><b>telecom</b>: ph: (+1) 303-677-7777, <a href=\"mailto:Endo-service@GHclinic.org\">Endo-service@GHclinic.org</a></p><p><b>address</b>: 9552 W Alameda Ave Lakewood CO 80226 USA </p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9316452725"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Good Endodontics Health Clinic",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 303-677-7777"
},
{
"system" : "email",
"value" : "Endo-service@GHclinic.org"
}
],
"address" : [
{
"line" : [
"9552 W Alameda Ave"
],
"city" : "Lakewood",
"state" : "CO",
"postalCode" : "80226",
"country" : "USA"
}
]
}