]> Softwares of Agnibho - simpleipd.git/blob - www/forms/report-serology.schema.json
47afe4407e9f7eb8fa844fe5e1d561e7456aceb4
[simpleipd.git] / www / forms / report-serology.schema.json
1 {
2 "$schema": "http://json-schema.org/draft/2020-12/schema",
3 "title": "serology",
4 "description": "Serology",
5 "type": "object",
6
7 "properties": {
8 "date": {
9 "description": "Sample Date",
10 "type": "string",
11 "format": "date"
12 },
13 "time": {
14 "description": "Sample Time",
15 "type": "string",
16 "format": "time"
17 },
18 "rdate": {
19 "description": "Report Date",
20 "type": "string",
21 "format": "date"
22 },
23 "rtime": {
24 "description": "Report Time",
25 "type": "string",
26 "format": "time"
27 },
28 "sample": {
29 "description": "Sample",
30 "type": "string"
31 },
32 "hbsag": {
33 "description": "HBsAg",
34 "type": "string"
35 },
36 "hbeag": {
37 "description": "HBeAg",
38 "type": "string"
39 },
40 "antihcv": {
41 "description": "Anti-HCV",
42 "type": "string"
43 },
44 "antihav": {
45 "description": "Anti-HAV",
46 "type": "string"
47 },
48 "antihev": {
49 "description": "Anti-HEV",
50 "type": "string"
51 },
52 "antihbs": {
53 "description": "Anti-HBs",
54 "type": "string"
55 },
56 "antihbc": {
57 "description": "Anti-HBc",
58 "type": "string"
59 },
60 "hbvdna": {
61 "description": "HBV DNA",
62 "type": "string"
63 },
64 "hcvrna": {
65 "description": "HCV RNA",
66 "type": "string"
67 },
68 "dengue_ns1": {
69 "description": "Dengue NS1",
70 "type": "string"
71 },
72 "dengue_igm": {
73 "description": "Dengue IgM",
74 "type": "string"
75 },
76 "chik_igm": {
77 "description": "Chikungunya IgM",
78 "type": "string"
79 },
80 "jap_e_igm": {
81 "description": "Japanese Encephalitis IgM",
82 "type": "string"
83 },
84 "scrub_igm": {
85 "description": "Scrub Typhus IgM",
86 "type": "string"
87 },
88 "lepto_igm": {
89 "description": "Leptospira IgM",
90 "type": "string"
91 }
92 },
93 "required": ["date"]
94 }