Class Author
java.lang.Object
org.projecthusky.fhir.emed.ch.epr.model.common.Author
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 -
Method Summary
Modifier and TypeMethodDescription@Nullable org.hl7.fhir.instance.model.api.IBaseResource
Returns the first non-null resource ornull
.
-
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
-
-
Method Details
-
getFirstNonNull
public @Nullable org.hl7.fhir.instance.model.api.IBaseResource getFirstNonNull()Returns the first non-null resource ornull
.
-