PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.uv.core@2.0.0-sd-snapshot1
    http://hl7.org/cda/stds/core/StructureDefinition/Order
description: This class represents those orders that are fulfilled by this document. For instance, a provider orders an X-Ray. The X-Ray is performed. A radiologist reads the X-Ray and generates a report. The X-Ray order identifier is transmitted in the Order class, the performed X-Ray procedure is transmitted in the ServiceEvent class, and the ClinicalDocument.code would be valued with \"Diagnostic Imaging Report\".
package_name: hl7.cda.uv.core
derivation: specialization
name: Order
type: http://hl7.org/cda/stds/core/StructureDefinition/Order
elements:
  classCode:
    type: code
    binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActClass'}
    representation: [xmlAttr]
    defaultValueCode: ACT
    index: 0
  moodCode:
    type: code
    binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActMoodIntent'}
    pattern: {type: Code, value: RQO}
    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/CE
    binding: {strength: example, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActCode'}
    index: 3
  priorityCode:
    type: http://hl7.org/cda/stds/core/StructureDefinition/CE
    binding: {strength: example, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ActPriority'}
    index: 4
package_version: 2.0.0-sd-snapshot1
class: logical
kind: logical
url: http://hl7.org/cda/stds/core/StructureDefinition/Order
base: http://hl7.org/cda/stds/core/StructureDefinition/InfrastructureRoot
version: 2.0.0-sd-snapshot1
required: [classCode, id]