PackagesCanonicalsLogsProblems
    Packages
    fhir.onc.us-quality-core@0.5.0
    http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-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: fhir.onc.us-quality-core
derivation: constraint
name: USQualityCoreOrganization
type: Organization
elements:
  identifier:
    short: (USCDI+ Quality) Identifies this organization across multiple systems
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        ccn:
          match: {system: 'http://terminology.hl7.org/NamingSystem/CMSCertificationNumber'}
          schema:
            type: Identifier
            short: CMS Certification Number
            pattern:
              type: Identifier
              value: {system: 'http://terminology.hl7.org/NamingSystem/CMSCertificationNumber'}
            index: 1
            elements:
              use: {type: code, short: usual | official | temp | secondary | old (If known), index: 2}
              value: {type: string, short: The value that is unique, index: 3}
            required: [value, use]
        ein:
          match: {system: 'urn:oid:2.16.840.1.113883.4.4'}
          schema:
            short: Employer Identification Number
            type: Identifier
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.4.4'}
            index: 4
            elements:
              use: {type: code, short: usual | official | temp | secondary | old (If known), index: 5}
              value: {type: string, short: The value that is unique, index: 6}
            required: [value, use]
  type:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/organization-type'}
    index: 7
  partOf:
    type: Reference
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization']
    index: 8
  endpoint:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Endpoint']
    index: 9
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0
version: 0.5.0