Class LookupCodeRequest

java.lang.Object
ca.uhn.fhir.context.support.LookupCodeRequest

public class LookupCodeRequest extends Object
Represents parameters which can be passed to the $lookup operation for codes.
Since:
7.0.0
  • Constructor Details

    • LookupCodeRequest

      public LookupCodeRequest(String theSystem, String theCode)
      Parameters:
      theSystem - The CodeSystem URL
      theCode - The code
    • LookupCodeRequest

      public LookupCodeRequest(String theSystem, String theCode, String theDisplayLanguage, Collection<String> thePropertyNames)
      Parameters:
      theSystem - The CodeSystem URL
      theCode - The code
      theDisplayLanguage - Used to filter out the designation by the display language. To return all designation, set this value to null.
      thePropertyNames - The collection of properties to be returned in the output. If no properties are specified, the implementor chooses what to return.
  • Method Details