Package ca.uhn.fhir.jpa.ips.strategy
Class MedicationNoInfoR4Generator
java.lang.Object
ca.uhn.fhir.jpa.ips.strategy.MedicationNoInfoR4Generator
- All Implemented Interfaces:
INoInfoGenerator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseResource
generate
(org.hl7.fhir.instance.model.api.IIdType theSubjectId) Generate an appropriate no-info resource.
-
Constructor Details
-
MedicationNoInfoR4Generator
public MedicationNoInfoR4Generator()
-
-
Method Details
-
generate
public org.hl7.fhir.instance.model.api.IBaseResource generate(org.hl7.fhir.instance.model.api.IIdType theSubjectId) Description copied from interface:INoInfoGenerator
Generate an appropriate no-info resource. The resource does not need to have an ID populated, although it can if it is a resource found in the repository.- Specified by:
generate
in interfaceINoInfoGenerator
-