PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin@bb-2.0.0
    http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization
description: This profile builds upon the US Core Organization profile. It is used to convey a payer, provider, payee or service facility organization.
package_name: hl7.fhir.us.carin
derivation: constraint
name: C4BBOrganization
type: Organization
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      lastUpdated: {mustSupport: true, index: 1}
      profile: {index: 2}
    required: [profile]
  identifier:
    pattern:
      type: Identifier
      value:
        type:
          coding:
          - {code: NPI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
        system: http://hl7.org/fhir/sid/us-npi
    index: 3
    slicing:
      slices:
        NPI:
          match: {}
          schema:
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: NPI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                system: http://hl7.org/fhir/sid/us-npi
            index: 3
        tax:
          match: {}
          schema:
            short: Tax ID Number
            mustSupport: true
            array: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: TAX, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                system: urn:oid:2.16.840.1.113883.4.4
            index: 4
          min: 0
        payerid:
          match: {}
          schema:
            short: Payer ID used in HIPAA covered claims submission transactions
            mustSupport: true
            array: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: payerid, system: 'http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType'}
            index: 5
          min: 0
        naiccode:
          match: {}
          schema:
            short: NAIC Code
            mustSupport: true
            array: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: naiccode, system: 'http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType'}
                system: urn:oid:2.16.840.1.113883.6.300
            index: 6
          min: 0
  address: {index: 7}
package_version: bb-2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
version: 2.0.0
required: [meta]