Skip to main content

List

Trial Use 4 Foundation

A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/List
InteractionMethodPath
ReadGET/fhir/R5/List/[id]
VreadGET/fhir/R5/List/[id]/_history/[vid]
UpdatePUT/fhir/R5/List/[id]
PatchPATCH/fhir/R5/List/[id]
DeleteDELETE/fhir/R5/List/[id]
CreatePOST/fhir/R5/List
SearchGET/fhir/R5/List?...
HistoryGET/fhir/R5/List/[id]/_history
Type-historyGET/fhir/R5/List/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*Business identifier
statuscode1..1current
modecode1..1working
titlestring0..1Descriptive name for the list
codeCodeableConcept0..1What the purpose of this list is
subjectReference0..*If all resources have the same subject(s)
encounterReference0..1Context in which list created
datedateTime0..1When the list was prepared
sourceReference0..1Who and/or what defined the list contents (aka Author)
orderedByCodeableConcept0..1What order the list has
noteAnnotation0..*Comments about the list
entryBackboneElement0..*Entries in the list
emptyReasonCodeableConcept0..1Why list is empty

Resource-specific search parameters

ParameterTypeDescription
codetokenEvent or incident that occurred or was averted
datedateWhen the event occurred
empty-reasontokenWhy list is empty
encounterreferenceEncounter related to the activity recorded in the AuditEvent
identifiertokenAccount number
itemreferenceActual entry
notesstringThe annotation - text content (as markdown)
patientreferenceThe entity that caused the expenses
sourcereferenceWho and/or what defined the list contents (aka Author)
statustokencurrent
subjectreferenceIf all resources have the same subject
titlestringDescriptive name for the list

Reference

  • Official FHIR R5 spec: List
  • Maturity: Trial Use 4 (FMM 4).