Class CodeableConcept10_50
java.lang.Object
org.hl7.fhir.convertors.conv10_50.datatypes10_50.complextypes10_50.CodeableConcept10_50
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r5.model.CodeableConceptconvertCodeableConcept(org.hl7.fhir.dstu2.model.CodeableConcept src)static org.hl7.fhir.dstu2.model.CodeableConceptconvertCodeableConcept(org.hl7.fhir.r5.model.CodeableConcept src)static org.hl7.fhir.r5.model.CodeableReferenceconvertCodeableConceptToCodableReference(org.hl7.fhir.dstu2.model.CodeableConcept src)static org.hl7.fhir.r5.model.UsageContextconvertCodeableConceptToUsageContext(org.hl7.fhir.dstu2.model.CodeableConcept t)static booleanhasConcept(org.hl7.fhir.dstu2.model.CodeableConcept cc, String system, String code)static booleanhasConcept(org.hl7.fhir.r5.model.CodeableConcept cc, String system, String code)
-
Constructor Details
-
CodeableConcept10_50
public CodeableConcept10_50()
-
-
Method Details
-
convertCodeableConcept
public static org.hl7.fhir.r5.model.CodeableConcept convertCodeableConcept(org.hl7.fhir.dstu2.model.CodeableConcept src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCodeableConcept
public static org.hl7.fhir.dstu2.model.CodeableConcept convertCodeableConcept(org.hl7.fhir.r5.model.CodeableConcept src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCodeableConceptToCodableReference
public static org.hl7.fhir.r5.model.CodeableReference convertCodeableConceptToCodableReference(org.hl7.fhir.dstu2.model.CodeableConcept src) -
convertCodeableConceptToUsageContext
public static org.hl7.fhir.r5.model.UsageContext convertCodeableConceptToUsageContext(org.hl7.fhir.dstu2.model.CodeableConcept t) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasConcept
public static boolean hasConcept(org.hl7.fhir.r5.model.CodeableConcept cc, String system, String code) -
hasConcept
public static boolean hasConcept(org.hl7.fhir.dstu2.model.CodeableConcept cc, String system, String code)
-