]> Softwares of Agnibho - simpleipd.git/blobdiff - www/forms/report-pct.schema.json
Added PCT
[simpleipd.git] / www / forms / report-pct.schema.json
diff --git a/www/forms/report-pct.schema.json b/www/forms/report-pct.schema.json
new file mode 100644 (file)
index 0000000..4127f26
--- /dev/null
@@ -0,0 +1,28 @@
+{
+    "$schema": "http://json-schema.org/draft/2020-12/schema",
+    "title": "pct",
+    "description": "Procalcitonin",
+    "type": "object",
+
+    "properties": {
+        "date": {
+            "description": "Date",
+            "type": "string",
+            "format": "date"
+        },
+        "time": {
+            "description": "Time",
+            "type": "string",
+            "format": "time"
+        },
+        "sample": {
+            "description": "Sample",
+            "type": "string"
+        },
+        "pct": {
+            "description": "Procalcitonin (ng/ml)",
+            "type": "number"
+        }
+    },
+    "required": ["date"]
+}