PackagesCanonicalsLogsProblems
    Packages
    ihe.rad.mado@1.0.0
    https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreator
description: A profile for the Device resource that represents the creator of an FHIR Imaging Study Manifest. The primary goal is to communicate the fields:\n\n* type = MadoDeviceType#mado-creator \"MADO Creator\"\n* manufacturer\n* owner (Reference to MadoCreatorOrganization)\n
package_name: ihe.rad.mado
derivation: constraint
name: MadoCreator
type: Device
elements:
  manufacturer: {mustSupport: true, index: 0}
  type:
    mustSupport: true
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system:
            pattern: {type: Uri, value: 'https://profiles.ihe.net/RAD/MADO/CodeSystem/MadoDeviceType'}
            index: 3
          code:
            pattern: {type: Code, value: mado-creator}
            index: 4
    required: [coding]
  owner:
    type: Reference
    mustSupport: true
    refers: ['https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreatorOrganization']
    index: 5
package_version: 1.0.0
class: profile
kind: resource
url: https://profiles.ihe.net/RAD/MADO/StructureDefinition/MadoCreator
base: http://hl7.org/fhir/StructureDefinition/Device
version: 1.0.0
required: [type]