PackagesCanonicalsLogsProblems
    Packages
    ihe.rad.mado@1.0.0
    https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoAccessionNumberIdentifier
description: Profile for the Accession Number Identifier used in the MADO context. This profile is used for the Identifier that represents the Accession Number in the MADO context. It includes additional\nconstraints and extensions specific to the MADO context, such as the value set for the type of identifier and the fixed value for the system of the identifier.
package_name: ihe.rad.mado
derivation: constraint
name: MadoAccessionNumberIdentifier
type: Identifier
elements:
  type:
    index: 0
    elements:
      coding:
        array: true
        min: 2
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: $this, type: value}
          min: 2
          slices:
            v2-0203-coding:
              match: {code: ACSN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
              schema:
                pattern:
                  type: Coding
                  value: {code: ACSN, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                _required: true
                index: 2
              min: 1
              max: 1
            dcm:
              match: {code: '121022', system: 'http://dicom.nema.org/resources/ontology/DCM'}
              schema:
                pattern:
                  type: Coding
                  value: {code: '121022', system: 'http://dicom.nema.org/resources/ontology/DCM'}
                _required: true
                index: 3
              min: 1
              max: 1
  system: {short: The issuer of the accession number., index: 4}
  value: {short: The value of the accession number., index: 5}
package_version: 1.0.0
class: complex-type
kind: complex-type
url: https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoAccessionNumberIdentifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 1.0.0
required: [value, type, system]