PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.pq@cmc-fda-1.0.0
    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-1.0.0
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: 1.0.0
required: [title, contentType, data]