Stream: implementers
Topic: R2 to R3 StructureMaps for Coverage and DiagnosticOrder
Anand Mohan Tumuluri (Sep 07 2018 at 21:50):
I am unable to find any StructureMaps for converting Coverage and DiagnosticOrder in DSTU2 to Coverage and ProcedureRequest in STU3. Any help would be appreciated.
Anand Mohan Tumuluri (Sep 08 2018 at 00:20):
Follow up question: Is there a HL7 defined ConceptMap for translating from http://hl7.org/fhir/patient-contact-relationship
to http://hl7.org/fhir/v2/0131
. I am trying to convert Patient and RelatedPerson resources from DSTU2 to STU3 and would love if there is a guidance on mapping these codes.
Anand Mohan Tumuluri (Sep 11 2018 at 17:26):
Any help appreciated. I am sure many people would have gone through the ordeal of converting production data from DSTU2 to STU3.
Lloyd McKenzie (Sep 11 2018 at 17:48):
Coverage was draft in DSTU2, so no conversion was provided. No mapping was provided for conversions to STU3 ProcedureRequest because two resources were collapsed into it and there's no way to tell whether an R3 ProcedureRequest should map to an R2 ProcedureRequest or DiagnosticRequest. In terms of formal conversion, I'm afraid you're on your own.
Lloyd McKenzie (Sep 11 2018 at 17:48):
That said, the mappings for ProcedureRequest are pretty straightforward.
Anand Mohan Tumuluri (Sep 11 2018 at 18:07):
Are there any standard ConceptMaps for those elements which had undergone changes to valueset bindings between DSTU2 and STU3? Example: Patient.contact.relationship, Device.status, Encounter.status, Encounter.class, etc?
Anand Mohan Tumuluri (Sep 11 2018 at 18:07):
Thanks a lot for your help.
Anand Mohan Tumuluri (Sep 11 2018 at 18:08):
I am only interested in a one-way conversion from DSTU2 to STU3. So I am concerned about transforming a DSTU2 DiagnosticOrder to STU3 ProcedureRequest, not the other way around thankfully.
Lloyd McKenzie (Sep 11 2018 at 19:04):
No standard concept maps. I'm not sure if any have been produced informally
Grahame Grieve (Sep 11 2018 at 21:17):
I don't know of any. contributions are welcome
Anand Mohan Tumuluri (Sep 14 2018 at 16:50):
Any body in the implementer community, that had done the DSTU2 -> STU3 resource conversion, have any ideas on how they approached the conversion? Are you using RI/HAPI's VersionConvertor? Or did you use StructureMaps? How did you do the code translation?
Grahame Grieve (Sep 15 2018 at 00:48):
there's some production use of the java code
Last updated: Apr 12 2022 at 19:14 UTC