PackagesCanonicalsLogsProblems
    Packages
    ca.on.consent.r4@0.10.4
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Binary
description: This profile is used as the response message for the PCOI CreateDHDRPDF operation. It is used to return a PDF to the requester, as base64-encoded binary in the Binary.data element of the FHIR JSON.
package_name: ca.on.consent.r4
derivation: constraint
name: Binary
type: Binary
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {mustSupport: true, index: 2}
    required: [profile]
  contentType:
    pattern: {type: Code, value: application/pdf}
    mustSupport: true
    index: 3
  data: {mustSupport: true, index: 4}
package_version: 0.10.4
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-consent-pcoi-profile-Binary
base: http://hl7.org/fhir/StructureDefinition/Binary
version: 1.0.0
required: [id, meta, data]