GET api/CCDA/{id}/HealthConcern?startDate={startDate}&endDate={endDate}

Gets the health concerns portion of the CDA

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The InmateID

string

Required

startDate

Earliest date to get records from. Format: yyyy-MM-dd

date

None.

endDate

Latest date to get records from. Format: yyyy-MM-dd

date

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.