Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

R4 Binary Autogen CCD add encounter parameter #1035

Merged
merged 7 commits into from
Jan 31, 2024
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
14 changes: 14 additions & 0 deletions content/millennium/r4/foundation/other/binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Requires both the appropriate `Binary.read` and `DocumentReference.read` scopes
`patient` | Y | [`reference`] | A reference to the patient that is the subject of the CCD. Example: `12345`
`start` | N | [`dateTime`] | The start of the date range for which the CCD is to be generated. If not provided, then all records from the beginning of time are included. Example: `2014-09-24T12:00:00.000Z`
`end` | N | [`dateTime`] | The end of the date range for which the CCD is to be generated. If not provided, then all records up to the current date are included. Example: `2016-09-24T12:00:00.000Z`
`encounter`| N | [`reference`] | A reference to the encounter that is the subject of the CCD. Example: `12345`

Notes:

Expand Down Expand Up @@ -179,6 +180,19 @@ An `Accept` header of `application/xml` could be supplied instead, if the XML Bi

<%= disclaimer %>

### Example

#### Request

GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Binary/$autogen-ccd-if?patient=12458002&encounter=97697440

#### Response

<%= headers status: 200 %>
<%= json(:R4_BINARY_CCD_ENCOUNTER_ENTRY) %>

<%= disclaimer %>

### Errors

The common [errors] and [OperationOutcomes] may be returned.
Expand Down
Loading
Loading