PackagesCanonicalsLogsProblems
    Packages
    hl7.eu.fhir.pcsp@0.1.0
    http://hl7.eu/fhir/ig/pcsp/StructureDefinition/DocumentReference-eu-pcsp
description: This profile defines how to embed a PDF PCSP Survivor Passport in FHIR for the purpose of the PanCareSurPass project. This profile can be aslo used for send attachments (e.g Raditherapy reports or HDR) to the platform
package_name: hl7.eu.fhir.pcsp
derivation: constraint
name: DocumentReferencePcsp
type: DocumentReference
elements:
  status: {short: The status of this reference, index: 0}
  docStatus: {short: The status of the document, index: 1}
  type:
    binding: {strength: extensible, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/vs-docref-doctype-eu-pcsp'}
    index: 2
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp']
    index: 3
  date: {short: When this reference was created, index: 4}
  relatesTo: {short: Relationships to other documents., index: 5}
  content:
    elements:
      attachment:
        elements:
          contentType: {index: 6}
          language: {index: 7}
          data: {index: 8}
          title: {short: Document title, index: 9}
          creation: {index: 10}
        required: [language, creation, data]
  context:
    elements:
      related:
        type: Reference
        short: required for documents to be uploaded
        refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp', 'http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp']
        index: 11
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/DocumentReference-eu-pcsp
base: http://hl7.org/fhir/StructureDefinition/DocumentReference
version: 0.1.0
required: [subject, type]