Skip to content

Commit

Permalink
Json format
Browse files Browse the repository at this point in the history
  • Loading branch information
aiaragomes committed Aug 9, 2023
1 parent 353ff65 commit a961c17
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ and adhering to the following standard:

``` json
{
'id': {
'description': 'patient identifier',
'type': 'string'
},
'stage': {
'description': 'patient overall stage',
'type': 'categorical'
},
'date_of_diagnosis': {
'description': 'date the patient was diagnosed',
'type': 'string',
'format': '%Y-%m-%d'
},
'date_of_fu': {
'description': 'date the patient had the last follow up visit',
'type': 'string',
'format': '%Y-%m-%d'
},
'vital_status': {
'description': 'patient vital status',
'type': 'categorical',
'values': ['alive', 'dead']
},
'centre': {
'description': 'hospital identifier',
'type': 'string'
}
'id': {
'description': 'patient identifier',
'type': 'string'
},
'stage': {
'description': 'patient overall stage',
'type': 'categorical'
},
'date_of_diagnosis': {
'description': 'date the patient was diagnosed',
'type': 'string',
'format': '%Y-%m-%d'
},
'date_of_fu': {
'description': 'date the patient had the last follow up visit',
'type': 'string',
'format': '%Y-%m-%d'
},
'vital_status': {
'description': 'patient vital status',
'type': 'categorical',
'values': ['alive', 'dead']
},
'centre': {
'description': 'hospital identifier',
'type': 'string'
}
}
```

Expand Down

0 comments on commit a961c17

Please sign in to comment.