AllergyIntolerance REST Endpoints
AllergyIntolerance
- Create AllergyIntolerance Resource
- Method: postPath:
/oracle-fhir-server/fhir/AllergyIntolerance - Delete AllergyIntolerance Resource
- Method: deletePath:
/oracle-fhir-server/fhir/AllergyIntolerance/{id} - 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/{vid} - 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 - Update AllergyIntolerance Resource
- Method: putPath:
/oracle-fhir-server/fhir/AllergyIntolerance/{id}