java.lang.Object
org.hl7.fhir.convertors.conv10_50.datatypes10_50.complextypes10_50.CodeableConcept10_50

public class CodeableConcept10_50 extends Object
  • Constructor Details

  • 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)