FHIR Chat · import-source extention · bulk data

Stream: bulk data

Topic: import-source extention


view this post on Zulip Chad Evans (Mar 02 2021 at 23:33):

In the draft bulk import spec there is a mention of preserving client provided resource ids from the import source - https://github.com/smart-on-fhir/bulk-import/blob/master/import.md#preserving-resource-ids. An unregistered extension is shown. "http://hl7.org/fhir/StructureDefinition/import-source". The body of import-source is wanting to look like a standard identifier type. But the draft doc captures it as system\identifier where identifier is a string with <resourceType>\<id> instead of the extension just having the same structure as a field of type identifier with system, value, and type fields. I'm working on an implementation. Wanted to get some opinions on if you would see this staying as documented as it moves forward or if you see it being changed to just align with identifier type.

view this post on Zulip Josh Mandel (Mar 02 2021 at 23:40):

instead of the extension just having the same structure as a field of type identifier with system, value, and type fields

Oh, it looks like we just accidentally wrote identifier when we meant value. I fixed this just now.

In case it's not clear: this spec hasn't seen much input lately, and hasn't ever been implemented; it's a pretty sketchy draft (and as you discovered, our example snippets haven't been validated).

view this post on Zulip Chad Evans (Mar 03 2021 at 15:39):

Thanks for the response. When the topic does pick up, let me know. I would be happy to contribute what we learn from our implementation back to the specification.


Last updated: Apr 12 2022 at 19:14 UTC