Class VersionConvertor_14_40
java.lang.Object
org.hl7.fhir.convertors.conv14_40.VersionConvertor_14_40
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvisor()org.hl7.fhir.r4.model.ResourceconvertResource(org.hl7.fhir.dstu2016may.model.Resource src)org.hl7.fhir.dstu2016may.model.ResourceconvertResource(org.hl7.fhir.r4.model.Resource src)org.hl7.fhir.r4.model.TypeconvertType(org.hl7.fhir.dstu2016may.model.Type src)org.hl7.fhir.dstu2016may.model.TypeconvertType(org.hl7.fhir.r4.model.Type src)voidcopyDomainResource(org.hl7.fhir.dstu2016may.model.DomainResource src, org.hl7.fhir.r4.model.DomainResource tgt)voidcopyDomainResource(org.hl7.fhir.r4.model.DomainResource src, org.hl7.fhir.dstu2016may.model.DomainResource tgt)voidcopyElement(org.hl7.fhir.dstu2016may.model.Element src, org.hl7.fhir.r4.model.Element tgt, String... var)voidcopyElement(org.hl7.fhir.r4.model.Element src, org.hl7.fhir.dstu2016may.model.Element tgt, String... var)voidcopyResource(org.hl7.fhir.dstu2016may.model.Resource src, org.hl7.fhir.r4.model.Resource tgt)voidcopyResource(org.hl7.fhir.r4.model.Resource src, org.hl7.fhir.dstu2016may.model.Resource tgt)static booleanisJurisdiction(org.hl7.fhir.dstu2016may.model.CodeableConcept t)
-
Field Details
-
CANONICAL_URLS
-
-
Constructor Details
-
VersionConvertor_14_40
-
-
Method Details
-
isJurisdiction
-
advisor
-
copyResource
public void copyResource(@Nonnull org.hl7.fhir.dstu2016may.model.Resource src, @Nonnull org.hl7.fhir.r4.model.Resource tgt) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copyResource
public void copyResource(@Nonnull org.hl7.fhir.r4.model.Resource src, @Nonnull org.hl7.fhir.dstu2016may.model.Resource tgt) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertResource
public org.hl7.fhir.r4.model.Resource convertResource(@Nonnull org.hl7.fhir.dstu2016may.model.Resource src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertResource
public org.hl7.fhir.dstu2016may.model.Resource convertResource(@Nonnull org.hl7.fhir.r4.model.Resource src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public org.hl7.fhir.r4.model.Type convertType(@Nonnull org.hl7.fhir.dstu2016may.model.Type src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertType
public org.hl7.fhir.dstu2016may.model.Type convertType(@Nonnull org.hl7.fhir.r4.model.Type src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copyDomainResource
public void copyDomainResource(@Nonnull org.hl7.fhir.dstu2016may.model.DomainResource src, @Nonnull org.hl7.fhir.r4.model.DomainResource tgt) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copyDomainResource
public void copyDomainResource(@Nonnull org.hl7.fhir.r4.model.DomainResource src, @Nonnull org.hl7.fhir.dstu2016may.model.DomainResource tgt) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copyElement
public void copyElement(@Nonnull org.hl7.fhir.dstu2016may.model.Element src, @Nonnull org.hl7.fhir.r4.model.Element tgt, String... var) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copyElement
public void copyElement(@Nonnull org.hl7.fhir.r4.model.Element src, @Nonnull org.hl7.fhir.dstu2016may.model.Element tgt, String... var) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-