From 26cade862c309fa80658e81bc8cbfd2009539a1e Mon Sep 17 00:00:00 2001 From: brendagutman Date: Thu, 4 Apr 2024 10:19:50 -0500 Subject: [PATCH] Update observation and measurement CDM schemas to include the NPH specific field form_name --- .../resource_files/schemas/cdm/clinical/measurement.json | 6 ++++++ .../resource_files/schemas/cdm/clinical/observation.json | 6 ++++++ 2 files changed, 12 insertions(+) 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