Skip to content

Commit 26cade8

Browse files
brendagutmanlledezma
authored andcommitted
Update observation and measurement CDM schemas to include the NPH specific field form_name
1 parent 498204a commit 26cade8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

data_steward/resource_files/schemas/cdm/clinical/measurement.json

+6
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,11 @@
117117
"name": "value_source_value",
118118
"mode": "nullable",
119119
"description": "The source value associated with the content of the value_as_number or value_as_concept_id as stored in the source data."
120+
},
121+
{
122+
"type": "string",
123+
"name": "form_name",
124+
"mode": "nullable",
125+
"description": ""
120126
}
121127
]

data_steward/resource_files/schemas/cdm/clinical/observation.json

+6
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,11 @@
124124
"name": "questionnaire_response_id",
125125
"mode": "nullable",
126126
"description": "An ID for a questionnaire response that produced this observation. This is applicable to AllOfUs questionnaire answers only. All answers with the same questionnaire response ID were submitted in the same response."
127+
},
128+
{
129+
"type": "string",
130+
"name": "form_name",
131+
"mode": "nullable",
132+
"description": ""
127133
}
128134
]

0 commit comments

Comments
 (0)