Class Iti83ResourceProvider
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.FhirProvider
org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
org.openehealth.ipf.commons.ihe.fhir.iti83.Iti83ResourceProvider
- All Implemented Interfaces:
Serializable
According to the PIXM specification, this resource provider must handle requests in the form
GET [base]/Patient/$ihe-pix?sourceIdentifier=[token]]{&targetSystem=[uri]}{&_format=[mime-type]}
- Since:
- 3.6
- Author:
- Christian Ohr
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.Parameters
pixmQuery
(org.hl7.fhir.r4.model.IdType resourceId, TokenParam sourceIdentifierParam, List<UriParam> targetSystemParamList, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Handles the PIXm QueryMethods inherited from class org.openehealth.ipf.commons.ihe.fhir.AbstractPlainProvider
getFhirContext, getRequestConsumer, requestAction, requestBundle, requestBundleProvider, requestResource, setConsumer, unsetConsumer
Methods inherited from class org.openehealth.ipf.commons.ihe.fhir.FhirProvider
enrichParameters, requiresDeregistration, requiresRegistration
-
Constructor Details
-
Iti83ResourceProvider
public Iti83ResourceProvider()
-
-
Method Details
-
pixmQuery
public org.hl7.fhir.r4.model.Parameters pixmQuery(org.hl7.fhir.r4.model.IdType resourceId, TokenParam sourceIdentifierParam, List<UriParam> targetSystemParamList, RequestDetails requestDetails, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Handles the PIXm Query- Parameters:
resourceId
- resource ID, optionalsourceIdentifierParam
- Identifier to search for. Should be anIdentifier
, but obviously non-primitive types are forbidden in GET operationstargetSystemParamList
- target system URIs- Returns:
Parameters
containing found identifiers
-