Advertisement
Guest User

Untitled

a guest
Nov 16th, 2021
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "resourceType": "Patient",
  3. "identifier": {
  4. "extension": [{
  5. "url": "http://fhir.openmrs.org/ext/patient/identifier#location",
  6. "valueReference": {
  7. "reference": "Location/92ab9667-4686-49af-8be8-65a4b58fc49c",
  8. "type": "Location"
  9.  
  10.  
  11. }
  12. }],
  13. "use": "official",
  14. "type": {
  15. "text": "Test Identifier Type"
  16. },
  17. "value": "123e"
  18. },
  19. "name": [
  20. {
  21. "given": [
  22. "Adam"
  23. ],
  24. "family": "John"
  25. }
  26. ],
  27. "gender": "male",
  28. "birthDate": "2004-08-12",
  29. "address": [
  30. {
  31. "state": "Mukono",
  32. "city": "Kampala",
  33. "country": "Uganda"
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement