POST PlanCare2Api/MedicalAllergyIntolerance
Insert MedicalAllergyIntolerance.
Relation(s) must be of the following type: Client
Requires 'Insert' permission for function MedicalAllergyIntolerance {69731383-9F0D-48C6-81D1-F8456D0A2E91}
Request Information
URI Parameters
None.
Body Parameters
MedicalAllergyIntolerance.
MedicalAllergyIntolerance| Name | Description | Type | Additional information |
|---|---|---|---|
| CausingSubstance |
Causing substance. |
string |
Required |
| MedicalCodeAllergyCategoryId |
Id of MedicalCodeAllergyCategory (MedicalCodeListType.AllergyCategory). |
globally unique identifier |
None |
| MedicalCodeAllergyStatusId |
Id of MedicalCodeAllergyStatus (MedicalCodeListType.AllergyStatus). |
globally unique identifier |
Required |
| StartDateTime |
Date and time when the allergy intolerance started. |
date |
None |
| MedicalCodeDegreeOfCriticismId |
Id of MedicalCodeDegreeOfCriticism (MedicalCodeListType.AllergyDegreeOfCriticism). |
globally unique identifier |
Required |
| Reactions |
Reactions. |
string |
None |
| Id |
Id of the registration. |
integer |
None |
| RelationId |
Id of the relation which the registration belongs to. |
integer |
Required |
| RegistrationDateTime |
DateTime of measurement. |
date |
Required |
| Source |
Source of registration (example: name of the questionnaire). |
string |
None |
Request Formats
application/json, text/json
{
"CausingSubstance": "sample string 1",
"MedicalCodeAllergyCategoryId": "db3ea97a-532f-42c9-a461-c1033a1fbc12",
"MedicalCodeAllergyStatusId": "b0989ecf-ac18-4371-8b13-e9c1206476d3",
"StartDateTime": "2026-05-26T21:05:54.256943+02:00",
"MedicalCodeDegreeOfCriticismId": "f4c54f88-85ce-44d8-9a73-e5697cfc254a",
"Reactions": "sample string 4",
"Id": 5,
"RelationId": 6,
"RegistrationDateTime": "2026-05-26T21:05:54.256943+02:00",
"Source": "sample string 8"
}
application/xml
text/xml
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |