Class ChMed23AHealthcareOrganization

java.lang.Object
org.projecthusky.fhir.emed.ch.epr.model.emediplan.EMediplanHealthcareOrganization<ChMed23APostalAddress>
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a.ChMed23AHealthcareOrganization
All Implemented Interfaces:
EMediplanObject

public class ChMed23AHealthcareOrganization extends EMediplanHealthcareOrganization<ChMed23APostalAddress>
  • Field Details

    • GLN_FIELD_NAME

      protected static final String GLN_FIELD_NAME
      See Also:
    • NAME_FIELD_NAME

      protected static final String NAME_FIELD_NAME
      See Also:
    • ZSR_FIELD_NAME

      protected static final String ZSR_FIELD_NAME
      See Also:
    • gln

      protected @Nullable String gln
      The GLN. Required if not set in the HealthcarePerson object, otherwise optional.
    • name

      protected String name
      Name of the organization.
    • address

      protected ChMed23APostalAddress address
      Postal address of the patient.
    • zsr

      protected @Nullable String zsr
      ZSR number. The ZSR number may only be set once, either in the HealthcarePerson object or in the HealthcareOrganization object.
  • Constructor Details

    • ChMed23AHealthcareOrganization

      public ChMed23AHealthcareOrganization()
  • Method Details