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

A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc.
description: A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc.
derivation: specialization
name: List
type: List
elements:
  date: {isModifier: false, short: When the list was prepared, mustSupport: false, isSummary: true, index: 7}
  encounter: {isModifier: false, short: Context in which list created, mustSupport: false, isSummary: false, index: 6}
  orderedBy:
    isModifier: false
    short: What order the list has
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/list-order'}
    isSummary: false
    index: 9
  mode:
    isModifier: true
    short: working | snapshot | changes
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/list-mode|5.0.0'}
    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: {isModifier: false, short: Who and/or what defined the list contents (aka Author), mustSupport: false, isSummary: true, index: 8}
  title: {isModifier: false, short: Descriptive name for the list, mustSupport: false, isSummary: true, index: 3}
  note: {isModifier: false, short: Comments about the list, mustSupport: false, array: true, isSummary: false, index: 10}
  emptyReason:
    isModifier: false
    short: Why list is empty
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/list-empty-reason'}
    isSummary: false
    index: 16
  status:
    isModifier: true
    short: current | retired | entered-in-error
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/list-status|5.0.0'}
    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:
    isModifier: false
    short: What the purpose of this list is
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/list-example-codes'}
    isSummary: true
    index: 4
  identifier: {isModifier: false, short: Business identifier, mustSupport: false, array: true, isSummary: false, index: 0}
  entry:
    isModifier: false
    short: Entries in the list
    index: 11
    mustSupport: false
    array: true
    elements:
      flag:
        isModifier: false
        short: Status/Workflow information about this item
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/list-item-flag'}
        isSummary: false
        index: 12
      deleted: {isModifier: true, short: If this item is actually marked as deleted, mustSupport: false, 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', isSummary: false, index: 13}
      date: {isModifier: false, short: When item added to list, mustSupport: false, isSummary: false, index: 14}
      item: {isModifier: false, short: Actual entry, mustSupport: false, isSummary: false, index: 15}
    orderMeaning: Order has no meaning unless specifically asserted by List.orderedBy, in which case the List SHALL be interpreted as being ordered as specified by List.orderedBy.
    required: [item]
    isSummary: false
  subject: {isModifier: false, short: If all resources have the same subject(s), mustSupport: false, array: true, isSummary: true, index: 5}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/List
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [mode, status]