PackagesCanonicalsLogsProblems
    Packages
    uz.dhp.integrations@0.8.0
    https://dhp.uz/fhir/integrations/StructureDefinition/screening-composition
description: Downloadable summary of a cervical or breast cancer screening episode. It aggregates the results recorded so far, the final diagnosis and the surrounding clinical context.
package_name: uz.dhp.integrations
derivation: constraint
name: ScreeningComposition
type: Composition
elements:
  date: {mustSupport: true, index: 4}
  section:
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: code, type: value}
      min: null
      slices:
        results:
          match:
            code:
              coding:
              - {code: 30954-2, system: 'http://loinc.org', display: Relevant diagnostic tests/laboratory data note}
          schema:
            short: Results of every completed screening step
            mustSupport: true
            index: 10
            elements:
              title: {index: 11}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 30954-2, system: 'http://loinc.org', display: Relevant diagnostic tests/laboratory data note}
                index: 12
              entry:
                type: Reference
                refers: ['https://dhp.uz/fhir/integrations/StructureDefinition/screening-observation|0.8.0']
                index: 13
            required: [entry, title, code]
        diagnosis:
          match:
            code:
              coding:
              - {code: 29308-4, system: 'http://loinc.org', display: Diagnosis}
          schema:
            short: Final ICD-10 diagnosis closing the screening cycle
            mustSupport: true
            index: 14
            elements:
              title: {index: 15}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 29308-4, system: 'http://loinc.org', display: Diagnosis}
                index: 16
              entry:
                type: Reference
                refers: ['https://dhp.uz/fhir/core/StructureDefinition/uz-core-condition|0.8.0']
                index: 17
            required: [entry, title, code]
        questionnaire:
          match:
            code:
              coding:
              - {code: 74465-6, system: 'http://loinc.org', display: Questionnaire response Document}
          schema:
            short: Completed screening questionnaires
            mustSupport: true
            index: 18
            elements:
              title: {index: 19}
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 74465-6, system: 'http://loinc.org', display: Questionnaire response Document}
                index: 20
              entry:
                type: Reference
                refers: ['https://dhp.uz/fhir/core/StructureDefinition/uz-core-questionnaire-response|0.8.0']
                index: 21
            required: [entry, title, code]
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 34133-9, system: 'http://loinc.org', display: Summary of episode note}
    index: 2
  author:
    type: Reference
    mustSupport: true
    refers: ['https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner-role|0.8.0']
    index: 5
  event:
    mustSupport: true
    index: 7
    elements:
      detail: {type: CodeableReference, index: 8}
  custodian:
    type: Reference
    mustSupport: true
    refers: ['https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization|0.8.0']
    index: 6
  status: {mustSupport: true, index: 1}
  identifier: {mustSupport: true, index: 0}
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://dhp.uz/fhir/integrations/StructureDefinition/screening-patient|0.8.0']
    index: 3
package_version: 0.8.0
class: profile
kind: resource
url: https://dhp.uz/fhir/integrations/StructureDefinition/screening-composition
base: http://hl7.org/fhir/StructureDefinition/Composition|5.0.0
version: 0.8.0
required: [identifier, subject, custodian]