PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.order-catalog@1.0.0
    http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader
description: This profile of Composition retains the elements and extensions needed to characterize a catalog of healthare products / services / knowledge artefacts, with a set of general properties (name, category, owner, ...)
package_name: hl7.fhir.uv.order-catalog
derivation: constraint
name: CatalogHeader
type: Composition
elements:
  category:
    short: Kind of catalog
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/catalogType'}
    index: 3
  date: {short: Catalog content last editing time, index: 6}
  encounter: {index: 5}
  section: {index: 14}
  attester:
    index: 10
    elements:
      time: {index: 11}
    required: [time]
  type:
    short: 'Kind of composition: a catalog'
    index: 1
    elements:
      text:
        pattern: {type: String, value: Catalog}
        index: 2
    required: [text]
  title:
    extensions:
      OtherTitle: {url: 'http://hl7.org/fhir/StructureDefinition/translation', type: Extension, index: 9}
    elements:
      extension:
        index: 8
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            OtherTitle:
              match: {url: null}
              schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/translation', index: 9}
  author:
    type: Reference
    short: The organization authoring the catalog content
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    index: 7
  extension:
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod
    index: 0
    slicing:
      slices:
        ValidityPeriod:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod', index: 0}
  event: {index: 13}
  custodian: {index: 12}
  subject: {short: Plan or set of dispositions subject of the catalog, index: 4}
package_version: 1.0.0
extensions:
  ValidityPeriod: {url: 'http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod', type: Extension, mustSupport: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 1.0.0
required: [custodian]