Returns list of Medical Conditions.
From Query | Type | Description |
---|---|---|
MedicalConditionTypeId | Int32 | Optional. MedicalConditionTypeId , 0=All ,1= Medical Conditions,2=Allergies,3=Immunisations,4=Disabilities |
[MedicalCondition]
Name | Type | Description |
---|---|---|
Id | Int32 | |
Description | String | Max 255 characters |
MedialConditionType | String | Valid values are: Medical Conditions, Allergies, Immunisations, Disabilities |
[ { "Id": 1, "Description": "sample string 1", "MedialConditionType": "sample string 2" }, { "Id": 1, "Description": "sample string 1", "MedialConditionType": "sample string 2" }, { "Id": 1, "Description": "sample string 1", "MedialConditionType": "sample string 2" } ]
Bundle(s) |
---|
Joining |