]> Softwares of Agnibho - simpleipd.git/blob - www/forms/report-serology.schema.json
52ca12b15f164f70eec389f62db9f33adf69311a
[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": "Date",
10 "type": "string",
11 "format": "date"
12 },
13 "time": {
14 "description": "Time",
15 "type": "string",
16 "format": "time"
17 },
18 "sample": {
19 "description": "Sample",
20 "type": "string"
21 },
22 "hbsag": {
23 "description": "HBsAg",
24 "type": "string"
25 },
26 "hbeag": {
27 "description": "HBeAg",
28 "type": "string"
29 },
30 "antihcv": {
31 "description": "Anti-HCV",
32 "type": "string"
33 },
34 "antihav": {
35 "description": "Anti-HAV",
36 "type": "string"
37 },
38 "antihev": {
39 "description": "Anti-HEV",
40 "type": "string"
41 },
42 "antihbs": {
43 "description": "Anti-HBs",
44 "type": "string"
45 },
46 "antihbc": {
47 "description": "Anti-HBc",
48 "type": "string"
49 },
50 "hbvdna": {
51 "description": "HBV DNA",
52 "type": "string"
53 },
54 "hcvrna": {
55 "description": "HCV RNA",
56 "type": "string"
57 },
58 "dengue_ns1": {
59 "description": "Dengue NS1",
60 "type": "string"
61 },
62 "dengue_igm": {
63 "description": "Dengue IgM",
64 "type": "string"
65 },
66 "chik_igm": {
67 "description": "Chikungunya IgM",
68 "type": "string"
69 },
70 "jap_e_igm": {
71 "description": "Japanese Encephalitis IgM",
72 "type": "string"
73 },
74 "scrub_igm": {
75 "description": "Scrub Typhus IgM",
76 "type": "string"
77 },
78 "lepto_igm": {
79 "description": "Leptospira IgM",
80 "type": "string"
81 }
82 },
83 "required": ["date"]
84 }