The MediRecords FHIR API supports the following PractitionerRole profiles:
MRPractitionerRole | Subscription - Users |
MRPractitionerRoleContact | Contacts - Health Professionals |
The MediRecords FHIR API supports the following PractitionerRole operations.
GET {API_URL}/v1/PractitionerRole/{id}
This API interface enables the client to read an PractitionerRole resource from MediRecords repository which is compliant with this MediRecords PractitionerRole profile.
Request Parameters | |
---|---|
id | The logical id of the PractitionerRole resource |
In an error situation, server SHALL return OperationOutcome detailing the error with the appropriate HTTP Error code as follows.
Status | Text |
---|---|
200 | OK |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
500 | Internal Server Error |