-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
87 lines (85 loc) · 2.08 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"id":"patientRole",
"title":"patientRole",
"comment":"R [1..1] ПАЦИЕНТ (роль)",
"attributes":{},
"value":"null",
"child":[
{
"id":"idPatient",
"title":"id",
"comment":"R [1..1] Уникальный идентификатор пациента в МИС",
"attributes":{
"root":"1.2.643.5.1.13.13.12.2.77.9638.100.1.1.10",
"extension":"*"
},
"value":"null",
"child":[]
},
{
"id":"idSnils",
"title":"id",
"comment":"R [1..1] СНИЛС пациента",
"attributes":{
"root":"1.2.643.100.3",
"extension":"*"
},
"value":"null",
"child":[]
},
{
"id":"identity:IdentityDoc",
"title":"identity:IdentityDoc",
"comment":"[1..1] Документ, удостоверяющий личность пациента, серия, номер, кем выдан.",
"attributes":{
"nullFlavor":"NA"
},
"value":"null",
"child":[]
},
{
"id":"identity:InsurancePolicy",
"title":"identity:InsurancePolicy",
"comment":"R [1..1] Полис ОМС",
"attributes":{},
"value":"null",
"child":[
{
"id":"identity:InsurancePolicyType",
"title":"identity:InsurancePolicyType",
"comment":"R [1..1] Тип полиса ОМС",
"attributes":{
"xsi:type":"CD",
"code":"2",
"codeSystem":"1.2.643.5.1.13.13.11.1035",
"codeSystemVersion":"1.3",
"codeSystemName":"Виды полиса обязательного медицинского страхования",
"displayName":"Полис ОМС единого образца, бессрочный"
},
"value":"null",
"child":[]
},
{
"id":"identity:Series",
"title":"identity:Series",
"comment":"[0..1] Серия полиса ОМС",
"attributes":{
"nullFlavor":"NA"
},
"value":"null",
"child":[]
},
{
"id":"identity:Number",
"title":"identity:Number",
"comment":"R [1..1] Номер полиса ОМС",
"attributes":{
"xsi:type":"ST"
},
"value":"*",
"child":[]
}
]
}
]
}