BinaryCreateInput
No description
input BinaryCreateInput {
contentType: String!
securityContext: ReferenceCreateInput
data: String
id: String
meta: FhirMetaCreateInput
implicitRules: Uri
language: String
}
Fields
BinaryCreateInput.contentType ● String! non-null scalar
MimeType of the binary content represented as a standard MimeType (BCP 13).
BinaryCreateInput.securityContext ● ReferenceCreateInput input
This element identifies another resource that can be used as a proxy of the security sensitivity to use when deciding and enforcing access control rules for the Binary resource. Given that the Binary resource contains very few elements that can be used to determine the sensitivity of the data and relationships to individuals, the referenced resource stands in as a proxy equivalent for this purpose. This referenced resource may be related to the Binary (e.g. Media, DocumentReference), or may be some non-related Resource purely as a security proxy. E.g. to identify that the binary resource relates to a patient, and access should only be granted to applications that have access to the patient.
BinaryCreateInput.data ● String scalar
The actual content, base64 encoded.
BinaryCreateInput.id ● String scalar
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
BinaryCreateInput.meta ● FhirMetaCreateInput input
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
BinaryCreateInput.implicitRules ● Uri scalar
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
BinaryCreateInput.language ● String scalar
The base language in which the resource is written.
Member Of
BinaryCreate mutation