You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/bdchm.schema.json
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,17 @@
148
148
"title": "BiologicProduct",
149
149
"type": "object"
150
150
},
151
+
"BodyPositionEnum": {
152
+
"description": "Values describing the body position of a patient during a measurement or observation.",
153
+
"enum": [
154
+
"SITTING_POSITION",
155
+
"ORTHOSTATIC_BODY_POSITION",
156
+
"SUPINE_BODY_POSITION",
157
+
"PRONE_BODY_POSITION"
158
+
],
159
+
"title": "BodyPositionEnum",
160
+
"type": "string"
161
+
},
151
162
"BodySite": {
152
163
"additionalProperties": false,
153
164
"description": "A site in the body of an organism, typically described in terms of an anatomical concept and optional qualifiers (e.g. left/right, upper/lower). But body sites as defined here may include non-canonical sites, such as an implanted medical device.",
@@ -1594,6 +1605,17 @@
1594
1605
"null"
1595
1606
]
1596
1607
},
1608
+
"body_position": {
1609
+
"$ref": "#/$defs/BodyPositionEnum",
1610
+
"description": "The position of the body that is the focus of this observation, if applicable."
1611
+
},
1612
+
"body_site": {
1613
+
"description": "The body site that is the focus of this observation, if applicable.",
1614
+
"type": [
1615
+
"string",
1616
+
"null"
1617
+
]
1618
+
},
1597
1619
"category": {
1598
1620
"description": "The general category of observation described",
0 commit comments