PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.uv.core@2.0.0-sd
    http://hl7.org/cda/stds/core/StructureDefinition/StructuredBody
description: The StructuredBody class represents a CDA document body that is comprised of one or more document sections.\n\nThe StructuredBody class is associated with one or more Section classes through a component relationship.
package_name: hl7.cda.uv.core
derivation: specialization
name: StructuredBody
type: http://hl7.org/cda/stds/core/StructureDefinition/StructuredBody
elements:
  classCode:
    type: code
    binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActClassRecordOrganizer'}
    pattern: {type: Code, value: DOCBODY}
    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
  confidentialityCode: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/CE', index: 2}
  languageCode:
    type: http://hl7.org/cda/stds/core/StructureDefinition/CS
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/all-languages'}
    index: 3
  component:
    type: http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot
    array: true
    min: 1
    index: 4
    elements:
      typeCode:
        type: code
        pattern: {type: Code, value: COMP}
        representation: [xmlAttr]
        index: 5
      contextConductionInd:
        type: boolean
        pattern: {type: Boolean, value: true}
        representation: [xmlAttr]
        index: 6
      section: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Section', index: 7}
    required: [section]
package_version: 2.0.0-sd
class: logical
kind: logical
url: http://hl7.org/cda/stds/core/StructureDefinition/StructuredBody
base: http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot
version: 2.0.0-sd
required: [component]