Person REST Endpoints
Person
- Create Person Resource
- Method: postPath:
/oracle-fhir-server/fhir/Person
- Delete Person Resource
- Method: deletePath:
/oracle-fhir-server/fhir/Person/{id}
- GET Change History of Person Resource
- Method: getPath:
/oracle-fhir-server/fhir/Person/_history
- GET Change History of Person Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Person/{id}/_history
- GET Person Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/Person
- GET Person Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/Person/{id}
- GET Person Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/Person/{id}/_history/{vid}
- Update Person Resource
- Method: putPath:
/oracle-fhir-server/fhir/Person/{id}