This page is part of the Da Vinci Payer Data Exchange (v2.2.0: STU2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "provider-org-002",
"meta" : {
"lastUpdated" : "2024-12-16T10:00:00Z"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Second Example Provider Organization</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "1122334455"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/organization-type",
"code" : "prov",
"display" : "Healthcare Provider"
}
]
}
],
"name" : "Second Example Provider Organization",
"telecom" : [
{
"system" : "phone",
"value" : "555-987-6543",
"use" : "work"
}
],
"address" : [
{
"line" : [
"200 Healthcare Boulevard"
],
"city" : "Sometown",
"state" : "MA",
"postalCode" : "02102"
}
]
}