PathwayDefinitionData
An overview of a pathway definition
Properties
| Parameter | Type | Description |
|---|---|---|
| Key | string | The key of the definition. |
| Name | string | The name of the definition. |
| Prompt | string | Prompt to show to patient |
| Description | string | Description for the pathway. |
| Path | string | Tree path for the pathways. |
JSON Example
{
"Description": "",
"Key": 1,
"Name": "Patient Document Upload",
"Path": "Patient Document Upload",
"Prompt": "Patient Document Upload"
}