get https://api.humanapi.co/v1/human/medical/ccds
Returns full CCDs available for the user including the raw xml
Click here for full XML example (Chrome or Firefox only)
Returns single CCD raw payload in XML format
GET https://api.humanapi.co/v1/human/medical/ccds/{id}/raw
Response Properties
Property | Type | Description |
---|---|---|
id | String | The id of the resource |
source | String | The name of the originating service |
updatedAt | Date | The time the record was updated on the Human API server |
createdAt | Date | The time the record was created on the Human API server |
dateTime | String | (optional) The date of the CCD |
author | String | (optional) CCD author’s name |
organization | Object | (optional) See organizations object |
Response Headers (Raw CCD)
Header | Value |
---|---|
Content-Type | text/xml |