{
"id": 140781728825832,
"practice": 65540,
"patient": 64058687489,
"is_new": true, // true if the practice gave this injection, false if they only documented it
"reference_medication_id": 787838664751, // Required
"packaged_medication_id": 23903141936, // Nullable
"ndc": "10432-0146-03", // Required
"lot_number": "12345",
"expiration_date": "2024-10-31",
"dose": "20.000000000",
"dose_unit": "mL",
"dose_in_series": 2, // Number of this injection if it's one in a series
"manufacturer": "manufacturer name",
"method": "Intravenous",
"site": "Left Arm",
"contraindication": "reason for overriding any contraindications",
"reason": "reason for the injection",
"is_permanent": true,
"ordered_by": {
"type": "PhysicianUser",
"name": "Michaela Quinn, MD",
"user_id": 4
},
"given_by": {
"type": "ExternalUser",
"name": "External J. User",
"user_id": null
},
"given_date": "2024-10-29T19:28:37Z",
"notes": "miscellaneous notes",
"service_location_id": 24503845111,
"is_confidential": false,
"procedures": [ // Procedure and diagnosis codes for the injection
{
"code": "96372",
"modifier_1": "",
"modifier_2": "",
"modifier_3": "",
"modifier_4": "",
"dxs": [
{
"code": "D50.0",
"system": "ICD10CM"
},
{
"code": "D50.1",
"system": "ICD10CM"
},
{
"code": "R57.0",
"system": "ICD10CM"
},
{
"code": "R57.1",
"system": "ICD10CM"
}
]
},
{
"code": "99214",
"modifier_1": "",
"modifier_2": "",
"modifier_3": "",
"modifier_4": "",
"dxs": [
{
"code": "K70.0",
"system": "ICD10CM"
},
{
"code": "K70.1",
"system": "ICD10CM"
},
{
"code": "R57.0",
"system": "ICD10CM"
},
{
"code": "R57.1",
"system": "ICD10CM"
}
]
},
{
"code": "99396",
"modifier_1": "",
"modifier_2": "",
"modifier_3": "",
"modifier_4": "",
"dxs": [
{
"code": "R57.0",
"system": "ICD10CM"
},
{
"code": "R57.1",
"system": "ICD10CM"
}
]
}
],
"created_date": "2025-01-22T20:15:35Z",
"deleted_date": null
}