PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.uv.core@2.0.1-sd
    http://hl7.org/cda/stds/core/StructureDefinition/Consent
description: This class references the consents associated with this document. The type of consent (e.g. a consent to perform the related ServiceEvent, a consent for the information contained in the document to be released to a third party) is conveyed in Consent.code. Consents referenced in the CDA Header have been finalized (Consent.statusCode must equal \"completed\") and should be on file.
package_name: hl7.cda.uv.core
derivation: specialization
name: Consent
type: http://hl7.org/cda/stds/core/StructureDefinition/Consent
elements:
  classCode:
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/cda/stds/core/ValueSet/CDAActClass'}
    pattern: {type: Code, value: CONS}
    representation: [xmlAttr]
    index: 0
  moodCode:
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/cda/stds/core/ValueSet/CDAActMood'}
    pattern: {type: Code, value: EVN}
    representation: [xmlAttr]
    index: 1
  id: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/II', array: true, index: 2}
  code:
    type: http://hl7.org/cda/stds/core/StructureDefinition/CE
    binding: {strength: example, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActCode'}
    index: 3
  statusCode:
    type: http://hl7.org/cda/stds/core/StructureDefinition/CS
    binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActStatus'}
    index: 4
    elements:
      code:
        type: code
        pattern: {type: Code, value: completed}
        representation: [xmlAttr]
        index: 5
    required: [code]
package_version: 2.0.1-sd
class: logical
kind: logical
url: http://hl7.org/cda/stds/core/StructureDefinition/Consent
base: http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot
version: 2.0.1-sd
required: [statusCode]