Convert as resource

This commit is contained in:
dotasek 2023-04-14 15:21:46 -04:00
parent 23399d835f
commit b6fc63ea94
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ public class SubscriptionTopic43_50 {
if (src == null)
return null;
org.hl7.fhir.r4b.model.SubscriptionTopic tgt = new org.hl7.fhir.r4b.model.SubscriptionTopic();
ConversionContext43_50.INSTANCE.getVersionConvertor_43_50().copyResource(src, tgt);
ConversionContext43_50.INSTANCE.getVersionConvertor_43_50().copyDomainResource(src, tgt);
if (src.hasUrl())
tgt.setUrlElement(Uri43_50.convertUri(src.getUrlElement()));