PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.order-catalog@1.0.0
    http://hl7.org/fhir/uv/order-catalog/StructureDefinition/Catalog
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: Catalog
type: Composition
elements:
  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}
  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: 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/Catalog
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 1.0.0
required: [type, date, category]