PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.pss@1.0.0
    https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseRequestGroup
description: All PSS responses contain a PSS RequestGroup conformant to this profile.
package_name: hl7.fhir.be.pss
derivation: constraint
name: PSSResponseRequestGroup
type: RequestGroup
elements:
  subject:
    type: Reference
    refers: ['https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSPatient']
    index: 0
  action:
    index: 1
    elements:
      action:
        type: BackboneElement
        index: 2
        extensions:
          structured-rating: {url: 'https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSStructuredRating', min: 0, type: Extension, index: 4}
        elements:
          extension:
            index: 3
            slicing:
              rules: open
              ordered: false
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                structured-rating:
                  match: {url: null}
                  schema: {type: Extension, url: 'https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSStructuredRating', index: 4}
                  min: 0
package_version: 1.0.0
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSResponseRequestGroup
base: http://hl7.org/fhir/StructureDefinition/RequestGroup
version: 1.0.0
required: [action, subject]