description: The recordTarget represents the medical record that this document belongs to. A clinical document typically has exactly one recordTarget participant. In the uncommon case where a clinical document (such as a group encounter note) is placed into more than one patient chart, more than one recordTarget participants can be stated. The recordTarget(s) of a document are stated in the header and propagate to nested content, where they cannot be overridden (see See CDA Context (ยง 4.4 )). package_name: hl7.cda.uv.core derivation: specialization name: RecordTarget type: http://hl7.org/cda/stds/core/StructureDefinition/RecordTarget elements: typeCode: type: code binding: {strength: required, valueSet: 'http://hl7.org/cda/stds/core/ValueSet/CDAParticipationType'} pattern: {type: Code, value: RCT} representation: [xmlAttr] index: 0 contextControlCode: type: code binding: {strength: required, valueSet: 'http://hl7.org/cda/stds/core/ValueSet/CDAContextControl'} pattern: {type: Code, value: OP} representation: [xmlAttr] index: 1 patientRole: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/PatientRole', index: 2} package_version: 2.0.0-sd class: logical kind: logical url: http://hl7.org/cda/stds/core/StructureDefinition/RecordTarget base: http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot version: 2.0.0-sd required: [patientRole]