You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

patient.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "active": true,
  3. "address": [
  4. {
  5. "city": "Amsterdam",
  6. "country": "NLD",
  7. "line": [ "Van Egmondkade 23" ],
  8. "postalCode": "1024 RJ",
  9. "use": "home"
  10. }
  11. ],
  12. "birthDate": "1944-11-17",
  13. "communication": [
  14. {
  15. "language": {
  16. "coding": [
  17. {
  18. "code": "nl",
  19. "display": "Dutch",
  20. "system": "urn:ietf:bcp:47"
  21. }
  22. ],
  23. "text": "Nederlands"
  24. },
  25. "preferred": true
  26. }
  27. ],
  28. "contact": [
  29. {
  30. "name": {
  31. "family": [ "Abels" ],
  32. "given": [ "Sarah" ],
  33. "use": "usual"
  34. },
  35. "relationship": [
  36. {
  37. "coding": [
  38. {
  39. "code": "partner",
  40. "system": "http://hl7.org/fhir/patient-contact-relationship"
  41. }
  42. ]
  43. }
  44. ],
  45. "telecom": [
  46. {
  47. "system": "phone",
  48. "use": "mobile",
  49. "value": "0690383372"
  50. }
  51. ]
  52. }
  53. ],
  54. "deceasedBoolean": false,
  55. "gender": "male",
  56. "id": "f001",
  57. "identifier": [
  58. {
  59. "system": "urn:oid:2.16.840.1.113883.2.4.6.3",
  60. "use": "usual",
  61. "value": "738472983"
  62. }
  63. ],
  64. "managingOrganization": {
  65. "display": "Burgers University Medical Centre",
  66. "reference": "Organization/f001"
  67. },
  68. "maritalStatus": {
  69. "coding": [
  70. {
  71. "code": "M",
  72. "display": "Married",
  73. "system": "http://hl7.org/fhir/v3/MaritalStatus"
  74. }
  75. ],
  76. "text": "Getrouwd"
  77. },
  78. "multipleBirthBoolean": true,
  79. "name": [
  80. {
  81. "family": [ "van de Heuvel" ],
  82. "given": [ "Pieter" ],
  83. "suffix": [ "MSc" ],
  84. "use": "usual"
  85. }
  86. ],
  87. "photo": [],
  88. "resourceType": "Patient",
  89. "telecom": [
  90. {
  91. "system": "phone",
  92. "use": "mobile",
  93. "value": "0648352638"
  94. },
  95. {
  96. "system": "email",
  97. "use": "home",
  98. "value": "p.heuvel@gmail.com"
  99. }
  100. ]
  101. }