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