@openmrs/esm-framework 6.2.1-pre.2777 → 6.2.1-pre.2779

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/API.md CHANGED
@@ -719,7 +719,7 @@ ___
719
719
 
720
720
  #### Defined in
721
721
 
722
- [packages/framework/esm-api/src/types/visit-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/visit-resource.ts#L16)
722
+ [packages/framework/esm-api/src/types/visit-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/visit-resource.ts#L18)
723
723
 
724
724
  ___
725
725
 
@@ -1457,6 +1457,20 @@ Note this is an alias for ListCheckedIcon
1457
1457
 
1458
1458
  ___
1459
1459
 
1460
+ ### DiagnosisTags
1461
+
1462
+ • `Const` **DiagnosisTags**: `React.FC`<`DiagnosisTagsProps`\>
1463
+
1464
+ This component takes a list of diagnoses and displays them as
1465
+ Carbon tags, with colors configured base on whether the diagnoses are primary
1466
+ or secondary.
1467
+
1468
+ #### Defined in
1469
+
1470
+ [packages/framework/esm-styleguide/src/diagnosis-tags/diagnosis-tags.component.tsx:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/diagnosis-tags/diagnosis-tags.component.tsx#L16)
1471
+
1472
+ ___
1473
+
1460
1474
  ### DocumentAttachmentIcon
1461
1475
 
1462
1476
  • `Const` **DocumentAttachmentIcon**: `MemoExoticComponent`<`ForwardRefExoticComponent`<[`IconProps`](API.md#iconprops) & `RefAttributes`<`SVGSVGElement`\>\>\>
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## Hierarchy
6
6
 
7
- - [`OpenmrsResource`](OpenmrsResource.md)
7
+ - [`OpenmrsResourceStrict`](OpenmrsResourceStrict.md)
8
8
 
9
9
  ↳ **`Concept`**
10
10
 
@@ -13,8 +13,12 @@
13
13
  ### Properties
14
14
 
15
15
  - [auditInfo](Concept.md#auditinfo)
16
+ - [conceptNameType](Concept.md#conceptnametype)
16
17
  - [display](Concept.md#display)
17
18
  - [links](Concept.md#links)
19
+ - [localPreferred](Concept.md#localpreferred)
20
+ - [locale](Concept.md#locale)
21
+ - [name](Concept.md#name)
18
22
  - [resourceVersion](Concept.md#resourceversion)
19
23
  - [uuid](Concept.md#uuid)
20
24
 
@@ -26,7 +30,7 @@
26
30
 
27
31
  #### Inherited from
28
32
 
29
- [OpenmrsResource](OpenmrsResource.md).[auditInfo](OpenmrsResource.md#auditinfo)
33
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[auditInfo](OpenmrsResourceStrict.md#auditinfo)
30
34
 
31
35
  #### Defined in
32
36
 
@@ -34,13 +38,23 @@
34
38
 
35
39
  ___
36
40
 
41
+ ### conceptNameType
42
+
43
+ • `Optional` **conceptNameType**: ``"FULLY_SPECIFIED"`` \| ``"SHORT"`` \| ``"INDEX_TERM"``
44
+
45
+ #### Defined in
46
+
47
+ [packages/framework/esm-api/src/types/concept-resource.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L7)
48
+
49
+ ___
50
+
37
51
  ### display
38
52
 
39
53
  • `Optional` **display**: `string`
40
54
 
41
55
  #### Inherited from
42
56
 
43
- [OpenmrsResource](OpenmrsResource.md).[display](OpenmrsResource.md#display)
57
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[display](OpenmrsResourceStrict.md#display)
44
58
 
45
59
  #### Defined in
46
60
 
@@ -54,7 +68,7 @@ ___
54
68
 
55
69
  #### Inherited from
56
70
 
57
- [OpenmrsResource](OpenmrsResource.md).[links](OpenmrsResource.md#links)
71
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[links](OpenmrsResourceStrict.md#links)
58
72
 
59
73
  #### Defined in
60
74
 
@@ -62,13 +76,43 @@ ___
62
76
 
63
77
  ___
64
78
 
79
+ ### localPreferred
80
+
81
+ • `Optional` **localPreferred**: `boolean`
82
+
83
+ #### Defined in
84
+
85
+ [packages/framework/esm-api/src/types/concept-resource.ts:6](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L6)
86
+
87
+ ___
88
+
89
+ ### locale
90
+
91
+ • `Optional` **locale**: `string`
92
+
93
+ #### Defined in
94
+
95
+ [packages/framework/esm-api/src/types/concept-resource.ts:5](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L5)
96
+
97
+ ___
98
+
99
+ ### name
100
+
101
+ • `Optional` **name**: `string`
102
+
103
+ #### Defined in
104
+
105
+ [packages/framework/esm-api/src/types/concept-resource.ts:4](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L4)
106
+
107
+ ___
108
+
65
109
  ### resourceVersion
66
110
 
67
111
  • `Optional` **resourceVersion**: `string`
68
112
 
69
113
  #### Inherited from
70
114
 
71
- [OpenmrsResource](OpenmrsResource.md).[resourceVersion](OpenmrsResource.md#resourceversion)
115
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[resourceVersion](OpenmrsResourceStrict.md#resourceversion)
72
116
 
73
117
  #### Defined in
74
118
 
@@ -82,7 +126,7 @@ ___
82
126
 
83
127
  #### Inherited from
84
128
 
85
- [OpenmrsResource](OpenmrsResource.md).[uuid](OpenmrsResource.md#uuid)
129
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[uuid](OpenmrsResourceStrict.md#uuid)
86
130
 
87
131
  #### Defined in
88
132
 
@@ -0,0 +1,122 @@
1
+ [@openmrs/esm-framework](../API.md) / ConceptClass
2
+
3
+ # Interface: ConceptClass
4
+
5
+ ## Hierarchy
6
+
7
+ - [`OpenmrsResourceStrict`](OpenmrsResourceStrict.md)
8
+
9
+ ↳ **`ConceptClass`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [auditInfo](ConceptClass.md#auditinfo)
16
+ - [description](ConceptClass.md#description)
17
+ - [display](ConceptClass.md#display)
18
+ - [links](ConceptClass.md#links)
19
+ - [name](ConceptClass.md#name)
20
+ - [resourceVersion](ConceptClass.md#resourceversion)
21
+ - [retired](ConceptClass.md#retired)
22
+ - [uuid](ConceptClass.md#uuid)
23
+
24
+ ## Properties
25
+
26
+ ### auditInfo
27
+
28
+ • `Optional` **auditInfo**: [`AuditInfo`](AuditInfo.md)
29
+
30
+ #### Inherited from
31
+
32
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[auditInfo](OpenmrsResourceStrict.md#auditinfo)
33
+
34
+ #### Defined in
35
+
36
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L16)
37
+
38
+ ___
39
+
40
+ ### description
41
+
42
+ • `Optional` **description**: `string`
43
+
44
+ #### Defined in
45
+
46
+ [packages/framework/esm-api/src/types/concept-resource.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L12)
47
+
48
+ ___
49
+
50
+ ### display
51
+
52
+ • `Optional` **display**: `string`
53
+
54
+ #### Inherited from
55
+
56
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[display](OpenmrsResourceStrict.md#display)
57
+
58
+ #### Defined in
59
+
60
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L14)
61
+
62
+ ___
63
+
64
+ ### links
65
+
66
+ • `Optional` **links**: [`Link`](Link.md)[]
67
+
68
+ #### Inherited from
69
+
70
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[links](OpenmrsResourceStrict.md#links)
71
+
72
+ #### Defined in
73
+
74
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L15)
75
+
76
+ ___
77
+
78
+ ### name
79
+
80
+ • `Optional` **name**: `string`
81
+
82
+ #### Defined in
83
+
84
+ [packages/framework/esm-api/src/types/concept-resource.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L11)
85
+
86
+ ___
87
+
88
+ ### resourceVersion
89
+
90
+ • `Optional` **resourceVersion**: `string`
91
+
92
+ #### Inherited from
93
+
94
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[resourceVersion](OpenmrsResourceStrict.md#resourceversion)
95
+
96
+ #### Defined in
97
+
98
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L17)
99
+
100
+ ___
101
+
102
+ ### retired
103
+
104
+ • `Optional` **retired**: `boolean`
105
+
106
+ #### Defined in
107
+
108
+ [packages/framework/esm-api/src/types/concept-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/concept-resource.ts#L13)
109
+
110
+ ___
111
+
112
+ ### uuid
113
+
114
+ • **uuid**: `string`
115
+
116
+ #### Inherited from
117
+
118
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[uuid](OpenmrsResourceStrict.md#uuid)
119
+
120
+ #### Defined in
121
+
122
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L13)
@@ -0,0 +1,178 @@
1
+ [@openmrs/esm-framework](../API.md) / Diagnosis
2
+
3
+ # Interface: Diagnosis
4
+
5
+ ## Hierarchy
6
+
7
+ - [`OpenmrsResourceStrict`](OpenmrsResourceStrict.md)
8
+
9
+ ↳ **`Diagnosis`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [auditInfo](Diagnosis.md#auditinfo)
16
+ - [certainty](Diagnosis.md#certainty)
17
+ - [diagnosis](Diagnosis.md#diagnosis)
18
+ - [display](Diagnosis.md#display)
19
+ - [encounter](Diagnosis.md#encounter)
20
+ - [formFieldNamespace](Diagnosis.md#formfieldnamespace)
21
+ - [formFieldPath](Diagnosis.md#formfieldpath)
22
+ - [links](Diagnosis.md#links)
23
+ - [patient](Diagnosis.md#patient)
24
+ - [rank](Diagnosis.md#rank)
25
+ - [resourceVersion](Diagnosis.md#resourceversion)
26
+ - [uuid](Diagnosis.md#uuid)
27
+
28
+ ## Properties
29
+
30
+ ### auditInfo
31
+
32
+ • `Optional` **auditInfo**: [`AuditInfo`](AuditInfo.md)
33
+
34
+ #### Inherited from
35
+
36
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[auditInfo](OpenmrsResourceStrict.md#auditinfo)
37
+
38
+ #### Defined in
39
+
40
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L16)
41
+
42
+ ___
43
+
44
+ ### certainty
45
+
46
+ • `Optional` **certainty**: `string`
47
+
48
+ #### Defined in
49
+
50
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L19)
51
+
52
+ ___
53
+
54
+ ### diagnosis
55
+
56
+ • `Optional` **diagnosis**: `Object`
57
+
58
+ #### Type declaration
59
+
60
+ | Name | Type |
61
+ | :------ | :------ |
62
+ | `coded?` | { `conceptClass`: [`ConceptClass`](ConceptClass.md) ; `datatype`: [`OpenmrsResource`](OpenmrsResource.md) ; `display?`: `string` ; `name`: [`Concept`](Concept.md) ; `uuid`: `string` } |
63
+ | `coded.conceptClass` | [`ConceptClass`](ConceptClass.md) |
64
+ | `coded.datatype` | [`OpenmrsResource`](OpenmrsResource.md) |
65
+ | `coded.display?` | `string` |
66
+ | `coded.name` | [`Concept`](Concept.md) |
67
+ | `coded.uuid` | `string` |
68
+ | `nonCoded?` | `string` |
69
+
70
+ #### Defined in
71
+
72
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:7](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L7)
73
+
74
+ ___
75
+
76
+ ### display
77
+
78
+ • `Optional` **display**: `string`
79
+
80
+ #### Inherited from
81
+
82
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[display](OpenmrsResourceStrict.md#display)
83
+
84
+ #### Defined in
85
+
86
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L14)
87
+
88
+ ___
89
+
90
+ ### encounter
91
+
92
+ • `Optional` **encounter**: [`Encounter`](Encounter.md)
93
+
94
+ #### Defined in
95
+
96
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:18](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L18)
97
+
98
+ ___
99
+
100
+ ### formFieldNamespace
101
+
102
+ • `Optional` **formFieldNamespace**: `string`
103
+
104
+ #### Defined in
105
+
106
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L21)
107
+
108
+ ___
109
+
110
+ ### formFieldPath
111
+
112
+ • `Optional` **formFieldPath**: `string`
113
+
114
+ #### Defined in
115
+
116
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L22)
117
+
118
+ ___
119
+
120
+ ### links
121
+
122
+ • `Optional` **links**: [`Link`](Link.md)[]
123
+
124
+ #### Inherited from
125
+
126
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[links](OpenmrsResourceStrict.md#links)
127
+
128
+ #### Defined in
129
+
130
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L15)
131
+
132
+ ___
133
+
134
+ ### patient
135
+
136
+ • `Optional` **patient**: [`Patient`](Patient.md)
137
+
138
+ #### Defined in
139
+
140
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L17)
141
+
142
+ ___
143
+
144
+ ### rank
145
+
146
+ • `Optional` **rank**: `number`
147
+
148
+ #### Defined in
149
+
150
+ [packages/framework/esm-api/src/types/diagnosis-resource.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/diagnosis-resource.ts#L20)
151
+
152
+ ___
153
+
154
+ ### resourceVersion
155
+
156
+ • `Optional` **resourceVersion**: `string`
157
+
158
+ #### Inherited from
159
+
160
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[resourceVersion](OpenmrsResourceStrict.md#resourceversion)
161
+
162
+ #### Defined in
163
+
164
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L17)
165
+
166
+ ___
167
+
168
+ ### uuid
169
+
170
+ • **uuid**: `string`
171
+
172
+ #### Inherited from
173
+
174
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[uuid](OpenmrsResourceStrict.md#uuid)
175
+
176
+ #### Defined in
177
+
178
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L13)
@@ -0,0 +1,177 @@
1
+ [@openmrs/esm-framework](../API.md) / Encounter
2
+
3
+ # Interface: Encounter
4
+
5
+ ## Hierarchy
6
+
7
+ - [`OpenmrsResourceStrict`](OpenmrsResourceStrict.md)
8
+
9
+ ↳ **`Encounter`**
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [auditInfo](Encounter.md#auditinfo)
16
+ - [diagnoses](Encounter.md#diagnoses)
17
+ - [display](Encounter.md#display)
18
+ - [encounterDateTime](Encounter.md#encounterdatetime)
19
+ - [encounterProviders](Encounter.md#encounterproviders)
20
+ - [encounterType](Encounter.md#encountertype)
21
+ - [links](Encounter.md#links)
22
+ - [location](Encounter.md#location)
23
+ - [obs](Encounter.md#obs)
24
+ - [patient](Encounter.md#patient)
25
+ - [resourceVersion](Encounter.md#resourceversion)
26
+ - [uuid](Encounter.md#uuid)
27
+ - [visit](Encounter.md#visit)
28
+
29
+ ## Properties
30
+
31
+ ### auditInfo
32
+
33
+ • `Optional` **auditInfo**: [`AuditInfo`](AuditInfo.md)
34
+
35
+ #### Inherited from
36
+
37
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[auditInfo](OpenmrsResourceStrict.md#auditinfo)
38
+
39
+ #### Defined in
40
+
41
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L16)
42
+
43
+ ___
44
+
45
+ ### diagnoses
46
+
47
+ • `Optional` **diagnoses**: [`Diagnosis`](Diagnosis.md)[]
48
+
49
+ #### Defined in
50
+
51
+ [packages/framework/esm-api/src/types/encounter-resource.ts:16](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L16)
52
+
53
+ ___
54
+
55
+ ### display
56
+
57
+ • `Optional` **display**: `string`
58
+
59
+ #### Inherited from
60
+
61
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[display](OpenmrsResourceStrict.md#display)
62
+
63
+ #### Defined in
64
+
65
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L14)
66
+
67
+ ___
68
+
69
+ ### encounterDateTime
70
+
71
+ • `Optional` **encounterDateTime**: `string`
72
+
73
+ #### Defined in
74
+
75
+ [packages/framework/esm-api/src/types/encounter-resource.ts:9](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L9)
76
+
77
+ ___
78
+
79
+ ### encounterProviders
80
+
81
+ • `Optional` **encounterProviders**: [`OpenmrsResource`](OpenmrsResource.md)[]
82
+
83
+ #### Defined in
84
+
85
+ [packages/framework/esm-api/src/types/encounter-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L15)
86
+
87
+ ___
88
+
89
+ ### encounterType
90
+
91
+ • `Optional` **encounterType**: [`EncounterType`](EncounterType.md)
92
+
93
+ #### Defined in
94
+
95
+ [packages/framework/esm-api/src/types/encounter-resource.ts:12](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L12)
96
+
97
+ ___
98
+
99
+ ### links
100
+
101
+ • `Optional` **links**: [`Link`](Link.md)[]
102
+
103
+ #### Inherited from
104
+
105
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[links](OpenmrsResourceStrict.md#links)
106
+
107
+ #### Defined in
108
+
109
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:15](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L15)
110
+
111
+ ___
112
+
113
+ ### location
114
+
115
+ • `Optional` **location**: `Location`
116
+
117
+ #### Defined in
118
+
119
+ [packages/framework/esm-api/src/types/encounter-resource.ts:11](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L11)
120
+
121
+ ___
122
+
123
+ ### obs
124
+
125
+ • `Optional` **obs**: [`Obs`](Obs.md)[]
126
+
127
+ #### Defined in
128
+
129
+ [packages/framework/esm-api/src/types/encounter-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L13)
130
+
131
+ ___
132
+
133
+ ### patient
134
+
135
+ • `Optional` **patient**: [`Patient`](Patient.md)
136
+
137
+ #### Defined in
138
+
139
+ [packages/framework/esm-api/src/types/encounter-resource.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L10)
140
+
141
+ ___
142
+
143
+ ### resourceVersion
144
+
145
+ • `Optional` **resourceVersion**: `string`
146
+
147
+ #### Inherited from
148
+
149
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[resourceVersion](OpenmrsResourceStrict.md#resourceversion)
150
+
151
+ #### Defined in
152
+
153
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:17](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L17)
154
+
155
+ ___
156
+
157
+ ### uuid
158
+
159
+ • **uuid**: `string`
160
+
161
+ #### Inherited from
162
+
163
+ [OpenmrsResourceStrict](OpenmrsResourceStrict.md).[uuid](OpenmrsResourceStrict.md#uuid)
164
+
165
+ #### Defined in
166
+
167
+ [packages/framework/esm-api/src/types/openmrs-resource.ts:13](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/openmrs-resource.ts#L13)
168
+
169
+ ___
170
+
171
+ ### visit
172
+
173
+ • `Optional` **visit**: [`Visit`](Visit.md)
174
+
175
+ #### Defined in
176
+
177
+ [packages/framework/esm-api/src/types/encounter-resource.ts:14](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-api/src/types/encounter-resource.ts#L14)