stephany
07/07/2023, 3:57 PMstephany
07/07/2023, 3:58 PMrahul1
07/07/2023, 4:49 PMComposition would be appropriate here.
This section (https://hl7.org/fhir/R4/composition.html#bnr) of the FHIR spec outlines the differences between Bundle, List, and Composition, but the first two generally pertain to infrasture related operationsrahul1
07/07/2023, 4:51 PMDocumentReference (https://hl7.org/fhir/R4/documentreference.html) resource. This is essentially a pointer to documentation that is not a FHIR resource. Particularly, DocumentReference.content.attachment can be used to point to an external URL, or a Binary file stored in Medplum.kwillard95
07/07/2023, 4:58 PMDocumentResource with an empty attachment is the best way to represent a pending document?rahul1
07/07/2023, 5:06 PMTask (http://hl7.org/fhir/R4/task.html) resource, which is a general purpose resource to manage user workflow. I think combining a task ("Patient needs to provide documentation") with an empty DocumentReference (as the Task.focus) would be the right way to go.
Using Tasks sets you up nicely to handle other workflow items down the linekwillard95
07/07/2023, 7:25 PMrahul1
07/19/2023, 6:55 PMstephany
07/19/2023, 7:13 PM