This page is part of the CARIN Blue Button Implementation Guide (v2.2.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "DentalPayer1",
"meta" : {
"lastUpdated" : "2021-01-01T10:23:11+00:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|2.2.0"
]
},
"language" : "en",
"text" : {
"status" : "generated"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"version" : "5.0.0",
"code" : "NPI"
}
]
},
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9941339100"
},
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
"code" : "payerid"
}
]
},
"value" : "66783JJT"
}
],
"active" : true,
"name" : "INSURANCE COMPANY XYZ"
}