Stream: conformance
Topic: Resource Renaming across versions
Grahame Grieve (Jul 03 2019 at 13:30):
this spreadsheet;
Richard Kavanagh (Jul 03 2019 at 20:46):
@Grahame Grieve was there meant to be more to this post?
Grahame Grieve (Jul 03 2019 at 23:18):
yeah there was
Grahame Grieve (Jul 03 2019 at 23:19):
Grahame Grieve (Jul 03 2019 at 23:20):
My question is: how would this information best be represented in a computable form, and then, how in FHIR? a set of concept maps R2 -> R3 -> R4 ?
Jose Costa Teixeira (Jul 05 2019 at 04:50):
yes, and use the conceptmap to explain why the change. It would be good if such mapping were part of each FHIR release, showing the changes in names and with a summary of what/why changed.
Grahame Grieve (Jul 08 2019 at 23:03):
resourcemap3to2.json resourcemap3to4.json resourcemap4to3.json resourcemap2to3.json
Grahame Grieve (Jul 08 2019 at 23:03):
for review
Vadim Peretokin (Jul 09 2019 at 07:48):
all of them are invalid json
3to2: SyntaxError: JSON.parse: expected ',' or ']' after array element at line 16 column 2 of the JSON data
3to4: SyntaxError: JSON.parse: expected ',' or ']' after array element at line 15 column 44 of the JSON data
4to3: SyntaxError: JSON.parse: expected ',' or ']' after array element at line 15 column 44 of the JSON data
2to3: SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 111 column 4 of the JSON data
Grahame Grieve (Jul 10 2019 at 22:17):
resourcemap3to4.json resourcemap4to3.json resourcemap2to3.json resourcemap3to2.json
Grahame Grieve (Jul 10 2019 at 22:17):
try again....
Chris Grenz (Jul 18 2019 at 08:41):
Shouldn't source and target be the version specific of http://hl7.org/fhir/resource-types ?
Grahame Grieve (Jul 18 2019 at 11:10):
it probably should
Last updated: Apr 12 2022 at 19:14 UTC