Skip to content

Commit 3429104

Browse files
authored
FHIR-50428 - relax language on attachment url
1 parent 886d4dc commit 3429104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

input/pagecontent/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Specifies the format of the file being requested.
723723

724724
##### Attachments
725725

726-
If resources in an output file contain elements of the type `Attachment`, the server SHOULD populate the `Attachment.contentType` code as well as either the `data` element or the `url` element. When populated, the `url` element SHALL be an absolute url that can be de-referenced to the attachment's content.
726+
If resources in an output file contain elements of the type `Attachment`, the server SHOULD populate the `Attachment.contentType` code as well as either the `data` element or the `url` element. If the data element is not populated and the url element is populated, the url element SHALL be an absolute url that can be de-referenced to the attachment's content.
727727

728728
When the `url` element is populated with an absolute URL and the `requiresAccessToken` field in the Complete Status body is set to `true`, the url location must be accessible by a client with a valid access token, and SHALL NOT require the use of additional authentication credentials. When the `url` element is populated and the `requiresAccessToken` field in the Complete Status body is set to `false`, the url location must be accessible by a client without an access token.
729729

0 commit comments

Comments
 (0)