FHIR Chat · 2018-05 Cologne Wednesday Q2 · fhir/infrastructure-wg

Stream: fhir/infrastructure-wg

Topic: 2018-05 Cologne Wednesday Q2


view this post on Zulip Josh Mandel (May 16 2018 at 09:02):

Scribe: Josh
Attendance spreadsheet: http://bit.ly/fhiri

# Discussion begins at 11:13

view this post on Zulip Josh Mandel (May 16 2018 at 09:14):

Start by reviewing notes from Monday's discussion at wiki.hl7.org/index.php?title=FHIR_Infrastructure_Minutes_WGM_201805

view this post on Zulip Josh Mandel (May 16 2018 at 09:19):

We could indicate version information in the mime package, or in resource-specific attributes, or with Resource.meta.profile.

view this post on Zulip Josh Mandel (May 16 2018 at 09:30):

Lenel describes the case for payers to store and share resources across multiple FHIR versions.

view this post on Zulip Josh Mandel (May 16 2018 at 09:31):

Discussion: FHIR provides building blocks to do this kind of thing, but not for mixed versions within a single Bundle.

view this post on Zulip Josh Mandel (May 16 2018 at 09:49):

Detailed discussion about 3 options for meta.profile usage to convey version:

<meta>
  <profile value="http://hl7.org/fhir/STU3/StructureDefinition/Patient" />
  <profile value="http://hl7.org/fhir/3.0/StructureDefinition/Patient" />
  <profile value="http://hl7.org/fhir/StructureDefinition/Patient?version=3.0" />
  <profile value="http://hl7.org/fhir/StructureDefinition/Patient|3.0" />
</meta>

view this post on Zulip Josh Mandel (May 16 2018 at 10:23):


Last updated: Apr 12 2022 at 19:14 UTC