Class CodeableConcept10_40
java.lang.Object
org.hl7.fhir.convertors.conv10_40.datatypes10_40.complextypes10_40.CodeableConcept10_40
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.CodeableConceptconvertCodeableConcept(org.hl7.fhir.dstu2.model.CodeableConcept src)static org.hl7.fhir.dstu2.model.CodeableConceptconvertCodeableConcept(org.hl7.fhir.r4.model.CodeableConcept src)static org.hl7.fhir.r4.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.r4.model.CodeableConcept cc, String system, String code)
-
Constructor Details
-
CodeableConcept10_40
public CodeableConcept10_40()
-
-
Method Details
-
convertCodeableConcept
public static org.hl7.fhir.r4.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.r4.model.CodeableConcept src) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-
convertCodeableConceptToUsageContext
public static org.hl7.fhir.r4.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.r4.model.CodeableConcept cc, String system, String code) -
hasConcept
public static boolean hasConcept(org.hl7.fhir.dstu2.model.CodeableConcept cc, String system, String code)
-