http://hl7.org/fhir/StructureDefinition/List|4.0.1

A list is a curated collection of resources.
description: A list is a curated collection of resources.
derivation: specialization
name: List
type: List
elements:
  date: {short: When the list was prepared, isSummary: true, index: 7}
  encounter: {short: Context in which list created, index: 6}
  orderedBy:
    short: What order the list has
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/list-order'}
    index: 9
  mode:
    isModifier: true
    short: working | snapshot | changes
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/list-mode|4.0.1'}
    isModifierReason: If set to \"changes\", the list is considered incomplete, while the other two codes indicate the list is complete, which changes the understanding of the elements listed
    isSummary: true
    index: 2
  source: {short: Who and/or what defined the list contents (aka Author), isSummary: true, index: 8}
  title: {short: Descriptive name for the list, isSummary: true, index: 3}
  note: {short: Comments about the list, array: true, index: 10}
  emptyReason:
    short: Why list is empty
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/list-empty-reason'}
    index: 16
  status:
    isModifier: true
    short: current | retired | entered-in-error
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/list-status|4.0.1'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  code:
    short: What the purpose of this list is
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/list-example-codes'}
    isSummary: true
    index: 4
  identifier: {short: Business identifier, array: true, index: 0}
  entry:
    short: Entries in the list
    array: true
    index: 11
    elements:
      flag:
        short: Status/Workflow information about this item
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/list-item-flag'}
        index: 12
      deleted: {isModifier: true, short: If this item is actually marked as deleted, meaningWhenMissing: List items are generally only treated as deleted when this element explicitly carries a value of true. Systems SHOULD always populate this value when mode is 'changes', isModifierReason: 'If deleted is true, then the item included in the list isn''t actually part of the list anymore', index: 13}
      date: {short: When item added to list, index: 14}
      item: {short: Actual entry, index: 15}
    required: [item]
  subject: {short: If all resources have the same subject, isSummary: true, index: 5}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/List
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [mode, status]