Class ImplementationGuide10_40
java.lang.Object
org.hl7.fhir.convertors.conv10_40.resources10_40.ImplementationGuide10_40
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.ImplementationGuide
convertImplementationGuide
(org.hl7.fhir.dstu2.model.ImplementationGuide src) static org.hl7.fhir.dstu2.model.ImplementationGuide
convertImplementationGuide
(org.hl7.fhir.r4.model.ImplementationGuide src) static org.hl7.fhir.r4.model.ContactDetail
convertImplementationGuideContactComponent
(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideContactComponent src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideContactComponent
convertImplementationGuideContactComponent
(org.hl7.fhir.r4.model.ContactDetail src) static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent
convertImplementationGuideDependencyComponent
(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideDependencyComponent src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideDependencyComponent
convertImplementationGuideDependencyComponent
(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent src) static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent
convertImplementationGuideGlobalComponent
(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideGlobalComponent src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideGlobalComponent
convertImplementationGuideGlobalComponent
(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent src) static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionGroupingComponent
convertImplementationGuidePackageComponent
(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionComponent context, org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent
convertImplementationGuidePackageComponent
(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionGroupingComponent src) static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionResourceComponent
convertImplementationGuidePackageResourceComponent
(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageResourceComponent src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageResourceComponent
convertImplementationGuidePackageResourceComponent
(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionResourceComponent src) static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionPageComponent
convertImplementationGuidePageComponent
(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePageComponent src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePageComponent
convertImplementationGuidePageComponent
(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionPageComponent src) static org.hl7.fhir.r4.model.ImplementationGuide.GuidePageGeneration
convertPageGeneration
(org.hl7.fhir.dstu2.model.ImplementationGuide.GuidePageKind kind) static org.hl7.fhir.dstu2.model.ImplementationGuide.GuidePageKind
convertPageGeneration
(org.hl7.fhir.r4.model.ImplementationGuide.GuidePageGeneration generation) static org.hl7.fhir.r4.model.UrlType
convertUriToUrl
(org.hl7.fhir.dstu2.model.UriType src) static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent
findPackage
(List<org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent> definition, String id)
-
Constructor Details
-
ImplementationGuide10_40
public ImplementationGuide10_40()
-
-
Method Details
-
convertImplementationGuide
public static org.hl7.fhir.r4.model.ImplementationGuide convertImplementationGuide(org.hl7.fhir.dstu2.model.ImplementationGuide src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuide
public static org.hl7.fhir.dstu2.model.ImplementationGuide convertImplementationGuide(org.hl7.fhir.r4.model.ImplementationGuide src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuideContactComponent
public static org.hl7.fhir.r4.model.ContactDetail convertImplementationGuideContactComponent(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideContactComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuideContactComponent
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideContactComponent convertImplementationGuideContactComponent(org.hl7.fhir.r4.model.ContactDetail src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuideDependencyComponent
public static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent convertImplementationGuideDependencyComponent(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideDependencyComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuideDependencyComponent
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideDependencyComponent convertImplementationGuideDependencyComponent(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDependsOnComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuideGlobalComponent
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideGlobalComponent convertImplementationGuideGlobalComponent(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuideGlobalComponent
public static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideGlobalComponent convertImplementationGuideGlobalComponent(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideGlobalComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuidePackageComponent
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent convertImplementationGuidePackageComponent(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionGroupingComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuidePackageComponent
public static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionGroupingComponent convertImplementationGuidePackageComponent(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionComponent context, org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuidePackageResourceComponent
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageResourceComponent convertImplementationGuidePackageResourceComponent(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionResourceComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuidePackageResourceComponent
public static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionResourceComponent convertImplementationGuidePackageResourceComponent(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageResourceComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuidePageComponent
public static org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionPageComponent convertImplementationGuidePageComponent(org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePageComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertImplementationGuidePageComponent
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePageComponent convertImplementationGuidePageComponent(org.hl7.fhir.r4.model.ImplementationGuide.ImplementationGuideDefinitionPageComponent src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertPageGeneration
public static org.hl7.fhir.dstu2.model.ImplementationGuide.GuidePageKind convertPageGeneration(org.hl7.fhir.r4.model.ImplementationGuide.GuidePageGeneration generation) -
convertPageGeneration
public static org.hl7.fhir.r4.model.ImplementationGuide.GuidePageGeneration convertPageGeneration(org.hl7.fhir.dstu2.model.ImplementationGuide.GuidePageKind kind) -
convertUriToUrl
public static org.hl7.fhir.r4.model.UrlType convertUriToUrl(org.hl7.fhir.dstu2.model.UriType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
findPackage
public static org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent findPackage(List<org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent> definition, String id)
-