POST PlanCare2Api/MedicalAllergyIntolerance/Update

Update MedicalAllergyIntolerance.

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

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

Request Information

URI Parameters

None.

Body Parameters

MedicalAllergyIntolerance.

MedicalAllergyIntolerance
NameDescriptionTypeAdditional 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

Sample:
{
  "CausingSubstance": "sample string 1",
  "MedicalCodeAllergyCategoryId": "cd0f4435-1837-48e3-8c48-80f9b019f7b0",
  "MedicalCodeAllergyStatusId": "9fcc90a9-6209-453f-a742-9171c663db1f",
  "StartDateTime": "2026-05-26T21:08:59.9309017+02:00",
  "MedicalCodeDegreeOfCriticismId": "c1f61369-3a16-4e37-90d7-618b595ef5a9",
  "Reactions": "sample string 4",
  "Id": 5,
  "RelationId": 6,
  "RegistrationDateTime": "2026-05-26T21:08:59.9309017+02:00",
  "Source": "sample string 8"
}

application/xml, text/xml

Sample:
<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:08:59.9309017+02:00</RegistrationDateTime>
  <RelationId>6</RelationId>
  <Source>sample string 8</Source>
  <CausingSubstance>sample string 1</CausingSubstance>
  <MedicalCodeAllergyCategoryId>cd0f4435-1837-48e3-8c48-80f9b019f7b0</MedicalCodeAllergyCategoryId>
  <MedicalCodeAllergyStatusId>9fcc90a9-6209-453f-a742-9171c663db1f</MedicalCodeAllergyStatusId>
  <MedicalCodeDegreeOfCriticismId>c1f61369-3a16-4e37-90d7-618b595ef5a9</MedicalCodeDegreeOfCriticismId>
  <Reactions>sample string 4</Reactions>
  <StartDateTime>2026-05-26T21:08:59.9309017+02:00</StartDateTime>
</MedicalAllergyIntolerance>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None