
Class Reference30_50
java.lang.Object
org.hl7.fhir.convertors.conv30_50.datatypes30_50.Reference30_50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.dstu3.model.Reference
convertCanonicalToReference
(org.hl7.fhir.r5.model.CanonicalType src) static org.hl7.fhir.r5.model.CodeableReference
convertCodeableConceptToCodableReference
(org.hl7.fhir.dstu3.model.CodeableConcept src) static org.hl7.fhir.dstu3.model.Reference
convertCodeableReferenceToReference
(org.hl7.fhir.r5.model.CodeableReference src) static org.hl7.fhir.r5.model.Reference
convertReference
(org.hl7.fhir.dstu3.model.Reference src) static org.hl7.fhir.dstu3.model.Reference
convertReference
(org.hl7.fhir.r5.model.Reference src) static org.hl7.fhir.r5.model.CanonicalType
convertReferenceToCanonical
(org.hl7.fhir.dstu3.model.Reference src) static org.hl7.fhir.r5.model.CodeableReference
convertReferenceToCodableReference
(org.hl7.fhir.dstu3.model.Reference src)
-
Constructor Details
-
Reference30_50
public Reference30_50()
-
-
Method Details
-
convertReference
public static org.hl7.fhir.r5.model.Reference convertReference(org.hl7.fhir.dstu3.model.Reference src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertReference
public static org.hl7.fhir.dstu3.model.Reference convertReference(org.hl7.fhir.r5.model.Reference src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertReferenceToCodableReference
public static org.hl7.fhir.r5.model.CodeableReference convertReferenceToCodableReference(org.hl7.fhir.dstu3.model.Reference src) -
convertCodeableReferenceToReference
public static org.hl7.fhir.dstu3.model.Reference convertCodeableReferenceToReference(org.hl7.fhir.r5.model.CodeableReference src) -
convertCodeableConceptToCodableReference
public static org.hl7.fhir.r5.model.CodeableReference convertCodeableConceptToCodableReference(org.hl7.fhir.dstu3.model.CodeableConcept src) -
convertReferenceToCanonical
public static org.hl7.fhir.r5.model.CanonicalType convertReferenceToCanonical(org.hl7.fhir.dstu3.model.Reference src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCanonicalToReference
public static org.hl7.fhir.dstu3.model.Reference convertCanonicalToReference(org.hl7.fhir.r5.model.CanonicalType src) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-