Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,4 @@ properties:
text:
type: string
example: 'Example content...'


description: 'Maximum 8000 characters.'
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ properties:
| `patient` | `1..1` | The patient the Advice request relates to. |
| `providerConversionAuthorisation` | `1..1` | A flag detailing whether or not the provider who deals with this advice request is authorised to convert this Advice Request into a Referral |
| `shortlist` | `1..1` | A list of services where the Advice Request should be sent to. Note currently only shortlists with a single Service included are supported. |
| `request` | `1..1` | An initial message outlining the request. |
| `request` | `1..1` | An initial message outlining the request. Maximum 8000 characters. |
| `referringClinician` | `0..1` | Detail the Referring Clinician that a Referring Clinician Admin is acting on behalf off. Only permitted when creating an Advice Request as a user using the Referring Clinician Admin business function where it is also mandatory. |
| `requestAttachmentFile` | `0..*` | A set of attachments to be included with the initial request. |
items:
Expand All @@ -42,4 +42,4 @@ properties:
- $ref: 'parameters/Shortlist.yaml'
- $ref: 'parameters/Request.yaml'
- $ref: 'parameters/ReferringClinician.yaml'
- $ref: 'parameters/RequestAttachmentFile.yaml'
- $ref: 'parameters/RequestAttachmentFile.yaml'
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ properties:
type: array
description: |

| Field | Cardinality | Notes |
| --------------------------------- | ----------- | ------------------------------------------ |
| `createFrom` | `1..1` | |
| `guidance` | `1..1` | |
| `newReferralPriority` | `1..1` | |
| `reviewComments` | `1..1` | |
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
| `reviewAttachmentFile` | `0..*` | Property defining files to be associated with the created `ReferralRequest` |
| Field | Cardinality | Notes |
| --------------------------------- | ----------- | ---------------------------------------------------------------------------------------------- |
| `createFrom` | `1..1` | |
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
| `newReferralPriority` | `1..1` | |
| `reviewComments` | `1..1` | |
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
| `reviewAttachmentFile` | `0..*` | Property defining files to be associated with the created `ReferralRequest` |
items:
anyOf:
- title: createFrom
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ properties:
type: array
description: |

| Field | Cardinality | Notes |
| --------------------------------- | ----------- | ------------------------------------------ |
| `guidanceOutcome` | `1..1` | |
| Field | Cardinality | Notes |
| --------------------------------- | ----------- | ------------------------------------------------------------------------------------ |
| `guidanceOutcome` | `1..1` | |
| `guidanceIntendedRecommendation` | `0..1` | Conditionally Mandatory if guidanceOutcome value is `RETURN_TO_REFERRER_WITH_ADVICE` |
| `guidance` | `1..1` | |
| `updatedPriority` | `1..1` | |
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
| `guidance` | `1..1` | Mandatory guidance response. Maximum 8000 characters. |
| `updatedPriority` | `1..1` | |
| `guidanceAttachmentFile` | `0..*` | Property defining files to be included with the supplied `guidance` text |
items:
anyOf:
- title: guidanceOutcome
Expand Down