Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. {
  2. "resourceType": "Encounter",
  3. "status": "unknown",
  4. "class": {
  5. "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
  6. "code": "AMB"
  7. },
  8. "type": [
  9. {
  10. "coding": [
  11. {
  12. "system": "http://fhir.openmrs.org/code-system/encounter-type",
  13. "code": "d7151f82-c1f3-4152-a605-2f9ea7414a79",
  14. "display": "Visit Note"
  15. }
  16. ]
  17. }
  18. ],
  19. "subject": {
  20. "reference": "Patient/8c018248-4df5-41e0-9113-c51fa93db025",
  21. "type": "Patient",
  22. "display": "Buba Bib (OpenMRS ID: 10001V)"
  23. },
  24. "participant": [
  25. {
  26. "individual": {
  27. "reference": "Practitioner/f9badd80-ab76-11e2-9e96-0800200c9a66",
  28. "type": "Practitioner",
  29. "identifier": {
  30. "value": "UNKNOWN"
  31. },
  32. "display": "Super User (Identifier: UNKNOWN)"
  33. }
  34. }
  35. ],
  36. "period": {
  37. "start": "2022-10-20T10:51:01-04:00",
  38. "end": "2022-10-20T10:52:04-04:00"
  39. },
  40. "location": [
  41. {
  42. "location": {
  43. "reference": "Location/aff27d58-a15c-49a6-9beb-d30dcfc0c66e",
  44. "type": "Location",
  45. "display": "Amani Hospital"
  46. }
  47. }
  48. ],
  49. "partOf": {
  50. "reference": "Encounter/1cb142fd-e4dd-4bfe-9a51-ef48596ab626",
  51. "type": "Encounter"
  52. }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement