Patient - Read
Pega Foundation for Healthcare
This service rule takes ID (Patient ID) as input parameter and returns the Patient details in response. ID is a required parameter here.
URL format
GET https://[hostname:port]/prweb/api/fhirapi/v1/Patient/{ID}
Parameters
Key rules
Rule Name | Rule Type | Usage |
Class: Int-Fhir401-PatientAPI | ||
patient | Service REST | |
GetPatientRead | Activity | Method in REST service to get patient |
MapFromPatient | Data Transform | Map results from PFHC Member (Patient) to API Integration object |
Pre_MapFromPatient_EXT | Data Transform | Pre mapping data transform |
Post_MapFromPatient_EXT | Data Transform | Post mapping data transform |
Previous topic Healthcare FHIR API key Next topic Patient - Search