GET PlanCare2Api/MedicalAllergyIntolerance/ActualValue?relationId={relationId}

Gets the actual MedicalAllergyIntoleranceSummary of the specified relation.

Relation(s) must be of the following type: Client

Requires 'Read' permission for function MedicalAllergyIntolerance {69731383-9F0D-48C6-81D1-F8456D0A2E91}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
relationId

The id of the relation.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Actual MedicalAllergyIntoleranceSummary.

MedicalAllergyIntoleranceSummary
NameDescriptionTypeAdditional information
CausingSubstance

Causing substance.

string

None.

MedicalCodeAllergyCategoryDescription

Description of MedicalCodeAllergyCategory.

string

None.

MedicalCodeAllergyStatusDescription

Description of MedicalCodeAllergyStatus.

string

None.

StartDateTime

Date and time when the allergy intolerance started.

date

None.

MedicalCodeDegreeOfCriticismDescription

Description of MedicalCodeDegreeOfCriticism).

string

None.

Reactions

Reactions.

string

None.

Id

Id of the registration.

integer

None.

RegistrationDateTime

DateTime of measurement.

date

None.

Source

Source of registration (example: name of the questionnaire).

string

None.

ChangedOn

DateTime when registration is last changed (readOnly).

date

None.

ChangedByRelationLookupName

LookupName of the relation who made the change (readOnly).

string

None.

TextValue

The compound value of the registration (readOnly).

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CausingSubstance": "sample string 1",
  "MedicalCodeAllergyCategoryDescription": "sample string 2",
  "MedicalCodeAllergyStatusDescription": "sample string 3",
  "StartDateTime": "2026-05-26T21:12:40.1998463+02:00",
  "MedicalCodeDegreeOfCriticismDescription": "sample string 4",
  "Reactions": "sample string 5",
  "Id": 6,
  "RegistrationDateTime": "2026-05-26T21:12:40.1998463+02:00",
  "Source": "sample string 8",
  "ChangedOn": "2026-05-26T21:12:40.1998463+02:00",
  "ChangedByRelationLookupName": "sample string 10",
  "TextValue": "sample string 11"
}

application/xml, text/xml

Sample:
<MedicalAllergyIntoleranceSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <ChangedByRelationLookupName>sample string 10</ChangedByRelationLookupName>
  <ChangedOn>2026-05-26T21:12:40.1998463+02:00</ChangedOn>
  <Id>6</Id>
  <RegistrationDateTime>2026-05-26T21:12:40.1998463+02:00</RegistrationDateTime>
  <Source>sample string 8</Source>
  <TextValue>sample string 11</TextValue>
  <CausingSubstance>sample string 1</CausingSubstance>
  <MedicalCodeAllergyCategoryDescription>sample string 2</MedicalCodeAllergyCategoryDescription>
  <MedicalCodeAllergyStatusDescription>sample string 3</MedicalCodeAllergyStatusDescription>
  <MedicalCodeDegreeOfCriticismDescription>sample string 4</MedicalCodeDegreeOfCriticismDescription>
  <Reactions>sample string 5</Reactions>
  <StartDateTime>2026-05-26T21:12:40.1998463+02:00</StartDateTime>
</MedicalAllergyIntoleranceSummary>