Skip to content

Commit

Permalink
Update observation and measurement CDM schemas to include the NPH spe…
Browse files Browse the repository at this point in the history
…cific field form_name
  • Loading branch information
brendagutman committed Apr 4, 2024
1 parent 08d3f0a commit 12cb8ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]

0 comments on commit 12cb8ed

Please sign in to comment.