diff --git a/data_steward/resource_files/schemas/cdm/clinical/measurement.json b/data_steward/resource_files/schemas/cdm/clinical/measurement.json index e352df0eda..6e543b1df9 100644 --- a/data_steward/resource_files/schemas/cdm/clinical/measurement.json +++ b/data_steward/resource_files/schemas/cdm/clinical/measurement.json @@ -117,5 +117,11 @@ "name": "value_source_value", "mode": "nullable", "description": "The source value associated with the content of the value_as_number or value_as_concept_id as stored in the source data." + }, + { + "type": "string", + "name": "form_name", + "mode": "nullable", + "description": "" } ] \ No newline at end of file diff --git a/data_steward/resource_files/schemas/cdm/clinical/observation.json b/data_steward/resource_files/schemas/cdm/clinical/observation.json index 1046c83777..41e590660c 100644 --- a/data_steward/resource_files/schemas/cdm/clinical/observation.json +++ b/data_steward/resource_files/schemas/cdm/clinical/observation.json @@ -124,5 +124,11 @@ "name": "questionnaire_response_id", "mode": "nullable", "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." + }, + { + "type": "string", + "name": "form_name", + "mode": "nullable", + "description": "" } ] \ No newline at end of file