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

Commit

Permalink
R4 Binary Autogen CCD add encounter parameter (#1035)
Browse files Browse the repository at this point in the history
* r4 binary autogen ccd add encounter parameter
  • Loading branch information
ramya1096 authored Jan 31, 2024
1 parent 3f906c3 commit 18cd2f1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
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

0 comments on commit 18cd2f1

Please sign in to comment.