PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.childreport@1.0.1
    https://www.ehealth.fgov.be/standards/fhir/childreport/StructureDefinition/BeChildReportComposition
description: Composition profile for the Child Report (KindRapport). This resource serves as the document index, organizing the child report into sections such as pregnancy details, neonatal hearing screening, head trauma, eye screening and results, and ophthalmologist treatment. Each section references BeClinicalObservation entries contained in the document Bundle.
package_name: hl7.fhir.be.childreport
derivation: constraint
name: BeChildReportComposition
type: Composition
elements:
  date: {mustSupport: true, index: 0}
  author:
    type: Reference
    mustSupport: true
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization', 'https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner']
    index: 1
  section:
    short: Sections composing the IPS
    index: 2
    elements:
      title: {mustSupport: true, index: 3}
      text: {mustSupport: true, index: 4}
      section: {index: 5}
    required: [text, title]
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code, type: value}
      min: 1
      slices:
        pregnancyDetails:
          match:
            code:
              coding:
              - {code: pregnancy-details, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
          schema:
            short: Pregnancy details section
            mustSupport: true
            _required: true
            index: 6
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: pregnancy-details, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
                index: 7
              entry:
                type: Reference
                short: Pregnancy details entry in the pregnancy details section
                refers: ['https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-clinical-observation']
                index: 8
              emptyReason: {mustSupport: true, index: 9}
            required: [code]
        neonatalHearingScreening:
          match:
            code:
              coding:
              - {code: neonatal-hearing-screening, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
          schema:
            short: Neonatal hearing screening section
            index: 10
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: neonatal-hearing-screening, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
                index: 11
              entry:
                type: Reference
                short: Neonatal hearing screening entries
                refers: ['https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-clinical-observation']
                index: 12
              emptyReason: {mustSupport: true, index: 13}
            required: [code]
        severeHeadTrauma:
          match:
            code:
              coding:
              - {code: severe-head-trauma, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
          schema:
            short: Severe head trauma section
            index: 14
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: severe-head-trauma, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
                index: 15
              entry:
                type: Reference
                short: Severe head trauma entry in the severe head trauma section
                refers: ['https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-clinical-observation']
                index: 16
              emptyReason: {mustSupport: true, index: 17}
            required: [code]
        eyeScreening:
          match:
            code:
              coding:
              - {code: eye-screening, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
          schema:
            short: Eye screening section
            index: 18
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: eye-screening, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
                index: 19
              entry:
                type: Reference
                short: Eye screening entry in the eye screening section
                refers: ['https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-clinical-observation']
                index: 20
              emptyReason: {mustSupport: true, index: 21}
            required: [code]
        eyeResults:
          match:
            code:
              coding:
              - {code: eye-results, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
          schema:
            short: Eye results section
            index: 22
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: eye-results, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
                index: 23
              entry:
                type: Reference
                short: Eye results entry in the eye results section
                refers: ['https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-clinical-observation']
                index: 24
              emptyReason: {mustSupport: true, index: 25}
            required: [code]
        inTreatmentWithOphthalmologist:
          match:
            code:
              coding:
              - {code: in-treatment-with-ophthalmologist, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
          schema:
            short: In treatment with ophthalmologist section
            index: 26
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: in-treatment-with-ophthalmologist, system: 'https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation'}
                index: 27
              entry:
                type: Reference
                short: In treatment with ophthalmologist
                refers: ['https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-clinical-observation']
                index: 28
              emptyReason: {mustSupport: true, index: 29}
            required: [code]
package_version: 1.0.1
class: profile
kind: resource
url: https://www.ehealth.fgov.be/standards/fhir/childreport/StructureDefinition/BeChildReportComposition
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 1.0.1
required: [section]