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.1.json

39 lines
740 B
JSON

{
"//comment": "A common patient: Insured, with contact info.",
"bsn": 123451111,
"name": {
"firstname": "Marie Antoinette",
"initials": "MA",
"infix_own": "de",
"own_lastname": "Villepin",
"infix_partner": "van der",
"partner_lastname": "Dussen"
},
"gender": "V",
"dob": "1970-07-01",
"category": "V",
"doctor": 1051234,
"address": {
"street": "Lange Geer",
"housenumber": 4,
"housenumber_suffix": "A",
"postcode": "2611PV",
"city": "Delft"
},
"contact": {
"tel": [
"+31612345678",
"+31701234567"
],
"email": [
"marie.de.villepin@example.tld"
]
},
"insurance": {
"policy_number": "123456789012345",
"uzovi": 3331
},
"patid": 1234,
"pat_unid": "1234",
"start_date": "1994-08-20"
}