Skip to main content

IBinary

FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'

interface IBinary {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
contentType: code
_contentType: ElementBase
securityContext: Reference
data: base64Binary
_data: ElementBase
}

Fields

IBinary.id ● String scalar

IBinary.meta ● Meta object

IBinary.implicitRules ● uri scalar

IBinary._implicitRules ● ElementBase object

IBinary.language ● code scalar

IBinary._language ● ElementBase object

IBinary.contentType ● code scalar

IBinary._contentType ● ElementBase object

IBinary.securityContext ● Reference object

IBinary.data ● base64Binary scalar

IBinary._data ● ElementBase object