PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pq@cmc-fda-2.0.0-ballot
    http://hl7.org/fhir/us/pq-cmc-fda/StructureDefinition/pqcmc-attachment
description: Any attached file in a submission is required to have a type, data, and a title
package_name: hl7.fhir.us.pq
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: cmc-fda-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]