PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot1
    http://hl7.org/fhir/StructureDefinition/catalog
description: A set of resources composed into a single coherent clinical statement with clinical attestation
package_name: hl7.fhir.r6.core
derivation: constraint
name: ProfileForCatalog
type: Composition
elements:
  extension:
    type: Extension
    short: The validity of the catalog
    url: http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod
    index: 0
    slicing:
      slices:
        ValidityPeriod:
          match: {}
          schema: {type: Extension, short: The validity of the catalog, url: 'http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod', index: 0}
          min: 1
          max: 1
  type:
    type: CodeableConcept
    short: The type of document - a Catalog
    pattern:
      type: CodeableConcept
      value: {text: Catalog}
    index: 1
  category:
    type: CodeableConcept
    short: The Content of the section
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/catalogType'}
    index: 2
  subject:
    type: Reference
    short: Who and/or what the composition is about
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    index: 3
  date: {type: dateTime, short: When the Catalog was created, index: 4}
  section: {array: true, index: 5}
package_version: 6.0.0-ballot1
extensions:
  ValidityPeriod: {url: 'http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod', min: 1, max: 1, type: Extension, short: The validity of the catalog, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/catalog
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 6.0.0-ballot1
required: [type, date, category]