PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@2.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-composition
description: This Composition profile represents a public health composition.
package_name: hl7.fhir.us.ph-library
derivation: constraint
name: USPublicHealthComposition
type: Composition
elements:
  date: {short: (USCDI+) Date of the Report, mustSupport: true, index: 8}
  encounter:
    type: Reference
    short: Encounter related to the public health event
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter']
    index: 7
  type: {short: Type of this public health report, mustSupport: true, index: 5}
  title: {mustSupport: true, index: 10}
  author:
    type: Reference
    short: The author(s) of the document
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner', 'http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization', 'http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-practitionerrole']
    index: 9
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        extensionVersionNumber:
          match: {url: null}
          schema: {short: Public Health Composition versionNumber, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber|5.2.0', index: 1}
          min: 1
          max: 1
        extensionInformationRecipient:
          match: {url: null}
          schema: {type: Extension, short: Information Recipient, mustSupport: true, url: 'http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-information-recipient-extension', index: 2}
          min: 0
  custodian:
    type: Reference
    short: Custodian Organization Address, Custodian Organization Id, Custodian Organization Name, Custodian Organization Telecom (contained in referenced US Public Health Organization)
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization']
    index: 11
  status: {mustSupport: true, index: 4}
  identifier: {short: Public Health Composition identifier, mustSupport: true, index: 3}
  relatesTo:
    mustSupport: true
    index: 12
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: null
      slices:
        transformed:
          match: {code: transforms}
          schema:
            short: Document or Composition that this Composition is transformed from
            mustSupport: true
            index: 13
            elements:
              code:
                pattern: {type: code, value: transforms}
                mustSupport: true
                type: code
                index: 14
              target:
                short: Identifier of the Document or Composition transformed
                mustSupport: true
                choices: [targetIdentifier]
                index: 16
              targetIdentifier: {type: Identifier, short: Identifier of the Document or Composition transformed, mustSupport: true, choiceOf: target, index: 17}
        replaced:
          match: {code: replaces}
          schema:
            short: Document or Composition that this Composition replaces
            mustSupport: true
            index: 18
            elements:
              code:
                pattern: {type: code, value: replaces}
                mustSupport: true
                type: code
                index: 19
              target:
                short: Identifier/Reference to the Document or Composition transformed
                mustSupport: true
                choices: []
                index: 21
  subject:
    type: Reference
    short: Patient
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient']
    index: 6
package_version: 2.0.0-ballot
extensions:
  extensionVersionNumber: {url: 'http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber|5.2.0', min: 1, max: 1, short: Public Health Composition versionNumber, type: Extension, mustSupport: true, index: 1}
  extensionInformationRecipient: {url: 'http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-information-recipient-extension', min: 0, type: Extension, short: Information Recipient, mustSupport: true, index: 2}
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-composition
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 2.0.0-ballot
required: [encounter, extension, identifier, subject]