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

39 lines
740 B
JSON

{
"//comment": "Patient that has passed away",
"bsn": 123451113,
"name": {
"firstname": "Abe",
"initials": "AGM",
"own_lastname": "Lincoln",
"infix_partner": "van",
"partner_lastname": "Dijk"
},
"gender": "M",
"dob": "1990-12-20",
"category": "V",
"doctor": 1051234,
"address": {
"street": "Dorpsstraat",
"housenumber": 1,
"housenumber_suffix": "-15",
"postcode": "9999AA",
"city": "Duckstad"
},
"contact": {
"tel": [
"+31201234567"
],
"email": [
"stovepipe@example.tld"
]
},
"insurance": {
"policy_number": "123456789012345",
"uzovi": 101
},
"patid": 1236,
"pat_unid": "123e4567-e89b-12d3-a456-426614174000",
"start_date": "1997-01-01",
"end_date": "2023-01-05",
"end_reason": "O"
}