{
"compendium_code": "DLO",
"content": {
"id": 140754512117861,
"stat_method": "",
"patient_instructions": "",
"test_center_notes": "",
"fasting_method": "fasting_random",
"standing_order_frequency": "",
"standing_order_end_date": null,
"collection_datetime": null,
"icd10_codes": [],
"tests": [
{
"id": 140748306251838,
"name": "TSH",
"code": "",
"procedure_class": null,
"practice_created": null,
"lab_vendor": null,
"compendium": null,
"cpts": [],
"synonyms": [],
"questions": [],
"created_date": "2020-01-27T16:17:43Z",
"deleted_date": null
}
]
},
"created_date": "2021-05-11T21: 16: 23Z",
"deleted_date": "2021-05-11T21: 16: 23Z",
"id": 24507383904,
"lab_vendor": 67191701750,
"name": "Diabetes - Annual (Order Set)",
"practice": 1407566602
}
compendium_code | string | ||
content.id | integer | ||
content.stat_method | string | 'wet_reading_phone', 'wet_reading_fax', 'stat_phone', 'stat_fax', 'stat_phone_fax' | |
content.patient_instructions | string | Notes for patient. | |
content.test_center_notes | string | Notes for Lab. | |
content.fasting_method | string | 'fasting_12_hour', 'fasting_8_hours', 'fasting_2_hours', 'fasting_none', 'fasting_random' | Instructions for patient and lab on how long they should fast before specimen collection. |
content.standing_order_frequency | string(50) | Number of times order should be performed on a standing basis. | |
content.standing_order_end_date | date | Date at which standing order should be canceled. | |
content.collection_datetime | datetime | If lab specimen collection is done onsite, this is the time at which the collection was taken. | |
content.icd10_codes | List of ICD10 codes | ICD10 diagnosis codes provided along with the order. | |
tests | List of Lab Order Tests | The list of tests that should be performed by the lab. Must all be either from the same compendium or no compendium. | |
tests.id | integer | The id of the Lab Order Test. | |
tests.name | string(255) | The name of the Lab Order Test. | |
tests.code | string(50) | Any code associated with the test, usually provided by the lab vendor's compendium. | |
tests.procedure_class | string(50) | Code provided by specific compendiums that indicate the "class" of test, e.g. histology vs cytology. Some lab vendors require that tests with specific procedure classes need to ordered separately. | |
tests.practice_created | integer | The id of the practice that created the test if practice created. | |
tests.lab_vendor | integer | The id of the lab vendor who provides the lab order test. | |
tests.compendium | integer | The id of the compendium provided the lab vendor that provides the lab order test. All tests in the same order MUST share the same compendium. | |
tests.cpts | List[integer] | A list of CPT codes associated with the lab order test. | |
tests.synonyms | List[string] | A list of synonyms that are useful when searching for a specific test. | |
tests.questions | List[AOEQuestion] | A list of Ask on Entry (AOE) Questions that need to be answered by the orderer when creating the order. | |
tests.created_date | datetime | Time at which Elation created this Lab Order Test. | |
tests.deleted_date | datetime | Time at which this Lab Order Test was deleted. Can happen when a lab order compendium update deprecates a test. | |
created_date | datetime | Time at which elation created this order. Can be different from chart_date when the order was imported into a chart from a different source and document_date when documenting an order that happened at some other time. | |
document_date | datetime | Time at which this order was created in whichever system created it. Could be historical or same as the create_date. | |
id | integer | The id of the lab order set in Elation's systems. Will be unique. | |
lab_vendor | integer | ||
name | string | The name of the lab order set. | |
practice | integer |