PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@5.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization
description: Profile of Organization for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreOrganization
type: Organization
elements:
  identifier:
    type: Identifier
    mustSupport: true
    pattern:
      type: Identifier
      value: {system: 'urn:oid:2.16.840.1.113883.4.336'}
    index: 0
    slicing:
      slices:
        ccn:
          match: {}
          schema:
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.4.336'}
            index: 0
            elements:
              use: {type: code, mustSupport: true, index: 1}
              value: {type: string, mustSupport: true, index: 2}
            required: [value, use]
        ein:
          match: {}
          schema:
            short: There is not a general Tax Identifier Numer (TIN) OID. There is an SSN, a PTIN, and an ITIN, but no TIN generally. So the only slice specified here is EIN, if consumers determine a need for an SSN, submit a comment to that effect.
            type: Identifier
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.4.4'}
            index: 3
            elements:
              use: {type: code, mustSupport: true, index: 4}
              value: {type: string, mustSupport: true, index: 5}
            required: [value, use]
  type:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/organization-type'}
    mustSupport: true
    index: 6
  address: {mustSupport: true, array: true, min: 1, index: 7}
  partOf:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization']
    index: 8
  endpoint:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
    index: 9
package_version: 5.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
version: 5.0.0-ballot
required: [address]