AllergyIntolerance REST Endpoints
AllergyIntolerance
The AllergyIntolerance FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/$meta-add - Create AllergyIntolerance Resource
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance - Delete AllergyIntolerance Resource
- Method: deletePath:
oracle-fhir-server/fhir/AllergyIntolerance/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/$meta-delete - GET AllergyIntolerance Resource Bundle
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance - GET AllergyIntolerance Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id} - GET AllergyIntolerance Resource by version ID
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/_history/{version_id} - GET AllergyIntolerance Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/$meta - GET AllergyIntolerance Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance/$meta - GET Change History of AllergyIntolerance Resource
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance/_history - GET Change History of AllergyIntolerance Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/_history - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}/$validate - Patch AllergyIntolerance Resource
- Method: patchPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id} - Search AllergyIntolerance Resource
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/AllergyIntolerance/$validate - Update AllergyIntolerance Resource
- Method: putPath:
oracle-fhir-server/fhir/AllergyIntolerance/{id}