PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin-bb@2.1.0-snapshot1
    http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner
description: This profile builds upon the US Core Practitioner profile. It is used to convey information about the practitioner who provided to the patient services described on the claim.
package_name: hl7.fhir.us.carin-bb
derivation: constraint
name: C4BBPractitioner
type: Practitioner
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      lastUpdated: {mustSupport: true, index: 1}
      profile: {index: 2}
    required: [profile]
  identifier:
    short: National Provider 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:
            short: National Provider 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
          max: 1
        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
  name: {index: 5}
  address: {index: 6}
package_version: 2.1.0-snapshot1
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner
version: 2.1.0-snapshot1
required: [meta]