--- http_interactions: - request: method: post uri: https://develop.lifen.fr/fhir/CommunicationRequest body: encoding: UTF-8 string: '{"resourceType":"CommunicationRequest","sender":[{"reference":"Practitioner/valid-sender-uuid"}],"recipient":[{"reference":"Practitioner/valid-recipient-uuid-1"},{"reference":"Patient/valid-patient-id"}],"contained":[],"medium":[{"coding":[{"id":"valid-medium-uuid-1"}]}],"category":[{"coding":[{"system":"http://honestica.com/fhir/communication/category","code":"MEDICAL_REPORT"}]}],"payload":[{"contentReference":{"reference":"Binary/valid-binary-uuid"}}]}' headers: User-Agent: - Faraday v0.12.1 Authorization: - Bearer valid_application_access_token Accept: - application/json Content-Type: - application/json Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 response: status: code: 201 message: Created headers: Server: - Apache-Coyote/1.1 X-Content-Type-Options: - nosniff X-Xss-Protection: - 1; mode=block Cache-Control: - no-cache, no-store, max-age=0, must-revalidate Pragma: - no-cache Expires: - '0' X-Powered-By: - HAPI FHIR 2.4 REST Server (FHIR Server; FHIR 3.0.1/DSTU3) Location: - http://rc.lifen.fr:10129/fhir/OperationOutcome/e3c336cc-2cdf-4e8c-99da-417e15e3084b Content-Type: - application/json+fhir;charset=UTF-8 Transfer-Encoding: - chunked Date: - Wed, 31 May 2017 16:32:34 GMT body: encoding: UTF-8 string: |- { "resourceType": "OperationOutcome", "id": "e3c336cc-2cdf-4e8c-99da-417e15e3084b", "issue": [ { "severity": "information", "diagnostics": "CommunicationRequest accepted" }, { "severity": "information", "diagnostics": "CommunicationRequest accepted" } ] } http_version: recorded_at: Wed, 31 May 2017 16:32:13 GMT recorded_with: VCR 3.0.3