Class Reference40_50
java.lang.Object
org.hl7.fhir.convertors.conv40_50.datatypes40_50.special40_50.Reference40_50
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.Reference
convertCanonicalToReference
(org.hl7.fhir.r5.model.CanonicalType src) static org.hl7.fhir.r4.model.Reference
convertCodeableReferenceToReference
(org.hl7.fhir.r5.model.CodeableReference src) static org.hl7.fhir.r5.model.Reference
convertReference
(org.hl7.fhir.r4.model.Reference src) static org.hl7.fhir.r4.model.Reference
convertReference
(org.hl7.fhir.r5.model.Reference src) static org.hl7.fhir.r5.model.CanonicalType
convertReferenceToCanonical
(org.hl7.fhir.r4.model.Reference src) static org.hl7.fhir.r4.model.Reference
convertReferenceToCanonical
(org.hl7.fhir.r5.model.CanonicalType src) static org.hl7.fhir.r5.model.CodeableReference
convertReferenceToCodeableReference
(org.hl7.fhir.r4.model.Reference src)
-
Constructor Details
-
Reference40_50
public Reference40_50()
-
-
Method Details
-
convertReference
public static org.hl7.fhir.r5.model.Reference convertReference(org.hl7.fhir.r4.model.Reference src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertReference
public static org.hl7.fhir.r4.model.Reference convertReference(org.hl7.fhir.r5.model.Reference src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertReferenceToCodeableReference
public static org.hl7.fhir.r5.model.CodeableReference convertReferenceToCodeableReference(org.hl7.fhir.r4.model.Reference src) -
convertReferenceToCanonical
public static org.hl7.fhir.r5.model.CanonicalType convertReferenceToCanonical(org.hl7.fhir.r4.model.Reference src) -
convertReferenceToCanonical
public static org.hl7.fhir.r4.model.Reference convertReferenceToCanonical(org.hl7.fhir.r5.model.CanonicalType src) -
convertCodeableReferenceToReference
public static org.hl7.fhir.r4.model.Reference convertCodeableReferenceToReference(org.hl7.fhir.r5.model.CodeableReference src) -
convertCanonicalToReference
public static org.hl7.fhir.r4.model.Reference convertCanonicalToReference(org.hl7.fhir.r5.model.CanonicalType src)
-