Stream: committers
Topic: Resource mappings for .text, .meta, and .language
John Moehrke (Nov 14 2016 at 20:12):
How can one explain a Resource mapping for things from the Resource and DomainResource definition. Such as .text, .meta, and .language? For example ImagingStudy has a perfectly reasonable narrative managed in the PACS that should be placed into the .text field.
Grahame Grieve (Nov 15 2016 at 00:09):
I don't know that we've made that possible, other than by using the mappings in the base element (e.g. the first row of the spreadsheet)
John Moehrke (Nov 15 2016 at 01:16):
How do I use the first row of the spreadsheet for this?
Grahame Grieve (Nov 15 2016 at 01:45):
just like any other mapping in the spreadsheet
John Moehrke (Nov 15 2016 at 01:51):
I don't understand how. How do I say that ImagingStudy.text should come from DICOM (0008,1030)? Is there another resource that covers this? I would love to learn by example
Grahame Grieve (Nov 15 2016 at 01:54):
well, you'd use the same column as the other DICOM mappings, but say something like ImagingStudy.text = (0008,1030) instead of just (0008,1030)
John Moehrke (Nov 15 2016 at 01:57):
that is what I was afraid was your solution.. yes, I can hack that. Unfortunately the top row today in ImagingStudy gives pointers to IHE guidance on how to translate the mapping...
Grahame Grieve (Nov 15 2016 at 02:15):
well, I imagined that you would append to that. I can't really offer anything better than that in the short term
Last updated: Apr 12 2022 at 19:14 UTC