http://hl7.org/fhir/StructureDefinition/catalog|5.0.0

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