The Clinical Document Object

Clinical Documents are a draft-like representation of an uploaded CCDA document before importing.

Object Definition

{
  "id": 127362,
  "authoring_practice": 125323,
  "patient": 322134,
  "data_format": "ccda",
  "xml_file": {
    "content_type": "text/xml",
    "original_filename": "full_ccda.xml"
  },
  "demographics_imported": false,
  "allergies_imported": false,
  "encounters_imported": false,
  "immunizations_imported": false,
  "labs_imported": false,
  "medications_imported": false,
  "problems_imported": false,
  "procedures_imported": false,
  "vitals_imported": false,
  "author_name": "Author Name",
  "created_date": "2016-05-02T13:30:07Z",
  "deleted_date": null
}