Skip to content

Commit

Permalink
Updated models docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kachok committed Jun 1, 2014
1 parent eab5354 commit 9367a00
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/sections/results.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
###Object Schema:
```
var Result = {
"name": {type: string, required: true},
"code": {type: string, required: true},
"code_system_name": {type: string, required: true},
"results": [{cda_result}]
}
var cda_result = {
"date": [{cda_date}],
"identifiers": [{cda_id}],
"status": {type: string, required: true},
Expand All @@ -17,11 +24,6 @@ var Result = {
"low_unit": {type: string, required: false},
"high_value": {type: string, required: false},
"high_unit": {type: string, required: false}
},
"category": {
"name": {type: string, required: true},
"code": {type: string, required: true},
"code_system_name": {type: string, required: true}
}
}
```
Expand Down

0 comments on commit 9367a00

Please sign in to comment.