PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@orf-0.9.1
    http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-document
description: Profile on Document for CH-ORF
package_name: ch.fhir.ig.ch
derivation: constraint
name: ORFDocument
type: Bundle
elements:
  type:
    pattern: {type: Code, value: document}
    short: document
    type: code
    isSummary: true
    index: 0
  total: {index: 1}
  link: {short: Links related to this Bundle, type: BackboneElement, isSummary: true, index: 2}
  entry:
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: type}
      min: null
      slices:
        ChfOrfComposition:
          match: {}
          schema:
            short: Composition
            _required: true
            index: 4
            elements:
              fullUrl: {index: 5}
              resource: {type: Composition, mustSupport: true, index: 6}
            required: [resource]
        ChfOrfQuestionnaire:
          match: {}
          schema:
            short: Composition
            _required: true
            index: 7
            elements:
              fullUrl: {index: 8}
              resource: {type: Questionnaire, mustSupport: true, index: 9}
            required: [resource]
        ChfOrfQuestionnaireResponse:
          match: {}
          schema:
            short: Composition
            _required: true
            index: 10
            elements:
              fullUrl: {index: 11}
              resource: {type: QuestionnaireResponse, mustSupport: true, index: 12}
            required: [resource]
        ChfOrfServiceRequest:
          match: {}
          schema:
            short: Composition
            _required: true
            index: 13
            elements:
              fullUrl: {index: 14}
              resource: {type: ServiceRequest, mustSupport: true, index: 15}
package_version: orf-0.9.1
class: profile
kind: resource
url: http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-document
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.9.1
required: [type]