-
Notifications
You must be signed in to change notification settings - Fork 566
Update to Firely 5.11.3, add binary resource test #4814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8849ed5
031a69e
905877f
c94ca34
b25ecfa
cd7eb3d
ab029e8
8d9ad77
58deb8a
8f69ca9
605756b
35f6b1b
aeee107
64d30af
27c903d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could this be moved to the Data folder with the other json files?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch, while I did create this file here initially for manualy testing, it is also copied to the Data folder for the automated tests. I will leave this file here in case it is useful. |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| { | ||
| "resourceType": "Communication", | ||
| "id": "fm-attachment", | ||
| "text": { | ||
| "status": "generated", | ||
| "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Attachment which is unsolicited</div>" | ||
| }, | ||
| "identifier": [ | ||
| { | ||
| "system": "http://www.providerco.com/communication", | ||
| "value": "12345" | ||
| } | ||
| ], | ||
| "status": "completed", | ||
| "category": [ | ||
| { | ||
| "coding": [ | ||
| { | ||
| "system": "http://acme.org/messagetypes", | ||
| "code": "SolicitedAttachment" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "subject": { | ||
| "reference": "Patient/1" | ||
| }, | ||
| "about": [ | ||
| { | ||
| "identifier": { | ||
| "system": "http://happyvalley.com/claim", | ||
| "value": "12345" | ||
| } | ||
| }, | ||
| { | ||
| "identifier": { | ||
| "system": "http://www.BenefitsInc.com/fhir/claimresponse", | ||
| "value": "R3500" | ||
| } | ||
| } | ||
| ], | ||
| "sent": "2016-06-12T18:01:10-08:00", | ||
| "recipient": [ | ||
| { | ||
| "identifier": { | ||
| "system": "http://www.jurisdiction.com/insurer", | ||
| "value": "123456" | ||
| } | ||
| } | ||
| ], | ||
| "sender": { | ||
| "identifier": { | ||
| "system": "http://www.jurisdiction.com/provideroffices", | ||
| "value": "3456" | ||
| } | ||
| }, | ||
| "payload": [ | ||
| { | ||
| "contentAttachment": { | ||
| "contentType": "application/pdf", | ||
| "data": "SGVsbG8=", | ||
| "title": "accident notes 20100201.pdf", | ||
| "creation": "2010-02-01T11:50:23-05:00" | ||
| } | ||
| }, | ||
| { | ||
| "contentAttachment": { | ||
| "contentType": "application/pdf", | ||
| "url": "http://example.org/docs/AB12345", | ||
| "size": 104274, | ||
| "hash": "SGVsbG8gdGhlcmU=", | ||
| "creation": "2010-02-01T10:57:34+01:00" | ||
| } | ||
| } | ||
| ] | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.