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.
zoo-api/examples/patient_base.2.json

21 lines
385 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"
}