Web Service:PR-WS-3: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|description=Fetches details of a provider by their EPID or other identification type. | |description=Fetches details of a provider by their EPID or other identification type. | ||
|applications=Interoperability Layer, Point-Of-Care? Facility Registry? | |applications=Interoperability Layer, Point-Of-Care? Facility Registry? | ||
|url=/ws/rest/ | |url=/ws/rest/v2/details/provider | ||
|params=This contains the followng parameters to identify the provider whose details we shall return: | |params=This contains the followng parameters to identify the provider whose details we shall return: | ||
$epid. The providers EPID. Required. | $epid. The providers EPID. Required. | ||
Line 22: | Line 22: | ||
nid: "333", | nid: "333", | ||
actions: { | actions: { | ||
providerDetails: 'http://rhea-pr.ihris.org/webservices/details/provider?epid=211312', | |||
' | editProvider: 'http://rhea-pr.ihris.org/webservices/edit/provider?epid=211312', | ||
' | addPost: 'http://rhea-pr.ihris.org/webservices/add/post?epid=211312', | ||
queryPosts: 'http://rhea-pr.ihris.org/webservices/details/post?id=211312', | |||
viewProvider: 'http://rhea-pr.ihris.org/providerregistry/view?id=person%7C23123' | |||
} | } | ||
} | } |
Latest revision as of 06:47, 31 October 2012
Web Service: PR-WS-3 Get Provider Detail
Fetches details of a provider by their EPID or other identification type.
URL | /ws/rest/v2/details/provider |
GET Parameters | This contains the followng parameters to identify the provider whose details we shall return:
$epid. The providers EPID. Required.
|
GET Response |
{ firstname: "Bill", surname: "Smith", cadre: "Nurse", email: "bsmith@example.org", passport: "12312312", mutuelle: "123123444", csr: "123123", nid: "333", actions: { providerDetails: 'http://rhea-pr.ihris.org/webservices/details/provider?epid=211312', editProvider: 'http://rhea-pr.ihris.org/webservices/edit/provider?epid=211312', addPost: 'http://rhea-pr.ihris.org/webservices/add/post?epid=211312', queryPosts: 'http://rhea-pr.ihris.org/webservices/details/post?id=211312', viewProvider: 'http://rhea-pr.ihris.org/providerregistry/view?id=person%7C23123' }} |
GET Error |
|
Other Resources: Use Case:PR-WS-3