You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
384 B
JSON
21 lines
384 B
JSON
{
|
|
"_comment": "Fairly minimal patient. Not insured, no contact info, no first name, no address info, etc.",
|
|
"bsn": 123451112,
|
|
"name": {
|
|
"firstname": "J.J.",
|
|
"initials": "JJ",
|
|
"own_lastname": "Jansen"
|
|
},
|
|
"gender": "M",
|
|
"category": "V",
|
|
"doctor": 1051234,
|
|
"contact": {
|
|
"tel": [
|
|
],
|
|
"email": [
|
|
]
|
|
},
|
|
"patid": 1235,
|
|
"pat_unid": "1235",
|
|
"start_date": "1900-01-01"
|
|
} |