Class IpsOperationProvider

java.lang.Object
ca.uhn.fhir.jpa.ips.provider.IpsOperationProvider

public class IpsOperationProvider extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.instance.model.api.IBaseBundle
    patientInstanceSummary(org.hl7.fhir.instance.model.api.IIdType thePatientId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theProfile, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    Patient/123/$summary
    org.hl7.fhir.instance.model.api.IBaseBundle
    patientTypeSummary(org.hl7.fhir.instance.model.api.IPrimitiveType<String> theProfile, org.hl7.fhir.instance.model.api.IBase thePatientIdentifier, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    /Patient/$summary?identifier=foo|bar

    Methods inherited from class java.lang.Object

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

  • Method Details

    • patientInstanceSummary

      public org.hl7.fhir.instance.model.api.IBaseBundle patientInstanceSummary(org.hl7.fhir.instance.model.api.IIdType thePatientId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theProfile, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Patient/123/$summary

      Note that not all parameters from the official specification are yet supported. See invalid input: '<'a href="http://build.fhir.org/ig/HL7/fhir-ips/OperationDefinition-summary.html>http://build.fhir.org/ig/HL7/fhir-ips/OperationDefinition-summary.html

    • patientTypeSummary

      public org.hl7.fhir.instance.model.api.IBaseBundle patientTypeSummary(org.hl7.fhir.instance.model.api.IPrimitiveType<String> theProfile, org.hl7.fhir.instance.model.api.IBase thePatientIdentifier, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      /Patient/$summary?identifier=foo|bar

      Note that not all parameters from the official specification are yet supported. See invalid input: '<'a href="http://build.fhir.org/ig/HL7/fhir-ips/OperationDefinition-summary.html>http://build.fhir.org/ig/HL7/fhir-ips/OperationDefinition-summary.html