{"info":{"_postman_id":"3d47dab4-e5ff-4e53-85fd-e53659614b24","name":"Commure FHIR API","description":"Welcome to the Commure API for platform developers. The majority\n of endpoints documented here are specified by the FHIR standard for health care data exchange,\n published by HL7®.(http://hl7.org/fhir/).\n\nThis collection is a tool to learn how to use Commure API and is intended for development purpose, it should not be used in any production environment.\n\n\n\n# How to authenticate\nOnce you are signed up, there are two ways to authenticate with Commure’s Server:\n\n## Alternative A:\n\nClick the “View more actions” button of the Collection > Click “Edit” > Go to the variables tab and update only the tenant-id field (both initial value and current value) The tenant-id is the suffix on the baseurl when you sign in to the Commure’s Developer Platform. For example: in https://dashboard-99750511.developer.commure.com/smart/dashboard/ the tenant id is: 99750511. After updating this field please click “Update” at the bottom right corner of the window. \n\nNow click again the “View more actions” button of the Collection > Click “Edit” > and this time, go to the authorization tab > select Oauth2 as the authorization method > Click “Get New Access Token” > Fill the fields with your tenant information. \n\n> Remember to remove the blank space between the Curly braces `{ {tenant-id}}`\n\n\n * Callback url: http://localhost:1234/callback. \n * Auth url: `https://api-{ {tenant-id}}.developer.commure.com/auth/authorize`\n * Access Token url: `https://api-{ {tenant-id}}.developer.commure.com/auth/token`\n * client-id: smart_hello_world\n * Scope: openid email\n * Leave Client Secret and State empty.\n\n \nAfter filling in the details, please Click in “Request Token” > In the next window Click “Use Token” >Once that window closes please click “Update”\n\n## Alternative B:\n\nIn your browser go to the /auth endpoint, and get the authorization token, then use the token as a bearer in every request you want to make to our servers.\n\n> Note: If you get a 404 SSL error, you forgot to set the tenant-id variable on the collections variables, or you have a wrong base URL.\n\n\nContact Support:\n\nName: Commure\n \nEmail: dev-support@commure.com","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"api/v1","item":[{"name":"{fhir version}","item":[{"name":"{type}","item":[{"name":"{id}","item":[{"name":" history","item":[{"name":"Get the version history of a resource","id":"ed460abe-5352-4f7a-ad4d-ec21423e80c7","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/_history","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","_history"],"variable":[{"id":"acc985c3-80d5-4c11-bf56-640d06584800","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"7c27fa2d-71c3-4274-8dfb-955e0631dfbe","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"},{"id":"6d656124-cb52-4b5c-8b22-861d59c018a2","key":"id","value":"","type":"string","description":"(Required) the Logical Id of a resource"}]}},"response":[{"id":"9bd33b06-79e8-47c0-a45d-5348be269447","name":"a Bundle with type set to history containing the specified version history, sorted with oldest versions last, and including deleted resources","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/_history","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","_history"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Get a specific version of a resource","id":"88672ea7-b06f-4f27-8776-b58cb1ce63a6","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/_history/:vid","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","_history",":vid"],"variable":[{"id":"9db94949-17a9-4653-bad1-660fff91334a","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"fa255706-6172-42ca-aefb-c7c66d00db9b","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"},{"id":"7db1f91c-0d33-4828-8282-1b76c80c4c01","key":"id","value":"","type":"string","description":"(Required) the Logical Id of a resource"},{"id":"bf431dbb-b9ba-4ce6-a35e-5a76083fc8d7","key":"vid","value":"","type":"string","description":"(Required) the Version Id of a resource"}]}},"response":[{"id":"33002b72-7c80-4f5d-bcd8-2d363ff65298","name":"a single instance with the content specified for the resource type for that version of the resource","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/_history/:vid","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","_history",":vid"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"},{"key":"vid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":"","key":"ETag","value":""},{"description":"","key":"Last-Modified","value":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"45ad2c2c-32ee-4633-bf2c-b52129011843","name":"unknown resource","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/_history/:vid","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","_history",":vid"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"},{"key":"vid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"717718c5-4e64-4b2d-b665-340c0cff4dab","name":"deleted resource","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/_history/:vid","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","_history",":vid"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"},{"key":"vid"}]}},"status":"Gone","code":410,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"edc745d0-2d9a-4e33-a932-0d8471af0b6a"},{"name":"Get a resource","id":"88146dc1-818a-4bb9-948c-51456386b0e2","request":{"method":"GET","header":[{"description":"header containing the Version Id of a resource (e.g. W/'23')","key":"Etag","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Modified-Since","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-None-Match","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"id":"ff6bc7b0-ff0a-4349-8db5-ce88907b03ad","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"bb5d8dd5-dcaf-40f7-a3bb-faaecf657954","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"},{"id":"126d0e00-d3a5-4188-9e78-9893a6fb2e09","key":"id","value":"","type":"string","description":"(Required) the Logical Id of a resource"}]}},"response":[{"id":"6eb041ad-f2cb-45ff-9a23-19c2a76db53a","name":"unknown resource","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header containing the Version Id of a resource (e.g. W/'23')","key":"Etag","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Modified-Since","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-None-Match","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"720fb225-aa16-49b2-9648-86fd2e3dde10","name":"a single instance with the content specified for the resource type","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header containing the Version Id of a resource (e.g. W/'23')","key":"Etag","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Modified-Since","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-None-Match","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":"","key":"ETag","value":""},{"description":"","key":"Last-Modified","value":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7892581b-4e90-4510-89dc-a3434b872f15","name":"deleted resource","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header containing the Version Id of a resource (e.g. W/'23')","key":"Etag","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Modified-Since","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-None-Match","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Gone","code":410,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"85452ce4-bbe4-45bf-a9e4-b7845bd8346d","name":"resource not modified","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header containing the Version Id of a resource (e.g. W/'23')","key":"Etag","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Modified-Since","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-None-Match","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Not Modified","code":304,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}]},{"name":"Update a resource","id":"602f3420-0684-44c9-a750-9f867013155b","request":{"method":"PUT","header":[{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"id":"3fc7a1a7-34b7-4dad-b9bf-60371ea04816","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"2e2db8de-221e-4c22-97e5-222a23d5f2f1","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"},{"id":"4d5e70c7-99c6-4595-a408-f2989ffc7c1c","key":"id","value":"","type":"string","description":"(Required) the Logical Id of a resource"}]}},"response":[{"id":"0e33d3e0-7041-4200-bff0-ad0d418f783b","name":"resource updated","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"description":"","key":"ETag","value":""},{"description":"","key":"Last-Modified","value":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"14fb247f-76fb-4d7a-a97b-6f134f4d95c8","name":"resource not modified","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Not Modified","code":304,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"18a06413-585e-42dc-a83d-30062a8120a0","name":"authorization is required for the interaction that was attempted","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1a0d9761-aae1-4870-8dbd-c1568125b7ed","name":"no If-Match header found","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"1dc66776-a44f-41ef-a012-aeda6d6f9f3c","name":"resource type not supported, or not a FHIR end-point","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6cc41d3c-de0f-4a3c-a7d9-504f632ebf03","name":"the resource did not exist prior to the update, and the server does not allow client defined ids","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6e200d8c-a5a5-4edc-9b4e-aa46a150977c","name":"the version id given in the If-Match header does not match","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"99d1d942-4e50-4914-b7c7-d72899efaf81","name":"resource created","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"description":"","key":"ETag","value":""},{"description":"","key":"Last-Modified","value":""},{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ba2b2f88-6e22-474e-946a-ca642e514fe5","name":"resource could not be parsed or failed basic FHIR validation rules (or multiple matches were found for conditional criteria)","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bfa1c415-6c46-4468-a29b-d32d3c05d1e0","name":"the proposed resource violated applicable FHIR profiles or server business rules","originalRequest":{"method":"PUT","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"header indicating a conditional read, if used client SHALL accept a 304 Not Modified response","key":"If-Match","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Delete a resource","id":"6ea26921-6018-4a39-8ad9-eccf93a64257","request":{"method":"DELETE","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id?search parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"query":[{"description":"optional search parameters for conditional delete","key":"search parameters","value":""}],"variable":[{"id":"78fb0c58-ba6d-4ff1-930c-b897bfa56965","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"d90d3cf0-a024-456a-b2da-550a1afe1245","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"},{"id":"6f411426-bace-40ab-ac53-efbfc9d95ec4","key":"id","value":"","type":"string","description":"(Required) the Logical Id of a resource"}]}},"response":[{"id":"336d7108-12c1-41f5-9337-e292aedb2624","name":"resource deleted","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id?search parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"query":[{"key":"search parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"description":"","key":"ETag","value":""},{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"46077897-83cc-477e-8504-1a77ff65f546","name":"issue deleting resource, e.g. referential integrity","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id?search parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"query":[{"key":"search parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"49b7beff-79d2-4aa8-890c-6bdacf21d84f","name":"deletion not allowed","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id?search parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"query":[{"key":"search parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fea42cf0-e13b-414c-9e4a-1e1ecbe4ca33","name":"conditional delete criteria not selective enough","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id?search parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"query":[{"key":"search parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ff045aa9-4bf8-4bc2-961a-714c8519db61","name":"resource deleted","originalRequest":{"method":"DELETE","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id?search parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id"],"query":[{"key":"search parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"description":"","key":"ETag","value":""},{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}]},{"name":"Apply FHIRPatch for STU3 resources","id":"c3aeb4a4-9c4c-4e33-87d8-b1c00912458a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"operation\": [\n {\n \"type\": \"\"\n },\n {\n \"type\": \"\"\n }\n ]\n },\n {\n \"operation\": [\n {\n \"type\": \"\"\n },\n {\n \"type\": \"\"\n }\n ]\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$fhir-patch","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$fhir-patch"],"variable":[{"id":"902399f2-7f70-40bb-bf80-ddc6312de483","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"721442c1-554d-407f-8930-6e27e85389ea","key":"id","value":"","type":"string","description":"(Required) id of the instance"},{"id":"841dada3-f2cb-49a8-95a0-8deec628eb54","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]}},"response":[{"id":"adec9335-0177-43af-bd4d-8760ddd00310","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"operation\": [\n {\n \"type\": \"\"\n },\n {\n \"type\": \"\"\n }\n ]\n },\n {\n \"operation\": [\n {\n \"type\": \"\"\n },\n {\n \"type\": \"\"\n }\n ]\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$fhir-patch","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$fhir-patch"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e649cca8-3c3b-423e-8cec-c79a6328a6cf","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"operation\": [\n {\n \"type\": \"\"\n },\n {\n \"type\": \"\"\n }\n ]\n },\n {\n \"operation\": [\n {\n \"type\": \"\"\n },\n {\n \"type\": \"\"\n }\n ]\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$fhir-patch","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$fhir-patch"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Apply JSON patch as extended operation","id":"fb6c8b6a-27ac-4bbe-b2dc-f3cebcfe70fd","request":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$commure-json-patch?patch=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$commure-json-patch"],"query":[{"description":"(Required) JSON Patch to apply, serialized as string","key":"patch","value":""}],"variable":[{"id":"398f9d48-c22e-4f5e-8ed9-73db7b6b84ba","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"7bef18ba-0c68-49e1-9196-fd5ce06c5fdc","key":"id","value":"","type":"string","description":"(Required) id of the instance"},{"id":"d4d0a626-8d1f-486e-841c-a20faa670f4b","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]}},"response":[{"id":"6704c75e-fa2d-4fb7-ab6b-bb77452b3ee4","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$commure-json-patch?patch=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$commure-json-patch"],"query":[{"key":"patch","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f69c2f65-124f-4da3-ac19-a138e5014470","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$commure-json-patch?patch=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$commure-json-patch"],"query":[{"key":"patch","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Validate a resource","id":"95444211-46c0-459d-9b24-53b1eb5f9ca3","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"resource\": \"\"\n },\n {\n \"resource\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$validate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$validate"],"variable":[{"id":"c9492c26-82ba-4693-b0f2-faa160a97d84","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"1dda8f8f-9496-40b0-a51a-aecb5ae0dfcd","key":"id","value":"","type":"string","description":"(Required) id of the instance"},{"id":"6ebd5c9e-1d69-49c9-b169-6ce25e5514a3","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]},"description":"The validate operation checks whether the attached content would be acceptable either generally, as a create, an update or as a delete to an existing resource. The action the server takes depends on the mode parameter: \n\n* [mode not provided]: The server checks the content of the resource against any schema, constraint rules, and other general terminology rules \n* create: The server checks the content, and then checks that the content would be acceptable as a create (e.g. that the content would not violate any uniqueness constraints) \n* update: The server checks the content, and then checks that it would accept it as an update against the nominated specific resource (e.g. that there are no changes to immutable fields the server does not allow to change, and checking version integrity if appropriate) \n* delete: The server ignores the content, and checks that the nominated resource is allowed to be deleted (e.g. checking referential integrity rules) \n\nModes update and delete can only be used when the operation is invoked at the resource instance level. The return from this operation is an [OperationOutcome](https://www.hl7.org/fhir/operationoutcome.html)\n\nNote that this operation is not the only way to validate resources - see [Validating Resources](https://www.hl7.org/fhir/validation.html) for further information."},"response":[{"id":"4119df85-4511-4a6e-9fae-ddb1c503d825","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"resource\": \"\"\n },\n {\n \"resource\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$validate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$validate"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"d5ed1623-70ea-43cf-95a2-d96bf9fff9a8","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"resource\": \"\"\n },\n {\n \"resource\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/:id/$validate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type",":id","$validate"],"variable":[{"key":"fhir_version"},{"key":"type"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"b90e112a-abfd-4da5-9cf6-14f7f2d981dc"},{"name":"Search resources of a type","id":"2f6ac1eb-997c-474b-a052-3ca066db069a","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"query":[{"description":"search criteria","key":"parameters","value":""}],"variable":[{"id":"952d6f81-e548-4aef-a7fc-279193bcf673","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"692f7fc9-dbfb-4a77-b482-7157b5a51247","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]}},"response":[{"id":"3d563e3c-d6b0-4857-a856-404fb95df1a7","name":"resource type not supported, or not a FHIR end-point","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"936264a7-08f5-4647-b5b7-6c36bc910682","name":"successful search","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bb8c6dd2-2625-48f1-9023-15b913de93dd","name":"authorization is required for the interaction that was attempted","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f6e7c239-e241-49b8-8d3b-6fe03044a630","name":"search could not be processed or failed basic FHIR validation rules","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Create a resource","id":"9ee2f047-5d9e-4f91-bff8-797692a47059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"resourceType\": \"Bundle\",\n \"type\": \"collection\",\n \"entry\": [\n {\n \"resource\": {\n \"resourceType\": \"Procedure\",\n \"extension\": [\n {\n \"url\": \"https://commure.com/fhir/StructureDefinition/scenario-builder-count\",\n \"valueRange\": {\n \"low\": {\n \"value\": 1\n },\n \"high\": {\n \"value\": 3\n }\n }\n },\n {\n \"url\": \"https://commure.com/fhir/StructureDefinition/scenario-builder-id\",\n \"valueString\": \"my-procedure-id\"\n }\n ],\n \"status\": \"on-hold\",\n \"subject\": {\n \"display\": \"sdfdf\"\n },\n \"performedRange\": {\n \"low\": {\n \"value\": 1\n },\n \"high\": {\n \"value\": 3\n }\n }\n }\n },\n {\n \"resource\": {\n \"resourceType\": \"Patient\",\n \"extension\": [\n {\n \"url\": \"https://commure.com/fhir/StructureDefinition/scenario-builder-count\",\n \"valueRange\": {\n \"low\": {\n \"value\": 1\n },\n \"high\": {\n \"value\": 3\n }\n }\n },\n {\n \"url\": \"https://commure.com/fhir/StructureDefinition/scenario-builder-id\",\n \"valueString\": \"LiverPatient\"\n }\n ]\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"id":"9702247f-d410-4ab3-9c50-b1ead166cdbd","key":"fhir_version","value":"r4","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"65bb460e-24e4-4b6f-8add-65d39d959595","key":"type","value":"Bundle","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]}},"response":[{"id":"11d61b52-aee4-4e7c-a900-3d9322a05c94","name":"conditional create criteria were not selective enough","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"23e7f792-d46d-4fef-99da-c0c28dc06dfd","name":"resource type not supported, or not a FHIR end-point","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5912fb76-59f6-483d-b36c-357b7d629dad","name":"conditional create resource already exists","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"76605033-1b68-45dc-a211-145addbaa961","name":"resource created","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"description":"","key":"Location","value":""},{"description":"","key":"ETag","value":""},{"description":"","key":"Last-Modified","value":""},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"86c6fefa-ea64-4428-a20e-fee7b273ab46","name":"the proposed resource violated applicable FHIR profiles or server business rules","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e334a572-7018-4c4f-9845-156faab7dfa9","name":"resource could not be parsed or failed basic FHIR validation rules","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"create a new resource only if some equivalent resource does not already exist on the server. The client defines what equivalence means in this case by supplying a FHIR search query in the header","key":"If-None-Exist","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Get the version history of all resources of a type","id":"b21433ba-0d1f-4113-94b7-3df8cab89b17","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/_history","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type","_history"],"variable":[{"id":"afb04715-a668-4de7-b8c9-274e6f54423a","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."},{"id":"e76f7e98-c29f-4435-aa28-e77e7419ac7c","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]}},"response":[{"id":"bd1ed2bc-ed29-4801-af52-6ecc8a422a8b","name":"a Bundle with type set to history containing the specified version history, sorted with oldest versions last, and including deleted resources","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/_history","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type","_history"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Validate a resource","id":"e606ae2d-9c28-43b9-955e-6d527911a7cb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"resource\": \"\"\n },\n {\n \"resource\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/$validate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type","$validate"],"variable":[{"id":"76db8222-8673-4076-aa36-97224c31e532","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"78ca2a7b-bfa4-4dab-84e7-ce3c2e4337fd","key":"type","value":"","type":"string","description":"(Required) the name of a resource type (e.g. 'Patient')"}]},"description":"The validate operation checks whether the attached content would be acceptable either generally, as a create, an update or as a delete to an existing resource. The action the server takes depends on the mode parameter: \n\n* [mode not provided]: The server checks the content of the resource against any schema, constraint rules, and other general terminology rules \n* create: The server checks the content, and then checks that the content would be acceptable as a create (e.g. that the content would not violate any uniqueness constraints) \n* update: The server checks the content, and then checks that it would accept it as an update against the nominated specific resource (e.g. that there are no changes to immutable fields the server does not allow to change, and checking version integrity if appropriate) \n* delete: The server ignores the content, and checks that the nominated resource is allowed to be deleted (e.g. checking referential integrity rules) \n\nModes update and delete can only be used when the operation is invoked at the resource instance level. The return from this operation is an [OperationOutcome](https://www.hl7.org/fhir/operationoutcome.html)\n\nNote that this operation is not the only way to validate resources - see [Validating Resources](https://www.hl7.org/fhir/validation.html) for further information."},"response":[{"id":"52934081-3ba4-426d-b107-166eb414b7b6","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"resource\": \"\"\n },\n {\n \"resource\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/$validate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type","$validate"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9b0f8fbe-c274-423c-aa96-54c1815e5309","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"resource\": \"\"\n },\n {\n \"resource\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/:type/$validate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version",":type","$validate"],"variable":[{"key":"fhir_version"},{"key":"type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"b1999c31-bdd7-4052-a588-98edea85c37d"},{"name":"Code System","item":[{"name":"{id}","item":[{"name":"Code System based Validation","id":"2883f166-6ce2-434c-9d6b-9f178c535278","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$validate-code"],"variable":[{"id":"729fc453-9107-4be7-a85f-edff8e376812","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"9b203b37-e8eb-4541-b4b8-e19c383e7c31","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"Validate that a coded value is in the code system. If the operation is not called at the instance level, one of the parameters \"url\" or \"codeSystem\" must be provided. The operation returns a result (true / false), an error message, and the recommended display for the code.\n\nWhen invoking this operation, a client SHALL provide one (and only one) of the parameters (code+system, coding, or codeableConcept). Other parameters (including version and display) are optional"},"response":[{"id":"2fd4974a-609e-43c2-8afd-10b5d73d4696","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7b2f1fda-1490-456b-a144-74db9bb8ec06","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"aadde00f-6ef0-4938-a1f9-dd71686a253d","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c9b255f4-da47-49ed-9c02-788698f83a69","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Subsumption Testing","id":"bd709426-e602-40db-a42c-f471c97e4ca1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$subsumes"],"variable":[{"id":"abbc3079-6406-4f4d-8ad8-de2288a422f8","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"0fc1314c-b661-4c36-afbc-7611b18c1346","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"Test the subsumption relationship between code/Coding A and code/Coding B given the semantics of subsumption in the underlying code system (see [hierarchyMeaning](https://www.hl7.org/fhir/codesystem-definitions.html#CodeSystem.hierarchyMeaning)).\n\nWhen invoking this operation, a client SHALL provide both a and codes, either as code or Coding parameters. The system parameter is required unless the operation is invoked on an instance of a code system resource. Other parameters are optional"},"response":[{"id":"2506a1f0-c0be-49bf-ac3c-953ea97d3755","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$subsumes"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b62f67b4-589e-44f3-91d7-1090e429d41d","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$subsumes"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"cb3324a5-f0d5-4642-9f28-55b077e0b572","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$subsumes"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ed163a84-d5a9-4ebe-82de-d0cb0136d0ba","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/:id/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem",":id","$subsumes"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"7e5fa167-2ee6-439e-84b9-d36ed7998463"},{"name":"Code System based Validation","id":"c18475a7-b4a2-4852-a47a-c624d3bdcd2a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$validate-code"],"variable":[{"id":"4ad8dcab-61b3-4c79-9581-8b0268e2fd4b","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Validate that a coded value is in the code system. If the operation is not called at the instance level, one of the parameters \"url\" or \"codeSystem\" must be provided. The operation returns a result (true / false), an error message, and the recommended display for the code.\n\nWhen invoking this operation, a client SHALL provide one (and only one) of the parameters (code+system, coding, or codeableConcept). Other parameters (including version and display) are optional"},"response":[{"id":"0cf29756-fff1-424f-a4a5-42621a30fcb2","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"59844d78-86d2-4044-96e9-a983dd86075f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"912d00d9-4662-4bba-956c-a3ec9de3ddde","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ec3484e3-5338-4789-a2b1-dc6541733e02","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Concept Look Up & Decomposition","id":"6fd14271-237d-475b-a191-8d93954886ac","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$lookup","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$lookup"],"variable":[{"id":"c28ea24d-a024-4fd1-ba45-6c0953f72d05","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Given a code/system, or a Coding, get additional details about the concept, including definition, status, designations, and properties. One of the products of this operation is a full decomposition of a code from a structured terminology.\n\nWhen invoking this operation, a client SHALL provide both a system and a code, either using the system+code parameters, or in the coding parameter. Other parameters are optional"},"response":[{"id":"174b1cb9-d993-4be8-8ae4-284de0f8a4b5","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$lookup","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$lookup"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5a1d4c7e-7629-4912-906c-43de47451b43","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$lookup","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$lookup"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8502dc9d-5234-45a0-9ebe-ebc2a0bd46fb","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$lookup","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$lookup"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f39799e6-0f44-4a33-8422-a50896c07abf","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"code\": \"\"\n },\n {\n \"code\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$lookup","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$lookup"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Subsumption Testing","id":"5855dfc0-147a-43b9-9791-480da0043ca9","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$subsumes"],"variable":[{"id":"36d1914d-1a47-4ccb-b2eb-64bb3ab5ef0f","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Test the subsumption relationship between code/Coding A and code/Coding B given the semantics of subsumption in the underlying code system (see [hierarchyMeaning](https://www.hl7.org/fhir/codesystem-definitions.html#CodeSystem.hierarchyMeaning)).\n\nWhen invoking this operation, a client SHALL provide both a and codes, either as code or Coding parameters. The system parameter is required unless the operation is invoked on an instance of a code system resource. Other parameters are optional"},"response":[{"id":"70c4512c-0681-46cd-9972-7a803e23707c","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$subsumes"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a2e1119c-cff3-4abe-93c7-25751abec003","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$subsumes"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"dd8cf90f-d849-488e-89b8-4dc33e30439f","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$subsumes"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e717ff49-99ba-4444-93b8-2a2b95673ab9","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"codeA\": \"\"\n },\n {\n \"codeA\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CodeSystem/$subsumes","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CodeSystem","$subsumes"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"2192f8e9-d66c-4029-9266-043e3e337c69"},{"name":"Concept Map","item":[{"name":"Concept Translation","id":"70cf6a6c-da5b-4ded-92d5-f9b7c74f4c29","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap","$translate"],"variable":[{"id":"b3ef5af6-f9ab-4e71-ae21-5b7d5ff72ddb","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Translate a code from one value set to another, based on the existing value set and concept maps resources, and/or other additional knowledge available to the server. \r\n\r\n One (and only one) of the in parameters (code, coding, codeableConcept) must be provided, to identify the code that is to be translated. \r\n\r\n The operation returns a set of parameters including a 'result' for whether there is an acceptable match, and a list of possible matches. Note that the list of matches may include notes of codes for which mapping is specifically excluded, so implementers have to check the match.equivalence for each match"},"response":[{"id":"3b01cf3b-c9cf-4ee6-99d4-8cd07e99a9cc","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap","$translate"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"5a233b7d-ae0f-4e69-aba2-1c77df271c74","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap","$translate"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"9ee289a0-7fd3-4092-ab54-1c51968cc149","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap","$translate"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"d0e1d926-cf5e-4db3-bd7e-2dc0ccecc300","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap","$translate"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Concept Translation","id":"9e25592e-61cd-40f4-a603-926cd9b1c225","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/:id/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap",":id","$translate"],"variable":[{"id":"b32d9320-1e64-404a-a56a-f8a2136c9722","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"aed80108-3e9d-49b3-915d-4c8a72625b23","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"Translate a code from one value set to another, based on the existing value set and concept maps resources, and/or other additional knowledge available to the server. \r\n\r\n One (and only one) of the in parameters (code, coding, codeableConcept) must be provided, to identify the code that is to be translated. \r\n\r\n The operation returns a set of parameters including a 'result' for whether there is an acceptable match, and a list of possible matches. Note that the list of matches may include notes of codes for which mapping is specifically excluded, so implementers have to check the match.equivalence for each match"},"response":[{"id":"8a0388eb-25f0-4d8c-be92-889952f88f57","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/:id/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap",":id","$translate"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"a359bbb2-68ae-409a-8a50-df397b501d22","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/:id/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap",":id","$translate"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b0ff38d6-6141-47a7-880a-4f78c2c699c8","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/:id/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap",":id","$translate"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e0395071-eaae-4b37-88e4-6ce29d3aa876","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ConceptMap/:id/$translate","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ConceptMap",":id","$translate"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"738377dc-2d3a-4bc8-af72-d3ee571fe0a6"},{"name":"Patient","item":[{"name":"Fetch Patient Record","id":"919a223e-f032-4b9b-b29e-40c45b30691a","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Patient/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Patient","$everything"],"query":[{"description":"The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no start date is provided, all records prior to the end date are in scope.","key":"start","value":""},{"description":"The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no end date is provided, all records subsequent to the start date are in scope.","key":"end","value":""},{"description":"Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time","key":"_since","value":""},{"description":"One or more parameters, each containing one or more comma-delimited FHIR resource types to include in the return resources. In the absence of any specified types, the server returns all resource types","key":"_type","value":""},{"description":"See discussion below on the utility of paging through the results of the $everything operation","key":"_count","value":""}],"variable":[{"id":"a6471200-49d6-4b54-83eb-7952af330b14","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation is used to return all the information related to one or more patients described in the resource or context on which this operation is invoked. The response is a bundle of type \"searchset\". At a minimum, the patient resource(s) itself is returned, along with any other resources that the server has that are related to the patient(s), and that are available for the given user. The server also returns whatever resources are needed to support the records - e.g. linked practitioners, medications, locations, organizations etc. \n\nThe intended use for this operation is to provide a patient with access to their entire record (e.g. \"Blue Button\"), or for provider or other user to perform a bulk data download. The server SHOULD return at least all resources that it has that are in the patient compartment for the identified patient(s), and any resource referenced from those, including binaries and attachments. In the US Realm, at a minimum, the resources returned SHALL include all the data covered by the meaningful use common data elements as defined in the US Core Implementation Guide. Other applicable implementation guides may make additional rules about how much information that is returned."},"response":[{"id":"29626419-9844-4b73-83d2-1f787cc04dd6","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Patient/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Patient","$everything"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"92545c9d-f8eb-45d8-92f9-27de929350a9","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Patient/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Patient","$everything"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Fetch Patient Record","id":"90eb4019-ea7f-445a-858b-c723927901da","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Patient/:id/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Patient",":id","$everything"],"query":[{"description":"The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no start date is provided, all records prior to the end date are in scope.","key":"start","value":""},{"description":"The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no end date is provided, all records subsequent to the start date are in scope.","key":"end","value":""},{"description":"Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time","key":"_since","value":""},{"description":"One or more parameters, each containing one or more comma-delimited FHIR resource types to include in the return resources. In the absence of any specified types, the server returns all resource types","key":"_type","value":""},{"description":"See discussion below on the utility of paging through the results of the $everything operation","key":"_count","value":""}],"variable":[{"id":"9dc3a036-d0b6-4af2-8ec3-a3cdd1f959eb","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"1fc18931-e16e-4d6b-bb9b-66a17560d7fe","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"This operation is used to return all the information related to one or more patients described in the resource or context on which this operation is invoked. The response is a bundle of type \"searchset\". At a minimum, the patient resource(s) itself is returned, along with any other resources that the server has that are related to the patient(s), and that are available for the given user. The server also returns whatever resources are needed to support the records - e.g. linked practitioners, medications, locations, organizations etc. \n\nThe intended use for this operation is to provide a patient with access to their entire record (e.g. \"Blue Button\"), or for provider or other user to perform a bulk data download. The server SHOULD return at least all resources that it has that are in the patient compartment for the identified patient(s), and any resource referenced from those, including binaries and attachments. In the US Realm, at a minimum, the resources returned SHALL include all the data covered by the meaningful use common data elements as defined in the US Core Implementation Guide. Other applicable implementation guides may make additional rules about how much information that is returned."},"response":[{"id":"3f8cd272-eb99-41f7-a872-4a6a4fac9c91","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Patient/:id/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Patient",":id","$everything"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b903e02c-3b01-4a84-bc34-4d252cd2b5cb","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Patient/:id/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Patient",":id","$everything"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"13fd5e5d-d109-44ca-9631-54b5d4f76e61"},{"name":"Medicinal Product","item":[{"name":"Fetch Product Record","id":"dce01726-d54a-4e3b-bec8-75578fca2c5e","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/MedicinalProduct/$everything?_since=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","MedicinalProduct","$everything"],"query":[{"description":"Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time","key":"_since","value":""},{"description":"See discussion below on the utility of paging through the results of the $everything operation","key":"_count","value":""}],"variable":[{"id":"fc0b026a-13de-4e86-a26e-253d7bc07aee","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation is used to return all the information related to one or more products described in the resource or context on which this operation is invoked. The response is a bundle of type \"searchset\". At a minimum, the product resource(s) itself is returned, along with any other resources that the server has that are related to the products(s), and that are available for the given user. This is typically the marketing authorisations, ingredients, packages, therapeutic indications and so on. The server also returns whatever resources are needed to support the records - e.g. linked organizations, document references etc."},"response":[{"id":"48d7a82d-8a67-4b40-88ca-d32ee2751e7c","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/MedicinalProduct/$everything?_since=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","MedicinalProduct","$everything"],"query":[{"key":"_since","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"aa4f1641-8e1b-475a-95b9-959c66799a14","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/MedicinalProduct/$everything?_since=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","MedicinalProduct","$everything"],"query":[{"key":"_since","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Fetch Product Record","id":"f9de755c-9d69-4b77-bfe1-1002e9da47ed","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/MedicinalProduct/:id/$everything?_since=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","MedicinalProduct",":id","$everything"],"query":[{"description":"Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time","key":"_since","value":""},{"description":"See discussion below on the utility of paging through the results of the $everything operation","key":"_count","value":""}],"variable":[{"id":"f28d0a6d-e7b4-49d1-b3a0-2a9fd414435d","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"f1339cb6-8d42-4d93-8246-3100ae72ecb4","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"This operation is used to return all the information related to one or more products described in the resource or context on which this operation is invoked. The response is a bundle of type \"searchset\". At a minimum, the product resource(s) itself is returned, along with any other resources that the server has that are related to the products(s), and that are available for the given user. This is typically the marketing authorisations, ingredients, packages, therapeutic indications and so on. The server also returns whatever resources are needed to support the records - e.g. linked organizations, document references etc."},"response":[{"id":"829272be-6c9c-4109-a2d9-5eba76ec001c","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/MedicinalProduct/:id/$everything?_since=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","MedicinalProduct",":id","$everything"],"query":[{"key":"_since","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c31bf959-918f-4ff1-abb9-fa4e6b17af4d","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/MedicinalProduct/:id/$everything?_since=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","MedicinalProduct",":id","$everything"],"query":[{"key":"_since","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"0a425084-f3ed-41b4-8e3c-45ca96c1ff7b"},{"name":"Capability Statement","item":[{"name":"{id}","item":[{"name":"Fetch a subset of the CapabilityStatement resource","id":"219487cf-36ea-464d-92b2-e16f2cf636dd","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/:id/$subset?server=&resource=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement",":id","$subset"],"query":[{"description":"The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point)","key":"server","value":""},{"description":"(Required) A resource that the client would like to include in the return","key":"resource","value":""}],"variable":[{"id":"4db8bea5-886c-4a49-b332-b9f5ef9c8cce","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"a98950e9-3791-4617-8aec-0bab7260fe64","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"This operation asks the server to return a subset of the CapabilityStatement resource - just the REST parts that relate to a set of nominated resources - the resources that the client is interested in"},"response":[{"id":"1e2eda40-51d9-4bc0-9d35-45e39a9bbfc6","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/:id/$subset?server=&resource=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement",":id","$subset"],"query":[{"key":"server","value":""},{"key":"resource","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"73b59161-dd25-4199-88d7-961e532d9dda","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/:id/$subset?server=&resource=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement",":id","$subset"],"query":[{"key":"server","value":""},{"key":"resource","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Test if a server implements a client's required operations","id":"cbef55c5-c657-494c-9f79-a3b97eda7dde","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"server\": \"\"\n },\n {\n \"server\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/:id/$implements","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement",":id","$implements"],"variable":[{"id":"c921918a-16f3-4b5d-ba59-b32944f5133b","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"b1f463a3-de89-4ed7-bf85-2dc30ebb465e","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"This operation asks the server to check that it implements all the resources, interactions, search parameters, and operations that the client provides in its capability statement. The client provides its capability statement inline, or by referring the server to the canonical URL of its capability statement"},"response":[{"id":"e559bc96-df31-42e6-b265-8287963bf521","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"server\": \"\"\n },\n {\n \"server\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/:id/$implements","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement",":id","$implements"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e60853f2-8017-4547-bf9e-b62938105725","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"server\": \"\"\n },\n {\n \"server\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/:id/$implements","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement",":id","$implements"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"18c689b8-227a-4340-990b-4e8a00c1d152"},{"name":"Fetch a subset of the CapabilityStatement resource","id":"731bf5bc-1ec3-4dad-a030-853e42975c5e","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$subset?server=&resource=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$subset"],"query":[{"description":"The canonical URL - use this if the subset is not invoked on an instance (or on the /metadata end-point)","key":"server","value":""},{"description":"(Required) A resource that the client would like to include in the return","key":"resource","value":""}],"variable":[{"id":"b4f8bf14-521e-4d58-ad8a-715500860ef7","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation asks the server to return a subset of the CapabilityStatement resource - just the REST parts that relate to a set of nominated resources - the resources that the client is interested in"},"response":[{"id":"7f569f99-d8df-443f-b225-8a50fe2a1715","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$subset?server=&resource=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$subset"],"query":[{"key":"server","value":""},{"key":"resource","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"cdc078eb-b85e-4b45-bedb-62a26438d2bc","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$subset?server=&resource=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$subset"],"query":[{"key":"server","value":""},{"key":"resource","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Test if a server implements a client's required operations","id":"7b69c11f-2ed6-4387-8e8b-3611746b7fd7","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$conforms?left=&right=&mode=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$conforms"],"query":[{"description":"A canonical reference to the left-hand system's capability statement","key":"left","value":""},{"description":"A canonical reference to the right-hand system's capability statement","key":"right","value":""},{"description":"What kind of comparison to perform - server to server, or client to server (use the codes 'server/server' or 'client/server')","key":"mode","value":""}],"variable":[{"id":"44bf527d-f89d-49d5-996a-bb0d82425b64","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation asks the server to check that it implements all the resources, interactions, search parameters, and operations that the client provides in its capability statement. The client provides both capability statements by reference, and must ensure that all the referenced resources are available to the conformance server"},"response":[{"id":"84e13721-886d-4cde-953f-38e4eebf1c83","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$conforms?left=&right=&mode=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$conforms"],"query":[{"key":"left","value":""},{"key":"right","value":""},{"key":"mode","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bfb51c42-4849-4e12-b32e-8dbf71a4dcdb","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$conforms?left=&right=&mode=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$conforms"],"query":[{"key":"left","value":""},{"key":"right","value":""},{"key":"mode","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Test if a server implements a client's required operations","id":"c90c360a-633b-4ad7-9e93-8d6175eb0ed5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"server\": \"\"\n },\n {\n \"server\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$implements","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$implements"],"variable":[{"id":"65812389-945c-44e3-9123-448ea4204267","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation asks the server to check that it implements all the resources, interactions, search parameters, and operations that the client provides in its capability statement. The client provides its capability statement inline, or by referring the server to the canonical URL of its capability statement"},"response":[{"id":"abeda5c2-1f0f-4230-94cf-b0a00eb8c163","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"server\": \"\"\n },\n {\n \"server\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$implements","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$implements"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e22a5cf7-788c-4867-9c81-96e5b9fd046e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"server\": \"\"\n },\n {\n \"server\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/CapabilityStatement/$implements","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","CapabilityStatement","$implements"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"36e87c3c-a136-47db-831a-08605da9faed"},{"name":"Structure Definition","item":[{"name":"Generate Snapshot","id":"7ad91d7b-2fdf-4167-ae2f-3f7c7714135a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureDefinition/$snapshot","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureDefinition","$snapshot"],"variable":[{"id":"6317ac04-4803-4706-8411-b7b73fa28d1e","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Generates a [StructureDefinition](https://www.hl7.org/fhir/structuredefinition.html) instance with a snapshot, based on a differential in a specified [StructureDefinition](https://www.hl7.org/fhir/structuredefinition.html). \n\nIf the operation is not called at the instance level, either *definition* or *url* 'in' parameters must be provided. If more than one is specified, servers may raise an error or may resolve with the parameter of their choice. If called at the instance level, these parameters will be ignored."},"response":[{"id":"c11cc5c5-0f5f-4547-aeda-934c84a538eb","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureDefinition/$snapshot","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureDefinition","$snapshot"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ca57444b-6d6b-4ab9-b896-1a6ae9beca00","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureDefinition/$snapshot","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureDefinition","$snapshot"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Generate Snapshot","id":"941ac347-15ff-4e44-8804-8cfcfc03c91d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureDefinition/:id/$snapshot","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureDefinition",":id","$snapshot"],"variable":[{"id":"e6ed96de-a9f6-40b8-9fd0-e06a38a48c9f","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"b4ff4306-046e-4a2e-b708-b7df7b45b75e","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"Generates a [StructureDefinition](https://www.hl7.org/fhir/structuredefinition.html) instance with a snapshot, based on a differential in a specified [StructureDefinition](https://www.hl7.org/fhir/structuredefinition.html). \n\nIf the operation is not called at the instance level, either *definition* or *url* 'in' parameters must be provided. If more than one is specified, servers may raise an error or may resolve with the parameter of their choice. If called at the instance level, these parameters will be ignored."},"response":[{"id":"525fa87f-23b3-4d7c-8b12-c76d51ca5ec5","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureDefinition/:id/$snapshot","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureDefinition",":id","$snapshot"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"aae6b2eb-b067-4bc3-98b4-b5fd20d07e51","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n },\n {\n \"definition\": {\n \"abstract\": \"\",\n \"kind\": \"\",\n \"name\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"url\": \"\",\n \"id\": \"\",\n \"meta\": {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"versionId\": \"\",\n \"lastUpdated\": \"\",\n \"source\": \"\",\n \"profile\": [\n \"\",\n \"\"\n ],\n \"security\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"tag\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"implicitRules\": \"\",\n \"language\": \"\",\n \"text\": {\n \"div\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n \"contained\": [\n \"\",\n \"\"\n ],\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ],\n \"identifier\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"use\": \"\",\n \"type\": {\n \"value\": \"\"\n },\n \"system\": \"\",\n \"value\": \"\",\n \"period\": {\n \"value\": \"\"\n },\n \"assigner\": {\n \"value\": \"\"\n }\n }\n ],\n \"version\": \"\",\n \"title\": \"\",\n \"experimental\": \"\",\n \"date\": \"\",\n \"publisher\": \"\",\n \"contact\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"name\": \"\",\n \"telecom\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"description\": \"\",\n \"useContext\": [\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"code\": {\n \"value\": \"\"\n },\n \"value\": {\n \"value\": \"\"\n },\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"jurisdiction\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"coding\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"text\": \"\"\n }\n ],\n \"purpose\": \"\",\n \"copyright\": \"\",\n \"keyword\": [\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n },\n {\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"system\": \"\",\n \"version\": \"\",\n \"code\": \"\",\n \"display\": \"\",\n \"userSelected\": \"\"\n }\n ],\n \"fhirVersion\": \"\",\n \"mapping\": [\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n },\n {\n \"identity\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"uri\": \"\",\n \"name\": \"\",\n \"comment\": \"\"\n }\n ],\n \"context\": [\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n },\n {\n \"expression\": \"\",\n \"type\": \"\",\n \"id\": \"\",\n \"extension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"modifierExtension\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ]\n }\n ],\n \"contextInvariant\": [\n \"\",\n \"\"\n ],\n \"baseDefinition\": \"\",\n \"derivation\": \"\",\n \"snapshot\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n },\n \"differential\": {\n \"element\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"id\": \"\",\n \"extension\": [\n \"\",\n \"\"\n ],\n \"modifierExtension\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureDefinition/:id/$snapshot","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureDefinition",":id","$snapshot"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"0fc80a72-0f69-4ef8-ad39-53e1eceacd02"},{"name":"Structure Map","item":[{"name":"Model Instance Transformation","id":"4deafc64-ff57-49c3-b535-24773f6fd199","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"source\": \"\"\n },\n {\n \"source\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureMap/$transform","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureMap","$transform"],"variable":[{"id":"af246698-c760-4c6e-99d1-2a5e8b7d9814","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"The transform operation takes input content, applies a structure map transform, and then returns the output."},"response":[{"id":"60f86cca-a8f1-42ec-85a7-8f2b183bc62a","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"source\": \"\"\n },\n {\n \"source\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureMap/$transform","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureMap","$transform"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e8c7b84b-b943-4ab1-b367-b28445c46308","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"source\": \"\"\n },\n {\n \"source\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureMap/$transform","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureMap","$transform"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Model Instance Transformation","id":"9bc120ab-313b-4df8-a85d-ac09bc2fe5a6","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"source\": \"\"\n },\n {\n \"source\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureMap/:id/$transform","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureMap",":id","$transform"],"variable":[{"id":"e8b561d1-7b32-4869-94bd-63d8f5d5133b","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"f76bf80b-ae00-417a-8d02-80e84322c530","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"The transform operation takes input content, applies a structure map transform, and then returns the output."},"response":[{"id":"d9e3d645-b7a9-47bb-86d2-54fe7cf67d21","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"source\": \"\"\n },\n {\n \"source\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureMap/:id/$transform","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureMap",":id","$transform"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"e8cb3195-b666-4a3e-b155-c7da3de31c8b","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"source\": \"\"\n },\n {\n \"source\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/StructureMap/:id/$transform","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","StructureMap",":id","$transform"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"bbfc7bfd-a5c9-4931-9b76-f3d3076c3e30"},{"name":"Value Set","item":[{"name":"{id}","item":[{"name":"Value Set Expansion","id":"5d27d263-2032-4878-a0b5-94b717d429a1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$expand"],"variable":[{"id":"130b6de3-b0cc-4101-a284-750f287494f2","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"fe98b2f8-ac3d-4e15-958e-3093d758168b","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. \n\nIf the operation is not called at the instance level, one of the in parameters url, context or valueSet must be provided. An expanded value set will be returned, or an OperationOutcome with an error message."},"response":[{"id":"5232be9f-0585-4566-822d-ac6427ac4c7f","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$expand"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"6b8ee4ab-93f4-4270-9b29-fcf13c359794","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$expand"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"cd36f9ba-7cfa-4af8-82cf-a44a82467c9e","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$expand"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fa38e1d8-e554-4c73-b259-633e3797f01c","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$expand"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Value Set based Validation","id":"7105c513-f4db-482d-ac46-5b468cd593e1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$validate-code"],"variable":[{"id":"6bb181a5-e5d3-4bb1-a371-fa431913f192","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"e65a57a1-b468-4c89-a1fe-1d33fa1f6738","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"Validate that a coded value is in the set of codes allowed by a value set.\n\nIf the operation is not called at the instance level, one of the in parameters url, context or valueSet must be provided. One (and only one) of the in parameters code, coding, or codeableConcept must be provided. The operation returns a result (true / false), an error message, and the recommended display for the code"},"response":[{"id":"0c190b46-ca85-49e3-81e7-330d9b114146","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"106c11d7-e887-4f0f-8b62-b91b62880ee0","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4a3adb28-6403-4c8c-bc21-35c6db49da10","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"761ddca7-abf4-43b8-91c7-8949505e8539","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/:id/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet",":id","$validate-code"],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"10a402c4-c304-4308-9859-a0967b9fe934"},{"name":"Value Set Expansion","id":"b54ae868-31f3-4aa3-9932-a8094102bade","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$expand"],"variable":[{"id":"74521780-6aaf-4eef-a489-0a346985450a","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"The definition of a value set is used to create a simple collection of codes suitable for use for data entry or validation. \n\nIf the operation is not called at the instance level, one of the in parameters url, context or valueSet must be provided. An expanded value set will be returned, or an OperationOutcome with an error message."},"response":[{"id":"02493254-9179-4342-94df-5d1708556980","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$expand"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"90e7eb9b-c34c-4665-8bc4-c21baae7422d","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$expand"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"956fea59-913a-4f2e-ac76-487cfa138760","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$expand"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f233042a-46c8-480f-bf78-25bdf6aa09ba","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$expand","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$expand"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Value Set based Validation","id":"cc830c68-ba8f-4378-8bd4-7ab60b44f52c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$validate-code"],"variable":[{"id":"c948e392-c962-45ac-87af-80ea7b387ecc","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Validate that a coded value is in the set of codes allowed by a value set.\n\nIf the operation is not called at the instance level, one of the in parameters url, context or valueSet must be provided. One (and only one) of the in parameters code, coding, or codeableConcept must be provided. The operation returns a result (true / false), an error message, and the recommended display for the code"},"response":[{"id":"5c9e91eb-ebd8-4a82-b8a9-e2d1ee55c741","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"96472ad9-199a-446d-99a9-da611daee157","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c9e7dbe1-c953-492a-9eb0-534757929430","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"f363a3e6-9e96-4d77-b34c-f3cf51c80820","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/ValueSet/$validate-code","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","ValueSet","$validate-code"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"fa77853a-5330-4c01-84a8-8d10c2a0bf76"},{"name":"Search all resources","id":"cc5e39ac-474b-4071-8887-6554a8592775","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"query":[{"description":"search criteria","key":"parameters","value":""}],"variable":[{"id":"1e672222-822b-44ab-9eed-f4f6f2947d01","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."}]}},"response":[{"id":"143c12a8-e0dc-4e02-8d97-f6424e90f322","name":"resource type not supported, or not a FHIR end-point","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"67d6b622-a6fa-439f-a6ca-69c01b459b45","name":"search could not be processed or failed basic FHIR validation rules","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"7c3ee714-b122-4805-9768-721d7fb7b818","name":"successful search","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"85ad0069-04cc-4a02-89e7-bd8299b8e5b9","name":"authorization is required for the interaction that was attempted","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version?parameters=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"query":[{"key":"parameters","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Post a batch or transaction","id":"5d5ac1fb-a132-4467-a08f-985d3ccdd5b0","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"variable":[{"id":"a08fb081-974d-4ba4-9d59-6dad40212ddf","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."}]},"description":"Submit a set of actions to perform on a server in a single HTTP request/response. The actions may be performed independently as a 'batch', or as a single atomic 'transaction' where the entire set of changes succeed or fail as a single entity."},"response":[{"id":"02e16512-5c21-4972-b308-0832fbf64065","name":"successful batch/transaction","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"0cc5a345-b2a5-4562-9e9c-f16fe36b8d3d","name":"all transaction resources rejected","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"\"\""},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Get the version history of all resources","id":"5dc85966-6bbc-46b0-a411-029ebd6dafa3","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/_history","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","_history"],"variable":[{"id":"5331a5fb-0855-477f-8211-18312cae12ed","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."}]}},"response":[{"id":"487cc618-a56f-44df-8423-afefd0afc7e3","name":"a Bundle with type set to history containing the specified version history, sorted with oldest versions last, and including deleted resources","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/_history","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","_history"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Get this FHIR server's metadata","id":"65dcd3c7-f35f-427c-a874-ac3e0947d3f1","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/metadata","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","metadata"],"variable":[{"id":"e1a719de-5128-4b1e-91e9-cb0dd692a61c","key":"fhir_version","value":"","type":"string","description":"(Required) The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value."}]},"description":"Retrieves the server's Capability Statement that defines how it supports resources."},"response":[{"id":"56617ff6-ac71-4464-9cb9-348d56336df1","name":"the servers Capability Statement","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/metadata","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","metadata"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Get OpenAPI spec","id":"9dc9f46f-303b-42c1-82c1-159e55cf3e68","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/openapi","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","openapi"],"variable":[{"id":"43ead957-c645-4698-bb8d-78e916bd2685","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]}},"response":[{"id":"aeb87bb2-e10c-4904-9c6f-ff58cd02b595","name":"the openapi document","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/openapi","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","openapi"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e19feb40-8e51-46ca-9686-e58d13237fc3","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/openapi","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","openapi"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}]},{"name":"AsyncCancel","id":"51e68aea-62be-4444-aeea-db475078f095","request":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$async-cancel?operation=&operation_uri=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$async-cancel"],"query":[{"description":"(Required) Asynchronous operation to cancel","key":"operation","value":""},{"description":"(Required) Canonical URI of asynchronous operation","key":"operation_uri","value":""}],"variable":[{"id":"bfc6fc79-bf07-4d0c-bf1a-e65f510b8f26","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]}},"response":[{"id":"3dfa7065-93aa-41c5-a1f9-4b09a9826399","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$async-cancel?operation=&operation_uri=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$async-cancel"],"query":[{"key":"operation","value":""},{"key":"operation_uri","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8e2fc15d-ac87-498d-a19b-25dc3ab59ca5","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$async-cancel?operation=&operation_uri=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$async-cancel"],"query":[{"key":"operation","value":""},{"key":"operation_uri","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"AsyncStatus","id":"dabe0c6a-481b-42eb-a449-8d8627a60b02","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$async-status?operation=&operation_uri=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$async-status"],"query":[{"description":"(Required) Asynchronous operation to check status for","key":"operation","value":""},{"description":"(Required) Canonical URI of asynchronous operation","key":"operation_uri","value":""}],"variable":[{"id":"ed72eca9-be47-4ad2-b3d1-18e821962c45","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]}},"response":[{"id":"591dda5d-f104-4a86-a7c7-44a94ef8a443","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$async-status?operation=&operation_uri=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$async-status"],"query":[{"key":"operation","value":""},{"key":"operation_uri","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"64af9a1f-3a9a-40f7-8c95-9b9ab09c11a8","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$async-status?operation=&operation_uri=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$async-status"],"query":[{"key":"operation","value":""},{"key":"operation_uri","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Bulk delete data from a FHIR server","id":"f66f6834-34a2-4c57-bf48-7cb881389426","request":{"method":"POST","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$bulk-delete?_since=&_until=&_type=&_typeFilter=&_lists=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$bulk-delete"],"query":[{"description":"First updated timestamp of the resources to delete.","key":"_since","value":""},{"description":"Last updated timestamp of the resources to delete.","key":"_until","value":""},{"description":"Comma-separated list of FHIR resource types to delete.","key":"_type","value":""},{"description":"Comma-separated list of FHIR REST API queries.","key":"_typeFilter","value":""},{"description":"Comma-separated list of subscriptions.","key":"_lists","value":""}],"variable":[{"id":"975a930b-ee90-4b75-bcd5-30140530acd9","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]}},"response":[{"id":"9426238b-a8f2-4ae7-9cf4-7d8a397c3e11","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$bulk-delete?_since=&_until=&_type=&_typeFilter=&_lists=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$bulk-delete"],"query":[{"key":"_since","value":""},{"key":"_until","value":""},{"key":"_type","value":""},{"key":"_typeFilter","value":""},{"key":"_lists","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b8cb1825-8f4a-4f34-8265-7753448c8e70","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$bulk-delete?_since=&_until=&_type=&_typeFilter=&_lists=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$bulk-delete"],"query":[{"key":"_since","value":""},{"key":"_until","value":""},{"key":"_type","value":""},{"key":"_typeFilter","value":""},{"key":"_lists","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Export data from a FHIR server","id":"b50b0804-3e94-4576-9303-bef96ac312db","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"_since\": \"\"\n },\n {\n \"_since\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$export","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$export"],"variable":[{"id":"a269aa8e-773e-4d66-a5c2-8d4e979a4b47","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]}},"response":[{"id":"6db9eedf-65eb-4abc-9e15-1f437dc60593","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"_since\": \"\"\n },\n {\n \"_since\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$export","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$export"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"8b31c7f5-2e9b-4cff-bb2b-42318d354472","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"_since\": \"\"\n },\n {\n \"_since\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$export","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$export"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Import data from a FHIR server","id":"0076e05b-03fd-4776-a705-826b5f4cd5bb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"input_format\": \"\"\n },\n {\n \"input_format\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$import","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$import"],"variable":[{"id":"557c5c70-9851-4f3d-8321-5d1727506f5b","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]}},"response":[{"id":"1a606d59-389c-45d7-b790-96ffe6b6b39e","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"input_format\": \"\"\n },\n {\n \"input_format\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$import","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$import"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"4060df87-4b82-4bf3-9a23-591470dfeac6","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"input_format\": \"\"\n },\n {\n \"input_format\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$import","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$import"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Closure Table Maintenance","id":"92104e89-3e1f-43cb-8885-c6a460cf2670","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$closure","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$closure"],"variable":[{"id":"eeb661ee-c4d5-4060-8d66-207958a7d65e","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation provides support for ongoing maintenance of a client-side [transitive closure table](https://en.wikipedia.org/wiki/Transitive_closure#In_graph_theory) based on server-side terminological logic. For details of how this is used, see [Maintaining a Closure Table](https://www.hl7.org/fhir/terminology-service.html#closure)"},"response":[{"id":"2590969c-5605-4a0f-8468-1676f2360485","name":"Resource not found","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$closure","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$closure"],"variable":[{"key":"fhir_version"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"65acbc6e-91f8-4ba3-bb20-59808a30fbf0","name":"Out parameters defined in specification","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$closure","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$closure"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"714708c9-2335-424f-a751-e59e08ad511f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$closure","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$closure"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"b14d511a-00a4-429b-9d7d-22940358d362","name":"Malformed request parameters","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"body":{"mode":"raw","raw":"{\n \"parameter\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ]\n}"},"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$closure","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$closure"],"variable":[{"key":"fhir_version"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Discover what versions a server supports","id":"31c68998-386d-4b98-9333-73858f907eb6","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$versions","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$versions"],"variable":[{"id":"2483bb1a-df1c-4466-a288-b98e65181902","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"Using the [FHIR Version Mime Type Parameter](https://www.hl7.org/fhir/http.html#version-parameter), a server can support [multiple versions on the same end-point](https://www.hl7.org/fhir/versioning.html#mt-version). The only way for client to find out what versions a server supports in this fashion is the $versions operation. The client invokes the operation with no parameters. and the server returns the list of supported versions, along with the default version it will use if no fhirVersion parameter is present"},"response":[{"id":"8e90ad88-affa-478b-9764-91d3fe65d81f","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$versions","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$versions"],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ab660b0d-4e27-4942-bf86-735547d42786","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/$versions","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","$versions"],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Fetch Encounter Record","id":"71ad366e-4d58-477a-9004-4b82d916b005","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Encounter/:id/$everything?_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Encounter",":id","$everything"],"query":[{"description":"Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time","key":"_since","value":""},{"description":"One or more parameters, each containing one or more comma-delimited FHIR resource types to include in the return resources. In the absense of any specified types, the server returns all resource types","key":"_type","value":""},{"description":"See discussion below on the utility of paging through the results of the $everything operation","key":"_count","value":""}],"variable":[{"id":"a758eade-8bd6-4fad-b893-0253076ca3f6","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"46e31e25-62f2-442b-af69-9a13a969918d","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"This operation is used to return all the information related to an encounter described in the resource on which this operation is invoked. The response is a bundle of type \"searchset\". At a minimum, the encounter resource itself is returned, along with any other resources that the server has available for the given encounter for the user. The server also returns whatever resources are needed to support the records - e.g. linked practitioners, locations, organizations etc. The principle intended use for this operation is to provide a patient with access to their record, or to allow a client to retrieve everything for an encounter for efficient display).\r\rThe server SHOULD return all resources it has that:\r\r* are included in the encounter compartment for the identified encounter (have a reference to the encounter)\r* are referenced by the standard extenstion for associating an encounter (where no reference element exists) http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter\r* the server believes are relevant to the context of the encounter for any other reason (internally defined/decided)\r* any resource referenced by the above, including binaries and attachments (to make a more complete package)\r\rIn the US Realm, at a mimimum, the resources returned SHALL include all the data covered by the meaningful use common data elements (see [DAF](http://hl7.org/fhir/us/daf) for further guidance). Other applicable implementation guides may make additional rules about the information that is returned. Note that for many resources, the exact nature of the link to encounter can be ambiguous (e.g. for a DiagnosticReport, is it the encounter when it was initiated, or when it was reported?)"},"response":[{"id":"d858a93e-a0d1-44fb-ba77-c063b3e72c22","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Encounter/:id/$everything?_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Encounter",":id","$everything"],"query":[{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"fffcd6d7-a87b-4f67-b341-0d4802f7659b","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Encounter/:id/$everything?_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Encounter",":id","$everything"],"query":[{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Fetch a group of Patient Records","id":"ed1813c8-cee7-4868-964a-4b261a7b4632","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Group/:id/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Group",":id","$everything"],"query":[{"description":"The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no start date is provided, all records prior to the end date are in scope.","key":"start","value":""},{"description":"The date range relates to care dates, not record currency dates - e.g. all records relating to care provided in a certain date range. If no end date is provided, all records subsequent to the start date are in scope.","key":"end","value":""},{"description":"Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time","key":"_since","value":""},{"description":"One or more parameters, each containing one or more comma-delimited FHIR resource types to include in the return resources. In the absense of any specified types, the server returns all resource types","key":"_type","value":""},{"description":"See discussion below on the utility of paging through the results of the $everything operation","key":"_count","value":""}],"variable":[{"id":"fe1253b5-8f4c-42e6-b064-53edf5c2feb8","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"},{"id":"ae147bae-2e70-4690-9752-78cc7d52d8e6","key":"id","value":"","type":"string","description":"(Required) id of the instance"}]},"description":"This operation is used to return all the information related to one or more patients that are part of the group on which this operation is invoked. The response is a bundle of type \"searchset\". At a minimum, the patient resource(s) itself is returned, along with any other resources that the server has that are related to the patient(s), and that are available for the given user. The server also returns whatever resources are needed to support the records - e.g. linked practitioners, medications, locations, organizations etc. The intended use for this operation is for a provider or other user to perform a bulk data download. The server SHOULD return at least all resources that it has that are in the patient compartment for the identified patient(s), and any resource referenced from those, including binaries and attachments. In the US Realm, at a mimimum, the resources returned SHALL include all the data covered by the meaningful use common data elements as defined in [US-Core](http://hl7.org/fhir/us/coref). Other applicable implementation guides may make additional rules about how much information that is returned."},"response":[{"id":"2e0500a4-3b2e-4fd9-8f3d-fe55ecb8eed2","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Group/:id/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Group",":id","$everything"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"ba67dd42-453e-4a40-90f8-6c8c758b178a","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Group/:id/$everything?start=&end=&_since=&_type=&_count=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Group",":id","$everything"],"query":[{"key":"start","value":""},{"key":"end","value":""},{"key":"_since","value":""},{"key":"_type","value":""},{"key":"_count","value":""}],"variable":[{"key":"fhir_version"},{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Find a functional list","id":"4b6509e9-d527-4fd0-b204-fa439a6d67b7","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/List/$find?patient=&name=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","List","$find"],"query":[{"description":"(Required) The id of a patient resource located on the server on which this operation is executed","key":"patient","value":""},{"description":"(Required) The code for the functional list that is being found","key":"name","value":""}],"variable":[{"id":"c14a6f69-f7d3-4063-8185-b7c292a6adb7","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"This operation allows a client to find an identified list for a particular function by its function. The operation takes two parameters, the identity of a patient, and the name of a functional list. The list of defined functional lists can be found at [Current Resource Lists](https://www.hl7.org/fhir/lifecycle.html#lists). Applications are not required to support all the lists, and may define additional lists of their own. If the system is able to locate a list that serves the identified purpose, it returns it as the body of the response with a 200 OK status. If the resource cannot be located, the server returns a 404 not found (optionally with an OperationOutcome resource)"},"response":[{"id":"55942a8c-b64f-4169-8c5a-b5d6a976a3b5","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/List/$find?patient=&name=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","List","$find"],"query":[{"key":"patient","value":""},{"key":"name","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"d0022c7e-9cd2-42c4-a5bb-73903ecf561a","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/List/$find?patient=&name=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","List","$find"],"query":[{"key":"patient","value":""},{"key":"name","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""}]},{"name":"Last N Observations Query","id":"52779ee3-bc5e-495c-9e7a-fb36877f2735","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Observation/$lastn?max=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Observation","$lastn"],"query":[{"description":"`max` is an optional input parameter to the *lastn* query operation. It is used to specify the maximum number of Observations to return from each group. For example for the query \"Fetch the last 3 results for all vitals for a patient\" `max` = 3.","key":"max","value":""}],"variable":[{"id":"33fb46eb-66f9-4c66-bfb7-1c9337aba863","key":"fhir_version","value":"","type":"string","description":"(Required) Version of the FHIR"}]},"description":"The *lastn query* meets the common need for searching for the most recent or last n=number of observations for a subject. For example, retrieving the last 5 temperatures for a patient to view trends or fetching the most recent laboratory results or vitals signs. To ask a server to return the last n=number of observations, the *lastn* query uses the [normal search parameters](https://www.hl7.org/fhir/observation.html#search) defined for the Observation resource. However, rather than their normal use, they are interpreted as inputs - i.e.. instead of requiring that the resources literally contain the search parameters, they are passed to a server algorithm of some kind that uses them to determine the most appropriate matches.\n\nThe request for a lastn query SHALL include:\n\n* A `$lastn` operation parameter\n* A subject using either the `patient` or `subject` search parameter\n* A `category` parameter and/or a search parameter that contains a code element in its FHIRpath expression. ( e.g., `code` or `code-value-concept`)\n\nThe request for a lastn query MAY include:\n\n* Other Observation search parameters and modifiers\n\nThe response from a lastn query is a set of observations:\n\n* Filtered by additional parameters\n * If not explicitly filtered by status then will include statuses of 'entered-in-error'\n* 'GROUP BY' `Observation.code`\n * Codes SHALL be considered equivalent if the `coding.value` *and* `coding.system` are the same.\n * Text only codes SHALL be treated and grouped based on the text.\n * For codes with translations (multiple codings), the code translations are assumed to be equal and the grouping by code SHALL follow the transitive property of equality.\n\nfor example:\n\n|Observation.code for observation a|Observation.code for observation b|Observation.code for observation c|number of groups [codes/text in each group]| \n|---|---|---|---| \n|a|b|c | 3 [a],[b],[c]| \n|a|b|a,c | 2 [a.c],[b]| \n|a|b|a,b | 1 [a,b]| \n|'textM'|'Text'|'t e x t'|3 ['text'],['Text'],['t e x t']|\n\n* Sorted from most recent to the oldest\n* Limited to the number of requested responses per group specified by the optional *max* query parameter\n * In case of a tie - when the effective times for >1 Observations are equal - both will be returned. Therefore, more Observations may be returned than is specified in *max*. For example, 4 Observations instead of 3 if the 3rd and 4th most recent observation had the same effective time.\n* If no maximum number is given then only the most recent Observation in each group is returned.\n\nThe set of returned observations should represent distinct real world observations and not the same observation with changes in status or versions. If there are no matches, the *lastn* query SHALL return an empty search set with no error, but may include an operation outcome with further advice."},"response":[{"id":"8f05cf07-8fed-4eab-8a64-6584939ae9f2","name":"Internal server error","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Observation/$lastn?max=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Observation","$lastn"],"query":[{"key":"max","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"c4ce5428-1e8e-4961-9e69-74edce76ebcf","name":"Out parameters defined in specification","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/api/v1/:fhir_version/Observation/$lastn?max=","host":["{{baseUrl}}"],"path":["api","v1",":fhir_version","Observation","$lastn"],"query":[{"key":"max","value":""}],"variable":[{"key":"fhir_version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/fhir+json"}],"cookie":[],"responseTime":null,"body":"\"\""}]}],"id":"30ddc4aa-3572-4088-9d16-3b1d32e49dbc"},{"name":"SMART App Launch Configuration","id":"0403d0aa-66e2-43e1-801c-6870e03a83ea","request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/v1/r4/.well-known/smart-configuration","description":"[SMART App Launch configuration](http://www.hl7.org/fhir/smart-app-launch/conformance/index.html#using-well-known)."},"response":[{"id":"46bf73f2-3bf6-4bc6-8268-947dac4d2481","name":"SMART App Launch Configuration","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/api/v1/r4/.well-known/smart-configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"authorization_endpoint\": \"\",\n \"token_endpoint\": \"\",\n \"capabilities\": [\n \"\",\n \"\"\n ],\n \"scopes_supported\": [\n \"\",\n \"\"\n ],\n \"response_types_supported\": [\n \"\",\n \"\"\n ],\n \"token_endpoint_auth_methods\": [\n \"\",\n \"\"\n ]\n}"}]}],"id":"494d157d-952f-42e7-9c98-8b73bdff5035"},{"name":"auth","item":[{"name":"Authorization Endpoint","id":"607e60e6-2b0a-4242-b970-671ad2eb0917","request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/auth/authorize?response_type=&client_id=&redirect_uri=&scope=&state=&nonce=&code_challenge=&code_challenge_method=&launch=&aud=","host":["{{baseUrl}}"],"path":["auth","authorize"],"query":[{"description":"(Required) Specifies the desired authentication flow. This parameter is a space-delimited string that supports any combination of the following values:\n* `code`: [Authorization Code](https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth) flow.\n* `token`: [Implicit](https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth) flow.\n* `id_token`: [Implicit](https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth) flow.\n\nThe most common and secure usage is to pass the value `code`, which indicates that the client wishes to receive a single-use authorization `code` at its `redirect_uri`, which can then be exchanged for an access token using the Token Endpoint.\n\nAlternatively, the values `token` or `token id_token` (if using the `openid` scope) indicate that the client wishes to receive an access token and optional OpenID Connect ID token at its `redirect_uri` utilizing the [Implicit](https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth) flow. Finally, combinations such as `code token id_token` may also be used for the [Hybrid](https://openid.net/specs/openid-connect-core-1_0.html#HybridFlowAuth) flow.\n\n**For security reasons, the Implicit and Hybrid flows may not be enabled in all Commure Platform environments.**","key":"response_type","value":""},{"description":"(Required) Client identifier provided by Commure.","key":"client_id","value":""},{"description":"(Required) The URL to which the user should be navigated following completion or failure of the SSO process. For security reasons, this URL *must* be pre-configured with the Commure Platform; otherwise, the user will be presented with an error message.","key":"redirect_uri","value":""},{"description":"(Required) Specifies the scope of the access request. This parameter is a space-delimited string that supports any combination of the following values:\n* `openid`: Requests that the Token Endpoint return an OpenID Connect ID token.\n* `profile`: Requests that the OpenID Connect ID token contain the user's default profile claims (`name`, `family_name`, `given_name`, etc.).\n* `email`: Requests that the OpenID Connect ID token contain the `email` claim.\n* `phone`: Requests that the OpenID Connect ID token contain the user's phone number.\n* `address`: Requests that the OpenID Connect ID token contain the user's address.\n* `fhirUser`: Requests that the OpenID Connect ID token contain the SMART App Launch `fhirUser` claim.","key":"scope","value":""},{"description":"(Required) Opaque value used for passing state to the `redirect_uri` and mitigating session fixation/cross-site request forgery (CSRF) vulnerabilities. Clients not using the `` React component should include a cryptographically secure pseudorandom value in the `state` parameter for each authentication request and verify this value at the specified `redirect_uri`, as described in [Section 10.12 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-10.12).","key":"state","value":""},{"description":"Value used for mitigating ID token replay vulnerabilities. If the `openid` scope is requested, this parameter will be included as the `nonce` value in the OpenID Connect ID token. Clients not using the `` React component should provide a cryptographically secure pseudorandom `nonce` value for each authentication request and verify that the `nonce` contained in the ID token returned by the Token Endpoint (or passed to the `redirect_uri` in the Implicit or Hybrid flows) matches this value.","key":"nonce","value":""},{"description":"[Proof Key for Code Exchange (PKCE)](https://tools.ietf.org/html/rfc7636) challenge for mitigating authorization code interception attacks. Clients without a client secret are strongly encouraged to use PKCE when utilizing the Authorization Code flow.","key":"code_challenge","value":""},{"description":"[Proof Key for Code Exchange (PKCE)](https://tools.ietf.org/html/rfc7636) challenge method. For security reasons, the Commure Authentication API only supports the `S256` (SHA-256) challenge method.","key":"code_challenge_method","value":""},{"description":"Opaque value issued by the EHR during the [SMART EHR launch sequence](https://www.hl7.org/fhir/smart-app-launch/#ehr-launch-sequence). If omitted, the [SMART standalone launch sequence](https://www.hl7.org/fhir/smart-app-launch/#standalone-launch-sequence) is used.","key":"launch","value":""},{"description":"URL of the EHR FHIR server that should be used to authenticate the user. This URL must be pre-configured with the Commure Platform. This parameter is required for the [SMART EHR launch sequence](https://www.hl7.org/fhir/smart-app-launch/#ehr-launch-sequence) and is typically used alongside the `launch` parameter. However, it may optionally be specified for the [SMART standalone launch sequence](https://www.hl7.org/fhir/smart-app-launch/#standalone-launch-sequence) as well.","key":"aud","value":""}]},"description":"This endpoint allows clients to initiate the OpenID Connect/SMART App Launch authentication process. The Commure Authentication API supports the OpenID Connect [Authorization Code](https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowAuth), [Implicit](https://openid.net/specs/openid-connect-core-1_0.html#ImplicitFlowAuth), and [Hybrid](https://openid.net/specs/openid-connect-core-1_0.html#HybridFlowAuth) flows, combined with the [SMART EHR launch sequence](https://www.hl7.org/fhir/smart-app-launch/#ehr-launch-sequence) and [SMART standalone launch sequence](https://www.hl7.org/fhir/smart-app-launch/#standalone-launch-sequence).\n\nTo initiate the authentication process, clients should navigate the user to this endpoint, which will authenticate the user via single sign-on (SSO), typically using an SSO provider configured by a hospital. After the SSO process completes, the user will be redirected to the URL specified in the `redirect_uri` query parameter. This callback will include query parameters that depend on the requested `response_type`, as defined by [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html). If an error occurs, the user will be forwarded to the `redirect_uri` with an [error response](https://openid.net/specs/openid-connect-core-1_0.html#AuthError)."},"response":[{"id":"093e76ea-81fc-4c74-9149-2f74d2f1c486","name":"Redirect user to single sign-on (SSO) provider or error callback","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/auth/authorize?response_type=&client_id=&redirect_uri=&scope=&state=&nonce=&code_challenge=&code_challenge_method=&launch=&aud=","host":["{{baseUrl}}"],"path":["auth","authorize"],"query":[{"key":"response_type","value":""},{"key":"client_id","value":""},{"key":"redirect_uri","value":""},{"key":"scope","value":""},{"key":"state","value":""},{"key":"nonce","value":""},{"key":"code_challenge","value":""},{"key":"code_challenge_method","value":""},{"key":"launch","value":""},{"key":"aud","value":""}]}},"status":"See Other","code":303,"_postman_previewlanguage":"text","header":[{"description":"On success, this header contains a redirect URL to the SSO provider. On failure (only if the `client_id` and `redirect_uri` are valid), this header contains a URL redirecting the user back to the specified `redirect_uri` along with the query parameters `error`, `error_description`, and `state`, as described in [Section 4.1.2.1 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-4.1.2.1).","key":"Location","value":""},{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"abfef0cf-e8a4-4a79-9e74-b0ea03fa6dfc","name":"Invalid `client_id` or `redirect_uri`","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":{"raw":"{{baseUrl}}/auth/authorize?response_type=&client_id=&redirect_uri=&scope=&state=&nonce=&code_challenge=&code_challenge_method=&launch=&aud=","host":["{{baseUrl}}"],"path":["auth","authorize"],"query":[{"key":"response_type","value":""},{"key":"client_id","value":""},{"key":"redirect_uri","value":""},{"key":"scope","value":""},{"key":"state","value":""},{"key":"nonce","value":""},{"key":"code_challenge","value":""},{"key":"code_challenge_method","value":""},{"key":"launch","value":""},{"key":"aud","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}]},{"name":"Token Endpoint","id":"23441054-37f1-4a54-a57e-a349588753a7","request":{"method":"POST","header":[{"description":"If the client has an associated client secret, this header is the preferred method for performing client authentication. The contents of this header should follow the format `base64(urlEncode(client_id):urlEncode(client_secret))` as described in [Section 2.3.1 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-2.3.1). If the `Authorization` header is provided, the `client_id` and `client_secret` body parameters should be omitted.","key":"Authorization","value":""},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"","description":"undefined"},{"key":"code","value":"","description":"undefined"},{"key":"redirect_uri","value":"","description":"undefined"},{"key":"code_verifier","value":"","description":"undefined"},{"key":"client_id","value":"","description":"undefined"},{"key":"client_secret","value":"","description":"undefined"}]},"url":"{{baseUrl}}/auth/token","description":"This endpoint allows clients to retrieve access tokens for use in authenticated requests to Commure APIs.\n\nThe following grant types are supported:\n* Authorization Code: used for exchanging a single-use authorization `code` sent to a client's `redirect_uri` for an access token and optional refresh token.\n* Client Credentials: used by clients with an associated client secret for which the Client Credentials grant is enabled within the specific Commure Platform environment to exchange their client credentials for an access token and optional refresh token. This grant should only be used when making Commure API requests that cannot reasonably be associated with an individual user. Otherwise, the Authorization Code grant should be used.\n* Refresh Token: used for exchanging a refresh token for a new access token and optional refresh token."},"response":[{"id":"672d3add-eba1-437b-8b40-1dea0deefac2","name":"Token Response","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"If the client has an associated client secret, this header is the preferred method for performing client authentication. The contents of this header should follow the format `base64(urlEncode(client_id):urlEncode(client_secret))` as described in [Section 2.3.1 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-2.3.1). If the `Authorization` header is provided, the `client_id` and `client_secret` body parameters should be omitted.","key":"Authorization","value":""}],"body":{"mode":"urlencoded","urlencoded":[{"description":{"content":"undefined","type":"text/plain"},"key":"grant_type","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"code","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"redirect_uri","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"code_verifier","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"client_secret","value":""}]},"url":"{{baseUrl}}/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"access_token\": \"\",\n \"token_type\": \"\",\n \"id_token\": \"\",\n \"expires_in\": \"\",\n \"refresh_token\": \"\",\n \"scope\": \"\",\n \"patient\": \"\",\n \"encounter\": \"\",\n \"location\": \"\",\n \"intent\": \"\",\n \"need_patient_banner\": \"\",\n \"smart_style_url\": \"\"\n}"},{"id":"69b32c55-163f-4868-9c6d-d7c61472411b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"If the client has an associated client secret, this header is the preferred method for performing client authentication. The contents of this header should follow the format `base64(urlEncode(client_id):urlEncode(client_secret))` as described in [Section 2.3.1 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-2.3.1). If the `Authorization` header is provided, the `client_id` and `client_secret` body parameters should be omitted.","key":"Authorization","value":""}],"body":{"mode":"urlencoded","urlencoded":[{"description":{"content":"undefined","type":"text/plain"},"key":"grant_type","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"code","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"redirect_uri","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"code_verifier","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"client_secret","value":""}]},"url":"{{baseUrl}}/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"\",\n \"error_description\": \"\"\n}"},{"id":"ee12f35a-c8b4-4734-91ef-20a979f08121","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""},{"description":"If the client has an associated client secret, this header is the preferred method for performing client authentication. The contents of this header should follow the format `base64(urlEncode(client_id):urlEncode(client_secret))` as described in [Section 2.3.1 of RFC 6749](https://tools.ietf.org/html/rfc6749#section-2.3.1). If the `Authorization` header is provided, the `client_id` and `client_secret` body parameters should be omitted.","key":"Authorization","value":""}],"body":{"mode":"urlencoded","urlencoded":[{"description":{"content":"undefined","type":"text/plain"},"key":"grant_type","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"code","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"redirect_uri","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"code_verifier","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"undefined","type":"text/plain"},"key":"client_secret","value":""}]},"url":"{{baseUrl}}/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"error\": \"\",\n \"error_description\": \"\"\n}"}]},{"name":"Public Keys","id":"9f213387-c68a-4c1d-a32b-5cedb890d9ff","request":{"method":"GET","header":[],"url":"{{baseUrl}}/auth/jwks","description":"This endpoint returns a [JSON Web Key Set (JWKS)](https://tools.ietf.org/html/rfc7517) that clients can use to verify OpenID Connect ID tokens issued by the Commure Authentication API."},"response":[{"id":"66e55596-3852-442c-a50c-0c39c4db73dc","name":"JSON Web Key Set","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/auth/jwks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"keys\": [\n {\n \"kid\": \"\",\n \"kty\": \"\",\n \"e\": \"\",\n \"n\": \"\",\n \"use\": \"\"\n },\n {\n \"kid\": \"\",\n \"kty\": \"\",\n \"e\": \"\",\n \"n\": \"\",\n \"use\": \"\"\n }\n ]\n}"}]},{"name":"OpenID Connect Provider Metadata","id":"5a61e7bf-e638-480e-b11d-b16f9b01a38b","request":{"method":"GET","header":[],"url":"{{baseUrl}}/auth/.well-known/openid-configuration","description":"[OpenID Connect Discovery metadata](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig) describing provider configuration."},"response":[{"id":"f30fad9a-4f97-4ea9-84ee-44cf38810d97","name":"OpenID Connect Provider Metadata","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/auth/.well-known/openid-configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"issuer\": \"\",\n \"authorization_endpoint\": \"\",\n \"token_endpoint\": \"\",\n \"userinfo_endpoint\": \"\",\n \"jwks_uri\": \"\",\n \"end_session_endpoint\": \"\",\n \"scopes_supported\": [\n \"\",\n \"\"\n ],\n \"response_types_supported\": [\n \"\",\n \"\"\n ],\n \"subject_types_supported\": [\n \"\",\n \"\"\n ],\n \"id_token_signing_alg_values_supported\": [\n \"\",\n \"\"\n ],\n \"token_endpoint_auth_methods_supported\": [\n \"\",\n \"\"\n ],\n \"claims_supported\": [\n \"\",\n \"\"\n ]\n}"}]},{"name":"UserInfo","id":"7a74ab11-8007-4922-a7df-04e29102cf21","request":{"method":"GET","header":[],"url":"{{baseUrl}}/auth/userinfo","description":"This endpoint returns information about the authenticated user in the form of [OpenID Connect claims](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo). The returned claims depend on the `scope` values associated with the access token as well as the information provided by the single sign-on (SSO) provider and electronic health record (EHR). Even when the relevant scope has been requested, clients should expect that any claim except `aud` (audience client ID) and `sub` (subject ID) may be omitted from the response."},"response":[{"id":"654a68f4-d438-4f2e-959e-1e812318b060","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/auth/userinfo"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"dc006905-7836-4b02-9944-0f970a73f1ca","name":"UserInfo Response","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/auth/userinfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"aud\": \"\",\n \"sub\": \"\",\n \"name\": \"\",\n \"given_name\": \"\",\n \"middle_name\": \"\",\n \"family_name\": \"\",\n \"nickname\": \"\",\n \"preferred_username\": \"\",\n \"profile\": \"\",\n \"picture\": \"\",\n \"website\": \"\",\n \"email\": \"\",\n \"email_verified\": \"\",\n \"gender\": \"\",\n \"birthday\": \"\",\n \"zoneinfo\": \"\",\n \"locale\": \"\",\n \"phone_number\": \"\",\n \"phone_number_verified\": \"\",\n \"address\": {\n \"formatted\": \"\",\n \"street_address\": \"\",\n \"locality\": \"\",\n \"region\": \"\",\n \"postal_code\": \"\",\n \"country\": \"\"\n },\n \"updated_at\": \"\",\n \"fhirUser\": \"\"\n}"}]},{"name":"Logout","id":"3fc463bf-c1fe-4ef9-9ac7-c43450c14837","request":{"method":"GET","header":[],"url":"{{baseUrl}}/auth/logout","description":"This endpoint logs out the authenticated user."},"response":[{"id":"1bee39cb-9d81-4696-87ef-ec6e206fe506","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/auth/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"24ce1739-fbf6-43d3-abc0-150e8a7337a0","name":"Success","originalRequest":{"method":"GET","header":[{"description":{"content":"Added as a part of security scheme: oauth2","type":"text/plain"},"key":"Authorization","value":""}],"url":"{{baseUrl}}/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}]}],"id":"ef63ba38-12d3-4635-b90d-983c4753f3ec"}],"auth":{"type":"oauth2","oauth2":{"accessToken":"Sec-q0lvrLELhvAy1woH3MX1t2UVLgA-ceS"}},"event":[{"listen":"prerequest","script":{"id":"a1156e65-e17a-4d90-9073-132641166c71","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"02d61c4d-7f48-46af-96d5-b8e501728d1e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://bend.local.commure.com:8000"}]}