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