FHIR Chat · DocumentReference.content.attachment for paper docs · implementers

Stream: implementers

Topic: DocumentReference.content.attachment for paper docs


view this post on Zulip Brett Esler (Jan 22 2019 at 01:55):

If I want to refer to a paper document by type/kind explicitly - how do i do that with DocumentReference.content.attachment (1..1)? Example - org X holds Advanced Care Directive (as paper)... may have an identifier but will not have digital content

view this post on Zulip Lloyd McKenzie (Jan 22 2019 at 01:55):

@John Moehrke ?

view this post on Zulip Elliot Silver (Jan 22 2019 at 04:25):

Initial thought is fill in masterIdentifier with the paper document serial number (or whatever) and leave out content.attachment. However content and content.attachment are required, so you’ll need to provide them; but since attachment has no required elements, you can leave it empty, I think. (Fill it with as “nothing to see here extension?) I’d need to think further, but content.format could be a code that says “on dead trees.”

view this post on Zulip Lloyd McKenzie (Jan 22 2019 at 05:13):

It can't be empty, but you could use the data-absent-reason extension

view this post on Zulip Elliot Silver (Jan 22 2019 at 05:55):

We should think about whether relaxing the cardinality makes sense for R5. This seems a reasonable use case.

view this post on Zulip Lloyd McKenzie (Jan 22 2019 at 07:20):

So a DocumentReference that doesn't reference anything in the electronic world, only the physical world? Should we have an alternative structure to describe the physical location?

view this post on Zulip Brett Esler (Jan 22 2019 at 10:25):

@Danielle Tavares @Richard Townley-O'Neill

view this post on Zulip John Moehrke (Jan 22 2019 at 13:04):

This was not ever brought up as a use-case. The intent was to help discovering these non-FHIR information objects. I think Lloyd is right that if one can't contain or point at the object, then we likely need some alternative to 'attachment' that can describe the physical location, box, folder, page... How are these things physically indexed?

view this post on Zulip Elliot Silver (Jan 22 2019 at 16:23):

I agree it wasn’t a use case, but it seems useful to me. My thought was using the same resource, but make it a choice of attachment or Reference(Location).

view this post on Zulip Lloyd McKenzie (Jan 22 2019 at 16:25):

Location will tell you a facility. Do we need something more to let you communicate a particular cabinate/box/file?

view this post on Zulip Elliot Silver (Jan 22 2019 at 16:31):

I thought location could do departments, wards, beds and finer levels of specificity.

view this post on Zulip Lloyd McKenzie (Jan 22 2019 at 16:44):

It can do rooms and beds, but I don't know we've ever said its scope included cabinates, boxes, drawers or folders.

view this post on Zulip Elliot Silver (Jan 22 2019 at 17:19):

Examples of Locations are: ...
* Building, ward, corridor, room or bed
* Mobile Clinic
* Freezer, incubator...

How is a document in a filing cabinet different from a specimen in a freezer? ( Although I'll note that specimen isn't actually using Location.)

view this post on Zulip Richard Townley-O'Neill (Jan 22 2019 at 23:40):

Our requirement is to send a statement of who (name, address, phone, etc) is the custodian of an advance care directive for the patient. Metadata about the directive (e.g. date authored) is not currently required.

That looks like it can use DocumentReference without the attachment, but with a contact person. That could reasonably be generalised to allow organisation or location instead of person.

view this post on Zulip Richard Townley-O'Neill (Jan 22 2019 at 23:41):

We want to build this before R5.

view this post on Zulip Elliot Silver (Jan 23 2019 at 03:48):

Note that DocumenReference already has a custodian element of an organization. I would suggest an extension on that element if you need to identify a specific person.

view this post on Zulip John Moehrke (Jan 23 2019 at 14:30):

Advanced Directives is a topic the Consent resource is intended to support, and the Consent resource in degenerate form can be a pointer to the custodian. So you might want to look at that for your use-case.

view this post on Zulip John Moehrke (Jan 23 2019 at 14:31):

as to using DocumentReference, there is no restrictions on what the attachment url is; so you could put a web page that is possibly just human readable and gives humans directions on what they can do next.


Last updated: Apr 12 2022 at 19:14 UTC