GET PlanCare2Api/MedicalAllergyIntolerance/{id}
Gets MedicalAllergyIntolerance by id.
Requires 'Read' permission for function MedicalAllergyIntolerance {69731383-9F0D-48C6-81D1-F8456D0A2E91}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalAllergyIntolerance. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicalAllergyIntolerance.
MedicalAllergyIntolerance| Name | Description | Type | Additional information |
|---|---|---|---|
| CausingSubstance |
Causing substance. |
string |
Required |
| MedicalCodeAllergyCategoryId |
Id of MedicalCodeAllergyCategory (MedicalCodeListType.AllergyCategory). |
globally unique identifier |
Nullable |
| MedicalCodeAllergyStatusId |
Id of MedicalCodeAllergyStatus (MedicalCodeListType.AllergyStatus). |
globally unique identifier |
Required |
| StartDateTime |
Date and time when the allergy intolerance started. |
date |
Nullable |
| MedicalCodeDegreeOfCriticismId |
Id of MedicalCodeDegreeOfCriticism (MedicalCodeListType.AllergyDegreeOfCriticism). |
globally unique identifier |
Required |
| Reactions |
Reactions. |
string |
- |
| Id |
Id of the registration. |
integer |
- |
| 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 |
- |
Response Formats
application/json, text/json
{
"CausingSubstance": "sample string 1",
"MedicalCodeAllergyCategoryId": "834a5e0e-3f82-4d89-b10e-9e15b1f738fc",
"MedicalCodeAllergyStatusId": "ef734afc-8603-4eb5-a726-3509009eaeec",
"StartDateTime": "2026-05-26T21:10:36.3275123+02:00",
"MedicalCodeDegreeOfCriticismId": "dc5fe661-d70a-4bba-b78f-c6b8c2e9e606",
"Reactions": "sample string 4",
"Id": 5,
"RelationId": 6,
"RegistrationDateTime": "2026-05-26T21:10:36.3275123+02:00",
"Source": "sample string 8"
}
application/xml, text/xml
<MedicalAllergyIntolerance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>5</Id> <RegistrationDateTime>2026-05-26T21:10:36.3275123+02:00</RegistrationDateTime> <RelationId>6</RelationId> <Source>sample string 8</Source> <CausingSubstance>sample string 1</CausingSubstance> <MedicalCodeAllergyCategoryId>834a5e0e-3f82-4d89-b10e-9e15b1f738fc</MedicalCodeAllergyCategoryId> <MedicalCodeAllergyStatusId>ef734afc-8603-4eb5-a726-3509009eaeec</MedicalCodeAllergyStatusId> <MedicalCodeDegreeOfCriticismId>dc5fe661-d70a-4bba-b78f-c6b8c2e9e606</MedicalCodeDegreeOfCriticismId> <Reactions>sample string 4</Reactions> <StartDateTime>2026-05-26T21:10:36.3275123+02:00</StartDateTime> </MedicalAllergyIntolerance>