description: The ParentDocument represents the source of a document revision, addenda, or transformation. ParentDocument.text is modeled as an ED data type - allowing for the expression of the MIME type of the parent document. It is not to be used to embed the related document, and thus ParentDocument.text.BIN is precluded from use. package_name: hl7.cda.uv.core derivation: specialization name: ParentDocument type: http://hl7.org/cda/stds/core/StructureDefinition/ParentDocument elements: classCode: type: code binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActClassClinicalDocument'} pattern: {type: Code, value: DOCCLIN} representation: [xmlAttr] index: 0 moodCode: type: code binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActMood'} pattern: {type: Code, value: EVN} representation: [xmlAttr] index: 1 id: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/II', array: true, min: 1, index: 2} code: type: http://hl7.org/cda/stds/core/StructureDefinition/CD binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/doc-typecodes'} index: 3 text: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/ED', index: 4} setId: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/II', index: 5} versionNumber: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/INT', index: 6} package_version: 2.0.0-sd-snapshot1 class: logical kind: logical url: http://hl7.org/cda/stds/core/StructureDefinition/ParentDocument base: http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot version: 2.0.0-sd-snapshot1 required: [id]