FHIR Chat · Minimal document · fhir/documents

Stream: fhir/documents

Topic: Minimal document


view this post on Zulip Richard Townley-O'Neill (Apr 01 2019 at 05:39):

Is a Bundle of type document whose only content is a Composition that has its subject, author etc. contained meant to be a valid document? http://build.fhir.org/documents.html#content says

Resources referenced by the Composition as listed below SHALL be included in the bundle when the document is assembled:
Composition.subject
Composition.encounter ...

is a Patient contained in the Composition also included in the Bundle?

view this post on Zulip Richard Townley-O'Neill (Apr 01 2019 at 05:59):

<Bundle>
  <Composition>
    <Contained>
      Patient
    </Contained>
    <Contained>
      Encounter
    </Contained>
...
  </Composition>
</Bundle>

view this post on Zulip Richard Townley-O'Neill (Apr 01 2019 at 06:00):

I do not think that this is a good design. I would like to know whether it is a valid design.

view this post on Zulip Lloyd McKenzie (Apr 01 2019 at 06:57):

I suspect it would pass validation. I might make rude gestures at anyone who published it as a recommended implementation guide though... :)


Last updated: Apr 12 2022 at 19:14 UTC