DiagnosticReport REST Endpoints
DiagnosticReport
The DiagnosticReport FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/{id}/$meta-add - Create DiagnosticReport Resource
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport - Delete DiagnosticReport Resource
- Method: deletePath:
oracle-fhir-server/fhir/DiagnosticReport/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/{id}/$meta-delete - 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/{version_id} - GET DiagnosticReport Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/DiagnosticReport/{id}/$meta - GET DiagnosticReport Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/DiagnosticReport/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/{id}/$validate - Patch DiagnosticReport Resource
- Method: patchPath:
oracle-fhir-server/fhir/DiagnosticReport/{id} - Search DiagnosticReport Resource
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/DiagnosticReport/$validate - Update DiagnosticReport Resource
- Method: putPath:
oracle-fhir-server/fhir/DiagnosticReport/{id}