CARIN Consumer Directed Payer Data Exchange (CARIN IG for Blue ButtonĀ®)
1.1.0 - STU1 Update

This page is part of the CARIN Blue Button Implementation Guide (v1.1.0: STU 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

: Provider Organizaiton Example 4 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "ProviderOrganization4",
  "meta" : {
    "lastUpdated" : "2020-05-04T03:02:01-04:00",
    "profile" : [
      "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization|1.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: National Provider Identifier: 4445556660</p><p><b>active</b>: true</p><p><b>name</b>: Blue Medical Group</p><p><b>address</b>: Attn: Blue Medical Group Pittsburgh PA 15222 USA </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: 555-555-5530(WORK)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
            "code" : "npi",
            "display" : "National Provider Identifier"
          }
        ],
        "text" : "National Provider Identifier"
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "4445556660"
    }
  ],
  "active" : true,
  "name" : "Blue Medical Group",
  "address" : [
    {
      "line" : [
        "Attn: Blue Medical Group"
      ],
      "city" : "Pittsburgh",
      "state" : "PA",
      "postalCode" : "15222",
      "country" : "USA"
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "555-555-5530",
          "use" : "work"
        }
      ]
    }
  ]
}