Interface ISearchParamWithInlineReferencesExtractor

All Known Implementing Classes:
BaseSearchParamWithInlineReferencesExtractor

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extractInlineReferences(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails)
    Handle references within the resource that are match URLs, for example references like "Patient?identifier=foo".
  • Method Details

    • extractInlineReferences

      void extractInlineReferences(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails)
      Handle references within the resource that are match URLs, for example references like "Patient?identifier=foo". These match URLs are resolved and replaced with the ID of the matching resource.