Explorar o código

Claim data structure spec

Vijayakrishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
e1c094574f
Modificáronse 1 ficheiros con 37 adicións e 0 borrados
  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)
+
+=====================================
+...