description: Any attached file in a submission is required to have a type, data, and a title package_name: hl7.fhir.us.pq-cmc-fda derivation: constraint name: PqcmcAttachment abstract: true type: Attachment elements: contentType: {mustSupport: true, index: 0} data: {mustSupport: true, index: 1} title: {short: Document file name including the file extension, mustSupport: true, index: 2} package_version: 2.0.0-ballot class: complex-type kind: complex-type url: http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/pqcmc-attachment base: http://hl7.org/fhir/StructureDefinition/Attachment version: 2.0.0-ballot required: [title, contentType, data]