
Package ca.uhn.fhir.model.api.annotation
Annotation Type Compartment
-
@Retention(RUNTIME) @Target({}) public @interface Compartment
This may only be populated on a reference search paramater field. On such a field, places the containing resource in a compartment with the name(s) specified by the given strings, where the compartment belongs to the target resource. For example, this field could be populated withPatient
on theObservation.subject
field.