List
BaseA list is a curated collection of resources.
| Path | Card. | Type | Description & Constraints |
|---|---|---|---|
| List | 0..* | — | A list is a curated collection of resources |
| .idΣ | 0..1 | String | Logical id of this artifact |
| .metaΣ | 0..1 | Meta | Metadata about the resource |
| .implicitRules?!Σ | 0..1 | uri | A set of rules under which this content was created |
| .language | 0..1 | code | Language of the resource content Bindinglanguages(preferred) |
| .text | 0..1 | Narrative | Text summary of the resource, for human interpretation |
| .contained | 0..* | Resource | Contained, inline Resources |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?! | 0..* | Extension | Extensions that cannot be ignored |
| .identifier | 0..* | Identifier | Business identifier |
| .status?!Σ | 1..1 | code | current | retired | entered-in-error Bindinglist-status(required) |
| .mode?!Σ | 1..1 | code | working | snapshot | changes Bindinglist-mode(required) |
| .titleΣ | 0..1 | string | Descriptive name for the list |
| .codeΣ | 0..1 | CodeableConcept | What the purpose of this list is Bindinglist-example-codes(example) |
| .subjectΣ | 0..1 | Reference(Patient | Group | Device | Location) | If all resources have the same subject |
| .encounter | 0..1 | Reference(Encounter) | Context in which list created |
| .dateΣ | 0..1 | dateTime | When the list was prepared |
| .sourceΣ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | Device) | Who and/or what defined the list contents (aka Author) |
| .orderedBy | 0..1 | CodeableConcept | What order the list has Bindinglist-order(preferred) |
| .note | 0..* | Annotation | Comments about the list |
| .entry | 0..* | BackboneElement | Entries in the list |
| .id | 0..1 | String | Unique id for inter-element referencing |
| .extension | 0..* | Extension | Additional content defined by implementations |
| .modifierExtension?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
| .flag | 0..1 | CodeableConcept | Status/Workflow information about this item Bindinglist-item-flag(example) |
| .deleted?! | 0..1 | boolean | If this item is actually marked as deleted |
| .date | 0..1 | dateTime | When item added to list |
| .item | 1..1 | Reference(Resource) | Actual entry |
| .emptyReason | 0..1 | CodeableConcept | Why list is empty Bindinglist-empty-reason(preferred) |