PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pct@2.0.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-pct
derivation: constraint
name: PCTOrganization
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      slices:
        NPI:
          match: {}
          schema: {index: 0}
          max: 1
        CLIA:
          match: {}
          schema: {index: 1}
          max: 1
        tin:
          match: {}
          schema:
            short: Tax ID Number
            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: 2
        ETIN:
          match: {}
          schema:
            short: Electronic Transmitter Identification Number.
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: ETIN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 3
          min: 0
          max: 1
        payerid:
          match: {}
          schema:
            mustSupport: true
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: PAYERID, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 4
            elements:
              value: {index: 5}
            required: [value]
  type:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTOrganizationTypeVS'}
    index: 6
  address:
    elements:
      country:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'}
        index: 7
  contact:
    mustSupport: true
    index: 8
    elements:
      purpose:
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTOrgContactPurposeTypeVS'}
        index: 9
    slicing:
      rules: open
      ordered: false
      description: Slice based on $this value
      discriminator:
      - {path: purpose, type: value}
      min: null
      slices:
        gfeServiceHotline:
          match:
            purpose:
              coding:
              - {code: GFERELATED, system: 'http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgContactPurposeType'}
          schema:
            mustSupport: true
            index: 10
            elements:
              purpose:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: GFERELATED, system: 'http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTOrgContactPurposeType'}
                index: 11
              name: {index: 12}
              telecom: {index: 13}
            required: [name, telecom, purpose]
package_version: 2.0.0
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: 2.0.0
required: [type]