Interface FhirValueSetEnumInterface

All Known Implementing Classes:
EmedPadvEntryType, RouteOfAdministrationEdqm, SubstanceAdministrationSubstitutionCode

public interface FhirValueSetEnumInterface
husky
Author:
Quentin Ligier
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.r4.model.CodeableConcept
    Returns the enum value as a FHIR CodeableConcept.
    org.hl7.fhir.r4.model.Coding
    Returns the enum value as a FHIR Coding.
    boolean
    isEqualTo(org.hl7.fhir.r4.model.Coding coding)
    Compares the enum value to the given FHIR Coding.
  • Method Details

    • getCoding

      org.hl7.fhir.r4.model.Coding getCoding()
      Returns the enum value as a FHIR Coding.
    • getCodeableConcept

      org.hl7.fhir.r4.model.CodeableConcept getCodeableConcept()
      Returns the enum value as a FHIR CodeableConcept.
    • isEqualTo

      boolean isEqualTo(org.hl7.fhir.r4.model.Coding coding)
      Compares the enum value to the given FHIR Coding.
      Parameters:
      coding - The FHIR Coding to be compared.
      Returns:
      true if they have the same system and value, false otherwise.