PackagesCanonicalsLogsProblems
    Packages
    ihe.rad.mado@1.0.0
    https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoComposition
description: A FHIR Composition profile for MADO manifests is needed as FHIR Bundles of type `document` require a `Composition` resource as the first entry. Instances of this profile can be rendered in normal document based system without the need for the Client to understand the MADO-specific profiles, while still allowing to represent the essential information of the manifest such as patient, modality, and anatomical region.\n
package_name: ihe.rad.mado
derivation: constraint
name: MadoComposition
type: Composition
elements:
  category: {short: 'Categorization of document, see section 6.X.6 of volume 3.', mustSupport: true, index: 4}
  date: {short: When the manifest was created., mustSupport: true, index: 6}
  section:
    short: Optionally, one or more sections. Each section provides information on a series in the study.
    mustSupport: true
    index: 15
    elements:
      text:
        short: 'A human readable narrative that contains the information about the section. This narrative could contain information like: the series instance UID, the series description, the number of instances in the series, and/or the modality.'
        mustSupport: true
        index: 16
        elements:
          status:
            binding: {strength: required, valueSet: 'https://profiles.ihe.net/RAD/MADO/ValueSet/MadoNarrativeNotEmpty'}
            index: 17
    required: [text]
  type: {short: 'Kind of document (LOINC if possible), see section 6.X.6 of volume 3.', mustSupport: true, index: 3}
  title: {short: Human readable title to display for the manifest., mustSupport: true, index: 10}
  author:
    short: Who and/or what authored the document (i.e. manifest)
    array: true
    min: 2
    index: 7
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this.resolve(), type: profile}
      min: 2
      slices:
        source-organization:
          match: {}
          schema:
            type: Reference
            short: The organization that generated the manifest.
            refers: ['https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreatorOrganization']
            _required: true
            index: 8
          min: 1
          max: 1
        source-device:
          match: {}
          schema:
            type: Reference
            short: The device that generated the manifest.
            refers: ['https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreator']
            _required: true
            index: 9
          min: 1
          max: 1
  event:
    index: 12
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: detail.resolve(), type: profile}
      min: 1
      slices:
        imaging-study:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 13
            elements:
              detail:
                type: Reference
                short: Reference to the ImagingStudy that contains the details of the study that is being described in the manifest.
                refers: ['https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoImagingStudy']
                index: 14
  custodian: {short: The organization that is the custodian of the manifest., index: 11}
  identifier: {short: 'An OID according for a FHIR-Based formatted Imaging Study Manifest. The OID is structured according to the DICOM UI value representation. In the case that a DICOM KOS manifest is present, this field will hold the same value as the SOP Instance UID of the corresponding translated DICOM KOS manifest.', mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoPatient']
    index: 5
  text:
    short: A human readable narrative that contains information about the manifest.
    mustSupport: true
    index: 0
    elements:
      status:
        binding: {strength: required, valueSet: 'https://profiles.ihe.net/RAD/MADO/ValueSet/MadoNarrativeNotEmpty'}
        index: 1
package_version: 1.0.0
class: profile
kind: resource
url: https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoComposition
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 1.0.0
required: [event, text, identifier, subject]