devicedefinition

package
v0.0.0-...-9ef2174 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2024 License: Apache-2.0, MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeviceDefinition

type DeviceDefinition struct {

	// Device capabilities.
	Capability []*DeviceDefinitionCapability `fhirpath:"capability"`

	// Contact details for an organization or a particular human that is
	// responsible for the device.
	Contact []*fhir.ContactPoint `fhirpath:"contact"`

	// These resources do not have an independent existence apart from the resource
	// that contains them - they cannot be identified independently, and nor can
	// they have their own independent transaction scope.
	Contained []fhir.Resource `fhirpath:"contained"`

	// A name given to the device to identify it.
	DeviceName []*DeviceDefinitionDeviceName `fhirpath:"deviceName"`

	// May be used to represent additional information that is not part of the
	// basic definition of the resource. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// The logical id of the resource, as used in the URL for the resource. Once
	// assigned, this value never changes.
	ID string `fhirpath:"id"`

	// Unique instance identifiers assigned to a device by the software,
	// manufacturers, other organizations or owners. For example: handle ID.
	Identifier []*fhir.Identifier `fhirpath:"identifier"`

	// 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.
	ImplicitRules *fhir.URI `fhirpath:"implicitRules"`

	// The base language in which the resource is written.
	Language *fhir.Code `fhirpath:"language"`

	// Language code for the human-readable text strings produced by the device
	// (all supported).
	LanguageCode []*fhir.CodeableConcept `fhirpath:"languageCode"`

	// A name of the manufacturer.
	Manufacturer fhir.Element `fhirpath:"manufacturer"`

	// A substance used to create the material(s) of which the device is made.
	Material []*DeviceDefinitionMaterial `fhirpath:"material"`

	// 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.
	Meta *fhir.Meta `fhirpath:"meta"`

	// The model number for the device.
	ModelNumber *fhir.String `fhirpath:"modelNumber"`

	// May be used to represent additional information that is not part of the
	// basic definition of the resource and that modifies the understanding of the
	// element that contains it and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer is allowed to define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	// Descriptive information, usage information or implantation information that
	// is not captured in an existing element.
	Note []*fhir.Annotation `fhirpath:"note"`

	// Access to on-line information about the device.
	OnlineInformation *fhir.URI `fhirpath:"onlineInformation"`

	// An organization that is responsible for the provision and ongoing
	// maintenance of the device.
	Owner *fhir.Reference `fhirpath:"owner"`

	// The parent device it can be part of.
	ParentDevice *fhir.Reference `fhirpath:"parentDevice"`

	// Dimensions, color etc.
	PhysicalCharacteristics *fhir.ProdCharacteristic `fhirpath:"physicalCharacteristics"`

	// The actual configuration settings of a device as it actually operates, e.g.,
	// regulation status, time properties.
	Property []*DeviceDefinitionProperty `fhirpath:"property"`

	// The quantity of the device present in the packaging (e.g. the number of
	// devices present in a pack, or the number of devices in the same package of
	// the medicinal product).
	Quantity *fhir.Quantity `fhirpath:"quantity"`

	// Safety characteristics of the device.
	Safety []*fhir.CodeableConcept `fhirpath:"safety"`

	// Shelf Life and storage information.
	ShelfLifeStorage []*fhir.ProductShelfLife `fhirpath:"shelfLifeStorage"`

	// The capabilities supported on a device, the standards to which the device
	// conforms for a particular purpose, and used for the communication.
	Specialization []*DeviceDefinitionSpecialization `fhirpath:"specialization"`

	// A human-readable narrative that contains a summary of the resource and can
	// be used to represent the content of the resource to a human. The narrative
	// need not encode all the structured data, but is required to contain
	// sufficient detail to make it "clinically safe" for a human to just read the
	// narrative. Resource definitions may define what content should be
	// represented in the narrative to ensure clinical safety.
	Text *fhir.Narrative `fhirpath:"text"`

	// What kind of device or device system this is.
	Type *fhir.CodeableConcept `fhirpath:"type"`

	// Unique device identifier (UDI) assigned to device label or package. Note
	// that the Device may include multiple udiCarriers as it either may include
	// just the udiCarrier for the jurisdiction it is sold, or for multiple
	// jurisdictions it could have been sold.
	UdiDeviceIdentifier []*DeviceDefinitionUdiDeviceIdentifier `fhirpath:"udiDeviceIdentifier"`

	// A network address on which the device may be contacted directly.
	URL *fhir.URI `fhirpath:"url"`

	// The available versions of the device, e.g., software versions.
	Version []*fhir.String `fhirpath:"version"`

	profileimpl.BaseDomainResource
	profileimpl.BaseResource
}

The characteristics, operational status and capabilities of a medical-related component of a medical device.

Meta Details:

func (*DeviceDefinition) GetCapability

func (dd *DeviceDefinition) GetCapability() []*DeviceDefinitionCapability

GetCapability returns the value of the field Capability. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetContact

func (dd *DeviceDefinition) GetContact() []*fhir.ContactPoint

GetContact returns the value of the field Contact. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetContained

func (dd *DeviceDefinition) GetContained() []fhir.Resource

GetContained returns the value of the field Contained. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetDeviceName

func (dd *DeviceDefinition) GetDeviceName() []*DeviceDefinitionDeviceName

GetDeviceName returns the value of the field DeviceName. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetExtension

func (dd *DeviceDefinition) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetID

func (dd *DeviceDefinition) GetID() string

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetIdentifier

func (dd *DeviceDefinition) GetIdentifier() []*fhir.Identifier

GetIdentifier returns the value of the field Identifier. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetImplicitRules

func (dd *DeviceDefinition) GetImplicitRules() *fhir.URI

GetImplicitRules returns the value of the field ImplicitRules. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetLanguage

func (dd *DeviceDefinition) GetLanguage() *fhir.Code

GetLanguage returns the value of the field Language. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetLanguageCode

func (dd *DeviceDefinition) GetLanguageCode() []*fhir.CodeableConcept

GetLanguageCode returns the value of the field LanguageCode. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetManufacturer

func (dd *DeviceDefinition) GetManufacturer() fhir.Element

GetManufacturer returns the value of the field Manufacturer. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetManufacturerReference

func (dd *DeviceDefinition) GetManufacturerReference() *fhir.Reference

GetManufacturerReference returns the value of the field Manufacturer.

func (*DeviceDefinition) GetManufacturerString

func (dd *DeviceDefinition) GetManufacturerString() *fhir.String

GetManufacturerString returns the value of the field Manufacturer.

func (*DeviceDefinition) GetMaterial

func (dd *DeviceDefinition) GetMaterial() []*DeviceDefinitionMaterial

This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetMeta

func (dd *DeviceDefinition) GetMeta() *fhir.Meta

GetMeta returns the value of the field Meta. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetModelNumber

func (dd *DeviceDefinition) GetModelNumber() *fhir.String

GetModelNumber returns the value of the field ModelNumber. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetModifierExtension

func (dd *DeviceDefinition) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetNote

func (dd *DeviceDefinition) GetNote() []*fhir.Annotation

GetNote returns the value of the field Note. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetOnlineInformation

func (dd *DeviceDefinition) GetOnlineInformation() *fhir.URI

GetOnlineInformation returns the value of the field OnlineInformation. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetOwner

func (dd *DeviceDefinition) GetOwner() *fhir.Reference

GetOwner returns the value of the field Owner. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetParentDevice

func (dd *DeviceDefinition) GetParentDevice() *fhir.Reference

GetParentDevice returns the value of the field ParentDevice. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetPhysicalCharacteristics

func (dd *DeviceDefinition) GetPhysicalCharacteristics() *fhir.ProdCharacteristic

GetPhysicalCharacteristics returns the value of the field PhysicalCharacteristics. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetProperty

func (dd *DeviceDefinition) GetProperty() []*DeviceDefinitionProperty

GetProperty returns the value of the field Property. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetQuantity

func (dd *DeviceDefinition) GetQuantity() *fhir.Quantity

GetQuantity returns the value of the field Quantity. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetSafety

func (dd *DeviceDefinition) GetSafety() []*fhir.CodeableConcept

GetSafety returns the value of the field Safety. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetShelfLifeStorage

func (dd *DeviceDefinition) GetShelfLifeStorage() []*fhir.ProductShelfLife

GetShelfLifeStorage returns the value of the field ShelfLifeStorage. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetSpecialization

func (dd *DeviceDefinition) GetSpecialization() []*DeviceDefinitionSpecialization

GetSpecialization returns the value of the field Specialization. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetText

func (dd *DeviceDefinition) GetText() *fhir.Narrative

GetText returns the value of the field Text. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetType

func (dd *DeviceDefinition) GetType() *fhir.CodeableConcept

GetType returns the value of the field Type. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetURL

func (dd *DeviceDefinition) GetURL() *fhir.URI

GetURL returns the value of the field URL. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetUdiDeviceIdentifier

func (dd *DeviceDefinition) GetUdiDeviceIdentifier() []*DeviceDefinitionUdiDeviceIdentifier

GetUdiDeviceIdentifier returns the value of the field UdiDeviceIdentifier. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) GetVersion

func (dd *DeviceDefinition) GetVersion() []*fhir.String

GetVersion returns the value of the field Version. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinition) MarshalJSON

func (dd *DeviceDefinition) MarshalJSON() ([]byte, error)

func (*DeviceDefinition) UnmarshalJSON

func (dd *DeviceDefinition) UnmarshalJSON(data []byte) error

type DeviceDefinitionCapability

type DeviceDefinitionCapability struct {

	// Description of capability.
	Description []*fhir.CodeableConcept `fhirpath:"description"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// Unique id for the element within a resource (for internal references). This
	// may be any string value that does not contain spaces.
	ID string `fhirpath:"id"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element and that modifies the understanding of the
	// element in which it is contained and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer can define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	// Type of capability.
	Type *fhir.CodeableConcept `fhirpath:"type"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Device capabilities// Device capabilities.

Meta Details:

  • Package IG: hl7.fhir.r4.core@4.0.1
  • StructureDefinition:
  • Source File: StructureDefinition-DeviceDefinition.json

func (*DeviceDefinitionCapability) GetDescription

func (ddc *DeviceDefinitionCapability) GetDescription() []*fhir.CodeableConcept

GetDescription returns the value of the field Description. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionCapability) GetExtension

func (ddc *DeviceDefinitionCapability) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionCapability) GetID

func (ddc *DeviceDefinitionCapability) GetID() string

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionCapability) GetModifierExtension

func (ddc *DeviceDefinitionCapability) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionCapability) GetType

func (ddc *DeviceDefinitionCapability) GetType() *fhir.CodeableConcept

GetType returns the value of the field Type. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionCapability) MarshalJSON

func (ddc *DeviceDefinitionCapability) MarshalJSON() ([]byte, error)

func (*DeviceDefinitionCapability) UnmarshalJSON

func (ddc *DeviceDefinitionCapability) UnmarshalJSON(data []byte) error

type DeviceDefinitionDeviceName

type DeviceDefinitionDeviceName struct {

	// May be used to represent additional information that is not part of the
	// basic definition of the element. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// Unique id for the element within a resource (for internal references). This
	// may be any string value that does not contain spaces.
	ID string `fhirpath:"id"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element and that modifies the understanding of the
	// element in which it is contained and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer can define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	// The name of the device.
	Name *fhir.String `fhirpath:"name"`

	// The type of deviceName. UDILabelName | UserFriendlyName |
	// PatientReportedName | ManufactureDeviceName | ModelName.
	Type *fhir.Code `fhirpath:"type"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

A name given to the device to identify it// A name given to the device to identify it.

Meta Details:

  • Package IG: hl7.fhir.r4.core@4.0.1
  • StructureDefinition:
  • Source File: StructureDefinition-DeviceDefinition.json

func (*DeviceDefinitionDeviceName) GetExtension

func (dddn *DeviceDefinitionDeviceName) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionDeviceName) GetID

func (dddn *DeviceDefinitionDeviceName) GetID() string

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionDeviceName) GetModifierExtension

func (dddn *DeviceDefinitionDeviceName) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionDeviceName) GetName

func (dddn *DeviceDefinitionDeviceName) GetName() *fhir.String

GetName returns the value of the field Name. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionDeviceName) GetType

func (dddn *DeviceDefinitionDeviceName) GetType() *fhir.Code

GetType returns the value of the field Type. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionDeviceName) MarshalJSON

func (dddn *DeviceDefinitionDeviceName) MarshalJSON() ([]byte, error)

func (*DeviceDefinitionDeviceName) UnmarshalJSON

func (dddn *DeviceDefinitionDeviceName) UnmarshalJSON(data []byte) error

type DeviceDefinitionMaterial

type DeviceDefinitionMaterial struct {

	// Whether the substance is a known or suspected allergen.
	AllergenicIndicator *fhir.Boolean `fhirpath:"allergenicIndicator"`

	// Indicates an alternative material of the device.
	Alternate *fhir.Boolean `fhirpath:"alternate"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// Unique id for the element within a resource (for internal references). This
	// may be any string value that does not contain spaces.
	ID string `fhirpath:"id"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element and that modifies the understanding of the
	// element in which it is contained and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer can define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	// The substance.
	Substance *fhir.CodeableConcept `fhirpath:"substance"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

A substance used to create the material(s) of which the device is made// A substance used to create the material(s) of which the device is made.

Meta Details:

  • Package IG: hl7.fhir.r4.core@4.0.1
  • StructureDefinition:
  • Source File: StructureDefinition-DeviceDefinition.json

func (*DeviceDefinitionMaterial) GetAllergenicIndicator

func (ddm *DeviceDefinitionMaterial) GetAllergenicIndicator() *fhir.Boolean

GetAllergenicIndicator returns the value of the field AllergenicIndicator. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionMaterial) GetAlternate

func (ddm *DeviceDefinitionMaterial) GetAlternate() *fhir.Boolean

GetAlternate returns the value of the field Alternate. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionMaterial) GetExtension

func (ddm *DeviceDefinitionMaterial) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionMaterial) GetID

func (ddm *DeviceDefinitionMaterial) GetID() string

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionMaterial) GetModifierExtension

func (ddm *DeviceDefinitionMaterial) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionMaterial) GetSubstance

func (ddm *DeviceDefinitionMaterial) GetSubstance() *fhir.CodeableConcept

GetSubstance returns the value of the field Substance. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionMaterial) MarshalJSON

func (ddm *DeviceDefinitionMaterial) MarshalJSON() ([]byte, error)

func (*DeviceDefinitionMaterial) UnmarshalJSON

func (ddm *DeviceDefinitionMaterial) UnmarshalJSON(data []byte) error

type DeviceDefinitionProperty

type DeviceDefinitionProperty struct {

	// May be used to represent additional information that is not part of the
	// basic definition of the element. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// Unique id for the element within a resource (for internal references). This
	// may be any string value that does not contain spaces.
	ID string `fhirpath:"id"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element and that modifies the understanding of the
	// element in which it is contained and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer can define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	// Code that specifies the property DeviceDefinitionPropetyCode (Extensible).
	Type *fhir.CodeableConcept `fhirpath:"type"`

	// Property value as a code, e.g., NTP4 (synced to NTP).
	ValueCode []*fhir.CodeableConcept `fhirpath:"valueCode"`

	// Property value as a quantity.
	ValueQuantity []*fhir.Quantity `fhirpath:"valueQuantity"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties// The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties.

Meta Details:

  • Package IG: hl7.fhir.r4.core@4.0.1
  • StructureDefinition:
  • Source File: StructureDefinition-DeviceDefinition.json

func (*DeviceDefinitionProperty) GetExtension

func (ddp *DeviceDefinitionProperty) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionProperty) GetID

func (ddp *DeviceDefinitionProperty) GetID() string

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionProperty) GetModifierExtension

func (ddp *DeviceDefinitionProperty) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionProperty) GetType

func (ddp *DeviceDefinitionProperty) GetType() *fhir.CodeableConcept

GetType returns the value of the field Type. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionProperty) GetValueCode

func (ddp *DeviceDefinitionProperty) GetValueCode() []*fhir.CodeableConcept

GetValueCode returns the value of the field ValueCode. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionProperty) GetValueQuantity

func (ddp *DeviceDefinitionProperty) GetValueQuantity() []*fhir.Quantity

GetValueQuantity returns the value of the field ValueQuantity. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionProperty) MarshalJSON

func (ddp *DeviceDefinitionProperty) MarshalJSON() ([]byte, error)

func (*DeviceDefinitionProperty) UnmarshalJSON

func (ddp *DeviceDefinitionProperty) UnmarshalJSON(data []byte) error

type DeviceDefinitionSpecialization

type DeviceDefinitionSpecialization struct {

	// May be used to represent additional information that is not part of the
	// basic definition of the element. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// Unique id for the element within a resource (for internal references). This
	// may be any string value that does not contain spaces.
	ID string `fhirpath:"id"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element and that modifies the understanding of the
	// element in which it is contained and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer can define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	// The standard that is used to operate and communicate.
	SystemType *fhir.String `fhirpath:"systemType"`

	// The version of the standard that is used to operate and communicate.
	Version *fhir.String `fhirpath:"version"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication// The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication.

Meta Details:

  • Package IG: hl7.fhir.r4.core@4.0.1
  • StructureDefinition:
  • Source File: StructureDefinition-DeviceDefinition.json

func (*DeviceDefinitionSpecialization) GetExtension

func (dds *DeviceDefinitionSpecialization) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionSpecialization) GetID

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionSpecialization) GetModifierExtension

func (dds *DeviceDefinitionSpecialization) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionSpecialization) GetSystemType

func (dds *DeviceDefinitionSpecialization) GetSystemType() *fhir.String

GetSystemType returns the value of the field SystemType. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionSpecialization) GetVersion

func (dds *DeviceDefinitionSpecialization) GetVersion() *fhir.String

GetVersion returns the value of the field Version. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionSpecialization) MarshalJSON

func (dds *DeviceDefinitionSpecialization) MarshalJSON() ([]byte, error)

func (*DeviceDefinitionSpecialization) UnmarshalJSON

func (dds *DeviceDefinitionSpecialization) UnmarshalJSON(data []byte) error

type DeviceDefinitionUdiDeviceIdentifier

type DeviceDefinitionUdiDeviceIdentifier struct {

	// The identifier that is to be associated with every Device that references
	// this DeviceDefintiion for the issuer and jurisdication porvided in the
	// DeviceDefinition.udiDeviceIdentifier.
	DeviceIdentifier *fhir.String `fhirpath:"deviceIdentifier"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element. To make the use of extensions safe and
	// manageable, there is a strict set of governance applied to the definition
	// and use of extensions. Though any implementer can define an extension, there
	// is a set of requirements that SHALL be met as part of the definition of the
	// extension.
	Extension []*fhir.Extension `fhirpath:"extension"`

	// Unique id for the element within a resource (for internal references). This
	// may be any string value that does not contain spaces.
	ID string `fhirpath:"id"`

	// The organization that assigns the identifier algorithm.
	Issuer *fhir.URI `fhirpath:"issuer"`

	// The jurisdiction to which the deviceIdentifier applies.
	Jurisdiction *fhir.URI `fhirpath:"jurisdiction"`

	// May be used to represent additional information that is not part of the
	// basic definition of the element and that modifies the understanding of the
	// element in which it is contained and/or the understanding of the containing
	// element's descendants. Usually modifier elements provide negation or
	// qualification. To make the use of extensions safe and manageable, there is a
	// strict set of governance applied to the definition and use of extensions.
	// Though any implementer can define an extension, there is a set of
	// requirements that SHALL be met as part of the definition of the extension.
	// Applications processing a resource are required to check for modifier
	// extensions.
	// Modifier extensions SHALL NOT change the meaning of any elements on Resource
	// or DomainResource (including cannot change the meaning of modifierExtension
	// itself).
	ModifierExtension []*fhir.Extension `fhirpath:"modifierExtension"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Unique Device Identifier (UDI) Barcode string// Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.

Meta Details:

  • Package IG: hl7.fhir.r4.core@4.0.1
  • StructureDefinition:
  • Source File: StructureDefinition-DeviceDefinition.json

func (*DeviceDefinitionUdiDeviceIdentifier) GetDeviceIdentifier

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) GetDeviceIdentifier() *fhir.String

GetDeviceIdentifier returns the value of the field DeviceIdentifier. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionUdiDeviceIdentifier) GetExtension

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) GetExtension() []*fhir.Extension

GetExtension returns the value of the field Extension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionUdiDeviceIdentifier) GetID

GetID returns the value of the field ID. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionUdiDeviceIdentifier) GetIssuer

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) GetIssuer() *fhir.URI

GetIssuer returns the value of the field Issuer. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionUdiDeviceIdentifier) GetJurisdiction

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) GetJurisdiction() *fhir.URI

GetJurisdiction returns the value of the field Jurisdiction. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionUdiDeviceIdentifier) GetModifierExtension

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) GetModifierExtension() []*fhir.Extension

GetModifierExtension returns the value of the field ModifierExtension. This function is safe to call on nil pointers, and will return the zero value instead.

func (*DeviceDefinitionUdiDeviceIdentifier) MarshalJSON

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) MarshalJSON() ([]byte, error)

func (*DeviceDefinitionUdiDeviceIdentifier) UnmarshalJSON

func (ddudi *DeviceDefinitionUdiDeviceIdentifier) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL