Consumer-Directed Payer Data Exchange
- Release 0.1.0

This page is part of the CARIN Blue Button Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Organization-Org45

Raw json

{
  "resourceType" : "Organization",
  "id" : "Org45",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2019-12-18T22:28:27.000-05:00",
    "profile" : [
      "http://hl7.org/fhir/us/carin/StructureDefinition/carin-bb-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>\n\t\t\t\t<b>Generated Narrative with Details</b>\n\t\t\t</p>\n\t\t\t</div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "National provider identifier"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "345678"
    }
  ],
  "active" : true,
  "name" : "Insurance XYZ"
}