Stream: implementers
Topic: DSTU2 to DSTU3 conversion
Lakshmi Thrivarna (Nov 01 2018 at 07:08):
Hi All,
I am trying to convert the dstu2 structured Patient to dstu3 format.I am using the hapi-fhir-convertor.While converting the resource at the line of org.hl7.fhir.dstu3.model.Patient output = converter.convertPatient(patient);. I am getting The method convertPatient(org.hl7.fhir.instance.model.Patient) in the type VersionConvertor_10_30 is not applicable for the arguments (ca.uhn.fhir.model.dstu2.resource.Patient). How to resolve this.
Thank You,
Yunwei Wang (Nov 01 2018 at 14:27):
You can ask in hapi stream https://chat.fhir.org/#narrow/stream/8-hapi
Last updated: Apr 12 2022 at 19:14 UTC