Interface EMediplanGender

All Superinterfaces:
EMediplanEnum<Integer>
All Known Implementing Classes:
ChMed16AGender, ChMed23AGender

public interface EMediplanGender extends EMediplanEnum<Integer>
Extension of the eMediplan enumeration interface intended for a patient administrative gender. The purpose of this interface is to provide a common method for getting a FHIR representation of the corresponding version of the eMediplan enum.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull org.hl7.fhir.r4.model.Enumerations.AdministrativeGender
     

    Methods inherited from interface org.projecthusky.fhir.emed.ch.epr.model.emediplan.EMediplanEnum

    getCode
  • Method Details

    • toFhir

      @NonNull org.hl7.fhir.r4.model.Enumerations.AdministrativeGender toFhir()