PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@pct-0.1.0
    http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization
description: The PCT Organization 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.davinci
derivation: constraint
name: PCTOrganization
type: Organization
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        providerTaxonomy:
          match: {url: null}
          schema: {type: Extension, short: Provider taxonomy codes consisting of NUCC Health Care Provider Taxonomy Code Set for providers, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-pct/StructureDefinition/providerTaxonomy', index: 1}
          min: 0
          max: 1
  identifier:
    index: 2
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this pattern
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        NPI:
          match:
            type:
              coding:
              - {code: NPI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: National provider identifier}
            system: http://hl7.org/fhir/sid/us-npi
          schema:
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: NPI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: National provider identifier}
                system: http://hl7.org/fhir/sid/us-npi
            index: 3
        ETIN:
          match:
            type:
              coding:
              - {code: ETIN, system: 'http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgIdentifierTypeCS', display: Electronic Transmitter Identification Number}
          schema:
            short: Electronic Transmitter Identification Number.
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: ETIN, system: 'http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgIdentifierTypeCS', display: Electronic Transmitter Identification Number}
            index: 4
          min: 0
          max: 1
        TAX:
          match:
            type:
              coding:
              - {code: TAX, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Tax ID number}
          schema:
            short: Tax ID Number
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: TAX, system: 'http://terminology.hl7.org/CodeSystem/v2-0203', display: Tax ID number}
            index: 5
          min: 0
          max: 1
  type:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTOrganizationTypeVS'}
    mustSupport: true
    index: 6
  address:
    extensions:
      countrySubdivisionCode: {url: 'http://hl7.org/fhir/us/davinci-pct/StructureDefinition/countrySubdivisionCode', min: 0, max: 1, type: Extension, short: Country Subdivision Code - from Part 2 of ISO 3166, mustSupport: true, index: 7}
    elements:
      extension:
        type: Extension
        short: Country Subdivision Code - from Part 2 of ISO 3166
        mustSupport: true
        url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/countrySubdivisionCode
        index: 7
        slicing:
          slices:
            countrySubdivisionCode:
              match: {}
              schema: {type: Extension, short: Country Subdivision Code - from Part 2 of ISO 3166, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-pct/StructureDefinition/countrySubdivisionCode', index: 7}
              min: 0
              max: 1
      country:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'}
        index: 8
  contact:
    mustSupport: true
    index: 9
    elements:
      purpose:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTOrgContactPurposeTypeVS'}
        index: 10
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this pattern
      discriminator:
      - {path: purpose, type: pattern}
      min: null
      slices:
        gfeServiceHotline:
          match:
            purpose:
              coding:
              - {code: GFERELATED, system: 'http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgContactPurposeType', display: GFE-related}
          schema:
            mustSupport: true
            index: 11
            elements:
              purpose:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: GFERELATED, system: 'http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgContactPurposeType', display: GFE-related}
                index: 12
              name: {mustSupport: true, index: 13}
              telecom: {mustSupport: true, index: 14}
            required: [name, telecom, purpose]
  endpoint: {mustSupport: true, index: 15}
package_version: pct-0.1.0
extensions:
  providerTaxonomy: {url: 'http://hl7.org/fhir/us/davinci-pct/StructureDefinition/providerTaxonomy', min: 0, max: 1, type: Extension, short: Provider taxonomy codes consisting of NUCC Health Care Provider Taxonomy Code Set for providers, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization
base: http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-organization
version: 0.1.0
required: [type]