Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. {
  2. "resourceType": "Bundle",
  3. "id": "xds",
  4. "meta": {
  5. "profile": [
  6. "http://ihe.net/fhir/tag/iti-65"
  7. ]
  8. },
  9. "type": "transaction",
  10. "entry": [{
  11. "fullUrl": "urn:uuid:3fdc72f4-a11d-4a9d-9260-a9f745779e1d",
  12. "resource": {
  13. "resourceType": "DocumentReference",
  14. "masterIdentifier": {
  15. "value": "urn:oid:1.2.42.20190402163318.71"
  16. },
  17. "class": {
  18. "coding": [ { "system": "http://dedalus.eu", "code": "0001", "display": "AttachedDocument" } ]
  19. },
  20. "status": "current",
  21. "type": {
  22. "coding": [{
  23. "system": "http://loinc.org",
  24. "code": "34133-9",
  25. "display": "Summary of episode note"
  26. }
  27. ]
  28. },
  29. "indexed": "2019-03-03T23:11:33+10:00",
  30. "content": [{
  31. "attachment": {
  32. "contentType": "text/plain",
  33. "url": "urn:uuid:da3e55f4-5552-11e9-8647-d663bd873d93"
  34. }
  35. }
  36. ],
  37. "context": {
  38. "related":[
  39. {
  40. "identifier":{
  41. "system": "eu.dedalus.dia.ais.ATHENA.reportCategoryCodes",
  42. "value": "I2019-1000552"
  43. }
  44. }
  45. ]
  46. }
  47. },
  48. "request": {
  49. "method": "POST",
  50. "url": "DocumentReference"
  51. }
  52. }, {
  53. "fullUrl": "urn:uuid:3fdc72f4-a11d-4a9d-9260-a9f745779e1e",
  54. "resource": {
  55. "resourceType": "DocumentManifest",
  56. "masterIdentifier": {
  57. "value": "urn:oid:1.2.42.20190402163318.72"
  58. },
  59. "status": "current",
  60. "type": {
  61. "coding": [{
  62. "system": "http://www.snomed.org",
  63. "code": "22232009",
  64. "display": "Hospital"
  65. }
  66. ],
  67. "text": "History and Physical"
  68. },
  69. "subject": {
  70. "reference": "http://192.168.223.205:8082/people.fhir/Patient/1073131"
  71. },
  72. "created": "2019-03-03T23:11:33+10:00",
  73. "source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1",
  74. "content": [{
  75. "pReference": {
  76. "reference": "urn:uuid:3fdc72f4-a11d-4a9d-9260-a9f745779e1d"
  77. }
  78. }
  79. ]
  80. }
  81. }, {
  82. "fullUrl": "urn:uuid:da3e55f4-5552-11e9-8647-d663bd873d93",
  83. "resource": {
  84. "resourceType": "Binary",
  85. "contentType": "text/plain",
  86. "content": "Rm91ciBTY29yZSBhbmQgc2V2ZW4gcGl6emFzIGFnby4KCg=="
  87. }
  88. }
  89. ]
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement