فهرست منبع

Claim data structure spec

Vijayakrishnan 4 سال پیش
والد
کامیت
e1c094574f
1فایلهای تغییر یافته به همراه37 افزوده شده و 0 حذف شده
  1. 37 0
      spec/claim-data-strucure-spec.txt

+ 37 - 0
spec/claim-data-strucure-spec.txt

@@ -0,0 +1,37 @@
+
+api/claim/create
+
+=====================================
+
+{
+	note_uid: STRING,
+	lines: [
+		{
+			cpt: STRING,
+			date_of_service: DATE,
+			icds: [
+				{
+				code:
+				description:
+				}...
+			]
+		}....
+	]
+}
+
+=====================================
+
+CPT | DOS | ICD(s)
+code | desc (+)
+(+)
+
+[SUBMIT]
+
+-------------------------------------
+
+api/claim/update
+
+note_uid -> uid (claim->uid)
+
+=====================================
+...