java.lang.Object
org.projecthusky.fhir.emed.ch.epr.model.common.Author

public class Author extends Object
An author in the CH-EMED-EPR IG. It can be made up of a single (e.g. patient) or multiple resources (e.g. practitionerRole, practitioner and organization).
Author:
Quentin Ligier
  • Constructor Summary

    Constructors
    Constructor
    Description
    Author(org.hl7.fhir.instance.model.api.IBaseResource resource)
     
    Author(org.hl7.fhir.instance.model.api.IBaseResource resource, @Nullable Instant time)
     
    Author(org.hl7.fhir.instance.model.api.IBaseResource resource, @Nullable org.hl7.fhir.r4.model.DateTimeType time)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable org.hl7.fhir.instance.model.api.IBaseResource
    Returns the first non-null resource or null.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Author

      public Author(org.hl7.fhir.instance.model.api.IBaseResource resource)
    • Author

      public Author(org.hl7.fhir.instance.model.api.IBaseResource resource, @Nullable org.hl7.fhir.r4.model.DateTimeType time)
    • Author

      public Author(org.hl7.fhir.instance.model.api.IBaseResource resource, @Nullable Instant time)
  • Method Details

    • getFirstNonNull

      public @Nullable org.hl7.fhir.instance.model.api.IBaseResource getFirstNonNull()
      Returns the first non-null resource or null.