GET PlanCare2Api/MedicalDefecation/{id}

Gets MedicalDefecation by id.

Requires 'Read' permission for function MedicalDefecation {A10B7F92-BB2F-4650-945C-C180C5C7B3BC}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the MedicalDefecation.

integer

Required

Body Parameters

None.

Response Information

Resource Description

MedicalDefecation.

MedicalDefecation
NameDescriptionTypeAdditional information
MedicalCodeDefecationQuantityId

Id of MedicalCodeDefecationQuantity (MedicalCodeListType.DefecationQuantity).

globally unique identifier

None

MedicalCodeDefecationAspectId

Id of MedicalCodeDefecationAspect (MedicalCodeListType.DefecationAspect).

globally unique identifier

None

MedicalCodeDefecationRemedyId

Id of MedicalCodeDefecationRemedy (MedicalCodeListType.DefecationRemedy).

globally unique identifier

None

Remarks

Remarks.

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

Response Formats

application/json, text/json

Sample:
{
  "MedicalCodeDefecationQuantityId": "03f4d249-2868-421e-840e-8a08466f7340",
  "MedicalCodeDefecationAspectId": "7c330cdd-2109-40f5-8f15-0afc60b531a1",
  "MedicalCodeDefecationRemedyId": "1f79329d-b7a5-40bc-bd31-6ebbde4260aa",
  "Remarks": "sample string 1",
  "Id": 2,
  "RelationId": 3,
  "RegistrationDateTime": "2026-05-26T23:13:09.4937657+02:00",
  "Source": "sample string 5"
}

application/xml, text/xml

Sample:
<MedicalDefecation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <Id>2</Id>
  <RegistrationDateTime>2026-05-26T23:13:09.4937657+02:00</RegistrationDateTime>
  <RelationId>3</RelationId>
  <Source>sample string 5</Source>
  <MedicalCodeDefecationAspectId>7c330cdd-2109-40f5-8f15-0afc60b531a1</MedicalCodeDefecationAspectId>
  <MedicalCodeDefecationQuantityId>03f4d249-2868-421e-840e-8a08466f7340</MedicalCodeDefecationQuantityId>
  <MedicalCodeDefecationRemedyId>1f79329d-b7a5-40bc-bd31-6ebbde4260aa</MedicalCodeDefecationRemedyId>
  <Remarks>sample string 1</Remarks>
</MedicalDefecation>