UNPKG

1.34 kBJSONView Raw
1{
2 "properties": {
3 "patientId": {
4 "description": "Object containing patient's data",
5 "type": "object",
6 "properties": {
7 "address": {
8 "description": "Postal Address",
9 "type": "string"
10 },
11 "dateOfBirth": {
12 "description": "Date of Birth: JavaScript Date().getTime() format",
13 "type": "string"
14 },
15 "department": {
16 "description": "Department category",
17 "type": "string"
18 },
19 "gender": {
20 "description": "Patient's Gender (Male/Female)",
21 "type": "string"
22 },
23 "gpAddress": {
24 "description": "GP's address",
25 "type": "string"
26 },
27 "gpName": {
28 "description": "GP's Name",
29 "type": "string"
30 },
31 "id": {
32 "description": "Patient's Id",
33 "type": "string"
34 },
35 "name": {
36 "description": "Patient's Name",
37 "type": "string"
38 },
39 "nhsNumber": {
40 "description": "NHS Number",
41 "type": "string"
42 },
43 "pasNo": {
44 "description": "PAS-specific Patient Identifier",
45 "type": "string"
46 },
47 "phone": {
48 "description": "User's Phone No",
49 "type": "string"
50 }
51 }
52 }
53 }
54}