fhir

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: 3 Imported by: 5

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type Address ¶

type Address struct {

	// The name of the city, town, suburb, village or other community or delivery
	// center.
	City *String `fhirpath:"city"`

	// Country - a nation as commonly understood or generally accepted.
	Country *String `fhirpath:"country"`

	// The name of the administrative area (county).
	District *String `fhirpath:"district"`

	// 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 []*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"`

	// This component contains the house number, apartment number, street name,
	// street direction, P.O. Box number, delivery hints, and similar address
	// information.
	Line []*String `fhirpath:"line"`

	// Time period when address was/is in use.
	Period *Period `fhirpath:"period"`

	// A postal code designating a region defined by the postal service.
	PostalCode *String `fhirpath:"postalCode"`

	// Sub-unit of a country with limited sovereignty in a federally organized
	// country. A code may be used if codes are in common use (e.g. US 2 letter
	// state codes).
	State *String `fhirpath:"state"`

	// Specifies the entire address as it should be displayed e.g. on a postal
	// label. This may be provided instead of or as well as the specific parts.
	Text *String `fhirpath:"text"`

	// Distinguishes between physical addresses (those you can visit) and mailing
	// addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.
	Type *Code `fhirpath:"type"`

	// The purpose of this address.
	Use *Code `fhirpath:"use"`

	profileimpl.BaseElement
}

Base StructureDefinition for Address Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.

Meta Details:

func (*Address) GetCity ¶

func (a *Address) GetCity() *String

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

func (*Address) GetCountry ¶

func (a *Address) GetCountry() *String

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

func (*Address) GetDistrict ¶

func (a *Address) GetDistrict() *String

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

func (*Address) GetExtension ¶

func (a *Address) GetExtension() []*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 (*Address) GetID ¶

func (a *Address) 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 (*Address) GetLine ¶

func (a *Address) GetLine() []*String

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

func (*Address) GetPeriod ¶

func (a *Address) GetPeriod() *Period

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

func (*Address) GetPostalCode ¶

func (a *Address) GetPostalCode() *String

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

func (*Address) GetState ¶

func (a *Address) GetState() *String

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

func (*Address) GetText ¶

func (a *Address) GetText() *String

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 (*Address) GetType ¶

func (a *Address) GetType() *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 (*Address) GetUse ¶

func (a *Address) GetUse() *Code

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

func (*Address) MarshalJSON ¶

func (a *Address) MarshalJSON() ([]byte, error)

func (*Address) UnmarshalJSON ¶

func (a *Address) UnmarshalJSON(data []byte) error

type Age ¶

type Age struct {

	// A computer processable form of the unit in some unit representation system.
	Code *Code `fhirpath:"code"`

	// How the value should be understood and represented - whether the actual
	// value is greater or less than the stated value due to measurement issues;
	// e.g. if the comparator is "<" , then the real value is < stated value.
	Comparator *Code `fhirpath:"comparator"`

	// 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 []*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 identification of the system that provides the coded form of the unit.
	System *URI `fhirpath:"system"`

	// A human-readable form of the unit.
	Unit *String `fhirpath:"unit"`

	// The value of the measured amount. The value includes an implicit precision
	// in the presentation of the value.
	Value *Decimal `fhirpath:"value"`

	profileimpl.BaseQuantity
	profileimpl.BaseElement
}

Base StructureDefinition for Age Type: A duration of time during which an organism (or a process) has existed.

Meta Details:

func (*Age) GetCode ¶

func (a *Age) GetCode() *Code

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

func (*Age) GetComparator ¶

func (a *Age) GetComparator() *Code

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

func (*Age) GetExtension ¶

func (a *Age) GetExtension() []*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 (*Age) GetID ¶

func (a *Age) 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 (*Age) GetSystem ¶

func (a *Age) GetSystem() *URI

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

func (*Age) GetUnit ¶

func (a *Age) GetUnit() *String

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

func (*Age) GetValue ¶

func (a *Age) GetValue() *Decimal

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

func (*Age) MarshalJSON ¶

func (a *Age) MarshalJSON() ([]byte, error)

func (*Age) UnmarshalJSON ¶

func (a *Age) UnmarshalJSON(data []byte) error

type Annotation ¶

type Annotation struct {

	// The individual responsible for making the annotation.
	Author Element `fhirpath:"author"`

	// 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 []*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 text of the annotation in markdown format.
	Text *Markdown `fhirpath:"text"`

	// Indicates when this particular annotation was made.
	Time *DateTime `fhirpath:"time"`

	profileimpl.BaseElement
}

Base StructureDefinition for Annotation Type: A text note which also contains information about who made the statement and when.

Meta Details:

func (*Annotation) GetAuthor ¶

func (a *Annotation) GetAuthor() Element

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

func (*Annotation) GetAuthorReference ¶

func (a *Annotation) GetAuthorReference() *Reference

GetAuthorReference returns the value of the field Author.

func (*Annotation) GetAuthorString ¶

func (a *Annotation) GetAuthorString() *String

GetAuthorString returns the value of the field Author.

func (*Annotation) GetExtension ¶

func (a *Annotation) GetExtension() []*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 (*Annotation) GetID ¶

func (a *Annotation) 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 (*Annotation) GetText ¶

func (a *Annotation) GetText() *Markdown

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 (*Annotation) GetTime ¶

func (a *Annotation) GetTime() *DateTime

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

func (*Annotation) MarshalJSON ¶

func (a *Annotation) MarshalJSON() ([]byte, error)

func (*Annotation) UnmarshalJSON ¶

func (a *Annotation) UnmarshalJSON(data []byte) error

type Attachment ¶

type Attachment struct {

	// Identifies the type of the data in the attachment and allows a method to be
	// chosen to interpret or render the data. Includes mime type parameters such
	// as charset where appropriate.
	ContentType *Code `fhirpath:"contentType"`

	// The date that the attachment was first created.
	Creation *DateTime `fhirpath:"creation"`

	// The actual data of the attachment - a sequence of bytes, base64 encoded.
	Data *Base64Binary `fhirpath:"data"`

	// 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 []*Extension `fhirpath:"extension"`

	// The calculated hash of the data using SHA-1. Represented using base64.
	Hash *Base64Binary `fhirpath:"hash"`

	// 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 human language of the content. The value can be any valid value
	// according to BCP 47.
	Language *Code `fhirpath:"language"`

	// The number of bytes of data that make up this attachment (before base64
	// encoding, if that is done).
	Size *UnsignedInt `fhirpath:"size"`

	// A label or set of text to display in place of the data.
	Title *String `fhirpath:"title"`

	// A location where the data can be accessed.
	URL *URL `fhirpath:"url"`

	profileimpl.BaseElement
}

Base StructureDefinition for Attachment Type: For referring to data content defined in other formats.

Meta Details:

func (*Attachment) GetContentType ¶

func (a *Attachment) GetContentType() *Code

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

func (*Attachment) GetCreation ¶

func (a *Attachment) GetCreation() *DateTime

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

func (*Attachment) GetData ¶

func (a *Attachment) GetData() *Base64Binary

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

func (*Attachment) GetExtension ¶

func (a *Attachment) GetExtension() []*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 (*Attachment) GetHash ¶

func (a *Attachment) GetHash() *Base64Binary

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

func (*Attachment) GetID ¶

func (a *Attachment) 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 (*Attachment) GetLanguage ¶

func (a *Attachment) GetLanguage() *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 (*Attachment) GetSize ¶

func (a *Attachment) GetSize() *UnsignedInt

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

func (*Attachment) GetTitle ¶

func (a *Attachment) GetTitle() *String

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

func (*Attachment) GetURL ¶

func (a *Attachment) GetURL() *URL

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 (*Attachment) MarshalJSON ¶

func (a *Attachment) MarshalJSON() ([]byte, error)

func (*Attachment) UnmarshalJSON ¶

func (a *Attachment) UnmarshalJSON(data []byte) error

type BackboneElement ¶

type BackboneElement interface {
	// 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.
	GetExtension() []*Extension

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

	// 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).
	GetModifierExtension() []*Extension

	// Implement base BackboneElementProfile
	profileimpl.BackboneElementProfile
	// Implement base ElementProfile
	profileimpl.ElementProfile
}

Base StructureDefinition for BackboneElement Type: Base definition for all elements that are defined inside a resource - but not those in a data type.

Meta Details:

type Base64Binary ¶

type Base64Binary struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for base64Binary Type: A stream of bytes

Meta Details:

func (*Base64Binary) GetExtension ¶

func (b6b *Base64Binary) GetExtension() []*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 (*Base64Binary) GetID ¶

func (b6b *Base64Binary) 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 (*Base64Binary) GetValue ¶

func (b6b *Base64Binary) GetValue() string

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

func (*Base64Binary) MarshalJSON ¶

func (b6b *Base64Binary) MarshalJSON() ([]byte, error)

func (*Base64Binary) UnmarshalJSON ¶

func (b6b *Base64Binary) UnmarshalJSON(data []byte) error

type Boolean ¶

type Boolean struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value bool `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for boolean Type: Value of "true" or "false"

Meta Details:

func (*Boolean) GetExtension ¶

func (b *Boolean) GetExtension() []*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 (*Boolean) GetID ¶

func (b *Boolean) 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 (*Boolean) GetValue ¶

func (b *Boolean) GetValue() bool

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

func (*Boolean) MarshalJSON ¶

func (b *Boolean) MarshalJSON() ([]byte, error)

func (*Boolean) UnmarshalJSON ¶

func (b *Boolean) UnmarshalJSON(data []byte) error

type Canonical ¶

type Canonical struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for canonical
	Value string `fhirpath:"value"`

	profileimpl.BaseURI
	profileimpl.BaseElement
}

Base StructureDefinition for canonical type: A URI that is a reference to a canonical URL on a FHIR resource

Meta Details:

func (*Canonical) GetExtension ¶

func (c *Canonical) GetExtension() []*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 (*Canonical) GetID ¶

func (c *Canonical) 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 (*Canonical) GetValue ¶

func (c *Canonical) GetValue() string

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

func (*Canonical) MarshalJSON ¶

func (c *Canonical) MarshalJSON() ([]byte, error)

func (*Canonical) UnmarshalJSON ¶

func (c *Canonical) UnmarshalJSON(data []byte) error

type Code ¶

type Code struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for code
	Value string `fhirpath:"value"`

	profileimpl.BaseString
	profileimpl.BaseElement
}

Base StructureDefinition for code type: A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents

Meta Details:

func (*Code) GetExtension ¶

func (c *Code) GetExtension() []*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 (*Code) GetID ¶

func (c *Code) 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 (*Code) GetValue ¶

func (c *Code) GetValue() string

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

func (*Code) MarshalJSON ¶

func (c *Code) MarshalJSON() ([]byte, error)

func (*Code) UnmarshalJSON ¶

func (c *Code) UnmarshalJSON(data []byte) error

type CodeableConcept ¶

type CodeableConcept struct {

	// A reference to a code defined by a terminology system.
	Coding []*Coding `fhirpath:"coding"`

	// 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 []*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"`

	// A human language representation of the concept as seen/selected/uttered by
	// the user who entered the data and/or which represents the intended meaning
	// of the user.
	Text *String `fhirpath:"text"`

	profileimpl.BaseElement
}

Base StructureDefinition for CodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.

Meta Details:

func (*CodeableConcept) GetCoding ¶

func (cc *CodeableConcept) GetCoding() []*Coding

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

func (*CodeableConcept) GetExtension ¶

func (cc *CodeableConcept) GetExtension() []*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 (*CodeableConcept) GetID ¶

func (cc *CodeableConcept) 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 (*CodeableConcept) GetText ¶

func (cc *CodeableConcept) GetText() *String

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 (*CodeableConcept) MarshalJSON ¶

func (cc *CodeableConcept) MarshalJSON() ([]byte, error)

func (*CodeableConcept) UnmarshalJSON ¶

func (cc *CodeableConcept) UnmarshalJSON(data []byte) error

type Coding ¶

type Coding struct {

	// A symbol in syntax defined by the system. The symbol may be a predefined
	// code or an expression in a syntax defined by the coding system (e.g.
	// post-coordination).
	Code *Code `fhirpath:"code"`

	// A representation of the meaning of the code in the system, following the
	// rules of the system.
	Display *String `fhirpath:"display"`

	// 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 []*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 identification of the code system that defines the meaning of the symbol
	// in the code.
	System *URI `fhirpath:"system"`

	// Indicates that this coding was chosen by a user directly - e.g. off a pick
	// list of available items (codes or displays).
	UserSelected *Boolean `fhirpath:"userSelected"`

	// The version of the code system which was used when choosing this code. Note
	// that a well-maintained code system does not need the version reported,
	// because the meaning of codes is consistent across versions. However this
	// cannot consistently be assured, and when the meaning is not guaranteed to be
	// consistent, the version SHOULD be exchanged.
	Version *String `fhirpath:"version"`

	profileimpl.BaseElement
}

Base StructureDefinition for Coding Type: A reference to a code defined by a terminology system.

Meta Details:

func (*Coding) GetCode ¶

func (c *Coding) GetCode() *Code

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

func (*Coding) GetDisplay ¶

func (c *Coding) GetDisplay() *String

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

func (*Coding) GetExtension ¶

func (c *Coding) GetExtension() []*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 (*Coding) GetID ¶

func (c *Coding) 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 (*Coding) GetSystem ¶

func (c *Coding) GetSystem() *URI

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

func (*Coding) GetUserSelected ¶

func (c *Coding) GetUserSelected() *Boolean

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

func (*Coding) GetVersion ¶

func (c *Coding) GetVersion() *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 (*Coding) MarshalJSON ¶

func (c *Coding) MarshalJSON() ([]byte, error)

func (*Coding) UnmarshalJSON ¶

func (c *Coding) UnmarshalJSON(data []byte) error

type ContactDetail ¶

type ContactDetail 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 []*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 name of an individual to contact.
	Name *String `fhirpath:"name"`

	// The contact details for the individual (if a name was provided) or the
	// organization.
	Telecom []*ContactPoint `fhirpath:"telecom"`

	profileimpl.BaseElement
}

Base StructureDefinition for ContactDetail Type: Specifies contact information for a person or organization.

Meta Details:

func (*ContactDetail) GetExtension ¶

func (cd *ContactDetail) GetExtension() []*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 (*ContactDetail) GetID ¶

func (cd *ContactDetail) 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 (*ContactDetail) GetName ¶

func (cd *ContactDetail) GetName() *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 (*ContactDetail) GetTelecom ¶

func (cd *ContactDetail) GetTelecom() []*ContactPoint

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

func (*ContactDetail) MarshalJSON ¶

func (cd *ContactDetail) MarshalJSON() ([]byte, error)

func (*ContactDetail) UnmarshalJSON ¶

func (cd *ContactDetail) UnmarshalJSON(data []byte) error

type ContactPoint ¶

type ContactPoint 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 []*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"`

	// Time period when the contact point was/is in use.
	Period *Period `fhirpath:"period"`

	// Specifies a preferred order in which to use a set of contacts. ContactPoints
	// with lower rank values are more preferred than those with higher rank
	// values.
	Rank *PositiveInt `fhirpath:"rank"`

	// Telecommunications form for contact point - what communications system is
	// required to make use of the contact.
	System *Code `fhirpath:"system"`

	// Identifies the purpose for the contact point.
	Use *Code `fhirpath:"use"`

	// The actual contact point details, in a form that is meaningful to the
	// designated communication system (i.e. phone number or email address).
	Value *String `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.

Meta Details:

func (*ContactPoint) GetExtension ¶

func (cp *ContactPoint) GetExtension() []*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 (*ContactPoint) GetID ¶

func (cp *ContactPoint) 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 (*ContactPoint) GetPeriod ¶

func (cp *ContactPoint) GetPeriod() *Period

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

func (*ContactPoint) GetRank ¶

func (cp *ContactPoint) GetRank() *PositiveInt

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

func (*ContactPoint) GetSystem ¶

func (cp *ContactPoint) GetSystem() *Code

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

func (*ContactPoint) GetUse ¶

func (cp *ContactPoint) GetUse() *Code

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

func (*ContactPoint) GetValue ¶

func (cp *ContactPoint) GetValue() *String

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

func (*ContactPoint) MarshalJSON ¶

func (cp *ContactPoint) MarshalJSON() ([]byte, error)

func (*ContactPoint) UnmarshalJSON ¶

func (cp *ContactPoint) UnmarshalJSON(data []byte) error

type Contributor ¶

type Contributor struct {

	// Contact details to assist a user in finding and communicating with the
	// contributor.
	Contact []*ContactDetail `fhirpath:"contact"`

	// 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 []*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 name of the individual or organization responsible for the contribution.
	Name *String `fhirpath:"name"`

	// The type of contributor.
	Type *Code `fhirpath:"type"`

	profileimpl.BaseElement
}

Base StructureDefinition for Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.

Meta Details:

func (*Contributor) GetContact ¶

func (c *Contributor) GetContact() []*ContactDetail

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 (*Contributor) GetExtension ¶

func (c *Contributor) GetExtension() []*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 (*Contributor) GetID ¶

func (c *Contributor) 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 (*Contributor) GetName ¶

func (c *Contributor) GetName() *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 (*Contributor) GetType ¶

func (c *Contributor) GetType() *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 (*Contributor) MarshalJSON ¶

func (c *Contributor) MarshalJSON() ([]byte, error)

func (*Contributor) UnmarshalJSON ¶

func (c *Contributor) UnmarshalJSON(data []byte) error

type Count ¶

type Count struct {

	// A computer processable form of the unit in some unit representation system.
	Code *Code `fhirpath:"code"`

	// How the value should be understood and represented - whether the actual
	// value is greater or less than the stated value due to measurement issues;
	// e.g. if the comparator is "<" , then the real value is < stated value.
	Comparator *Code `fhirpath:"comparator"`

	// 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 []*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 identification of the system that provides the coded form of the unit.
	System *URI `fhirpath:"system"`

	// A human-readable form of the unit.
	Unit *String `fhirpath:"unit"`

	// The value of the measured amount. The value includes an implicit precision
	// in the presentation of the value.
	Value *Decimal `fhirpath:"value"`

	profileimpl.BaseQuantity
	profileimpl.BaseElement
}

Base StructureDefinition for Count Type: A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.

Meta Details:

func (*Count) GetCode ¶

func (c *Count) GetCode() *Code

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

func (*Count) GetComparator ¶

func (c *Count) GetComparator() *Code

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

func (*Count) GetExtension ¶

func (c *Count) GetExtension() []*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 (*Count) GetID ¶

func (c *Count) 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 (*Count) GetSystem ¶

func (c *Count) GetSystem() *URI

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

func (*Count) GetUnit ¶

func (c *Count) GetUnit() *String

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

func (*Count) GetValue ¶

func (c *Count) GetValue() *Decimal

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

func (*Count) MarshalJSON ¶

func (c *Count) MarshalJSON() ([]byte, error)

func (*Count) UnmarshalJSON ¶

func (c *Count) UnmarshalJSON(data []byte) error

type DataRequirement ¶

type DataRequirement struct {

	// Code filters specify additional constraints on the data, specifying the
	// value set of interest for a particular element of the data. Each code filter
	// defines an additional constraint on the data, i.e. code filters are AND'ed,
	// not OR'ed.
	CodeFilter []*DataRequirementCodeFilter `fhirpath:"codeFilter"`

	// Date filters specify additional constraints on the data in terms of the
	// applicable date range for specific elements. Each date filter specifies an
	// additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.
	DateFilter []*DataRequirementDateFilter `fhirpath:"dateFilter"`

	// 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 []*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"`

	// Specifies a maximum number of results that are required (uses the _count
	// search parameter).
	Limit *PositiveInt `fhirpath:"limit"`

	// Indicates that specific elements of the type are referenced by the knowledge
	// module and must be supported by the consumer in order to obtain an effective
	// evaluation. This does not mean that a value is required for this element,
	// only that the consuming system must understand the element and be able to
	// provide values for it if they are available.
	// The value of mustSupport SHALL be a FHIRPath resolveable on the type of the
	// DataRequirement. The path SHALL consist only of identifiers, constant
	// indexers, and .resolve() (see the [Simple FHIRPath
	// Profile](fhirpath.html#simple) for full details).
	MustSupport []*String `fhirpath:"mustSupport"`

	// The profile of the required data, specified as the uri of the profile
	// definition.
	Profile []*Canonical `fhirpath:"profile"`

	// Specifies the order of the results to be returned.
	Sort []*DataRequirementSort `fhirpath:"sort"`

	// The intended subjects of the data requirement. If this element is not
	// provided, a Patient subject is assumed.
	Subject Element `fhirpath:"subject"`

	// The type of the required data, specified as the type name of a resource. For
	// profiles, this value is set to the type of the base resource of the profile.
	Type *Code `fhirpath:"type"`

	profileimpl.BaseElement
}

Base StructureDefinition for DataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.

Meta Details:

func (*DataRequirement) GetCodeFilter ¶

func (dr *DataRequirement) GetCodeFilter() []*DataRequirementCodeFilter

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

func (*DataRequirement) GetDateFilter ¶

func (dr *DataRequirement) GetDateFilter() []*DataRequirementDateFilter

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

func (*DataRequirement) GetExtension ¶

func (dr *DataRequirement) GetExtension() []*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 (*DataRequirement) GetID ¶

func (dr *DataRequirement) 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 (*DataRequirement) GetLimit ¶

func (dr *DataRequirement) GetLimit() *PositiveInt

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

func (*DataRequirement) GetMustSupport ¶

func (dr *DataRequirement) GetMustSupport() []*String

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

func (*DataRequirement) GetProfile ¶

func (dr *DataRequirement) GetProfile() []*Canonical

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

func (*DataRequirement) GetSort ¶

func (dr *DataRequirement) GetSort() []*DataRequirementSort

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

func (*DataRequirement) GetSubject ¶

func (dr *DataRequirement) GetSubject() Element

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

func (*DataRequirement) GetSubjectCodeableConcept ¶

func (dr *DataRequirement) GetSubjectCodeableConcept() *CodeableConcept

GetSubjectCodeableConcept returns the value of the field Subject.

func (*DataRequirement) GetSubjectReference ¶

func (dr *DataRequirement) GetSubjectReference() *Reference

GetSubjectReference returns the value of the field Subject.

func (*DataRequirement) GetType ¶

func (dr *DataRequirement) GetType() *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 (*DataRequirement) MarshalJSON ¶

func (dr *DataRequirement) MarshalJSON() ([]byte, error)

func (*DataRequirement) UnmarshalJSON ¶

func (dr *DataRequirement) UnmarshalJSON(data []byte) error

type DataRequirementCodeFilter ¶

type DataRequirementCodeFilter struct {

	// The codes for the code filter. If values are given, the filter will return
	// only those data items for which the code-valued attribute specified by the
	// path has a value that is one of the specified codes. If codes are specified
	// in addition to a value set, the filter returns items matching a code in the
	// value set or one of the specified codes.
	Code []*Coding `fhirpath:"code"`

	// 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 []*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 code-valued attribute of the filter. The specified path SHALL be a
	// FHIRPath resolveable on the specified type of the DataRequirement, and SHALL
	// consist only of identifiers, constant indexers, and .resolve(). The path is
	// allowed to contain qualifiers (.) to traverse sub-elements, as well as
	// indexers ([x]) to traverse multiple-cardinality sub-elements (see the
	// [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that
	// the index must be an integer constant. The path must resolve to an element
	// of type code, Coding, or CodeableConcept.
	Path *String `fhirpath:"path"`

	// A token parameter that refers to a search parameter defined on the specified
	// type of the DataRequirement, and which searches on elements of type code,
	// Coding, or CodeableConcept.
	SearchParam *String `fhirpath:"searchParam"`

	// The valueset for the code filter. The valueSet and code elements are
	// additive. If valueSet is specified, the filter will return only those data
	// items for which the value of the code-valued element specified in the path
	// is a member of the specified valueset.
	ValueSet *Canonical `fhirpath:"valueSet"`

	profileimpl.BaseElement
}

What codes are expected// Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.

Meta Details:

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

func (*DataRequirementCodeFilter) GetCode ¶

func (drcf *DataRequirementCodeFilter) GetCode() []*Coding

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

func (*DataRequirementCodeFilter) GetExtension ¶

func (drcf *DataRequirementCodeFilter) GetExtension() []*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 (*DataRequirementCodeFilter) GetID ¶

func (drcf *DataRequirementCodeFilter) 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 (*DataRequirementCodeFilter) GetPath ¶

func (drcf *DataRequirementCodeFilter) GetPath() *String

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

func (*DataRequirementCodeFilter) GetSearchParam ¶

func (drcf *DataRequirementCodeFilter) GetSearchParam() *String

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

func (*DataRequirementCodeFilter) GetValueSet ¶

func (drcf *DataRequirementCodeFilter) GetValueSet() *Canonical

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

func (*DataRequirementCodeFilter) MarshalJSON ¶

func (drcf *DataRequirementCodeFilter) MarshalJSON() ([]byte, error)

func (*DataRequirementCodeFilter) UnmarshalJSON ¶

func (drcf *DataRequirementCodeFilter) UnmarshalJSON(data []byte) error

type DataRequirementDateFilter ¶

type DataRequirementDateFilter 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 []*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 date-valued attribute of the filter. The specified path SHALL be a
	// FHIRPath resolveable on the specified type of the DataRequirement, and SHALL
	// consist only of identifiers, constant indexers, and .resolve(). The path is
	// allowed to contain qualifiers (.) to traverse sub-elements, as well as
	// indexers ([x]) to traverse multiple-cardinality sub-elements (see the
	// [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that
	// the index must be an integer constant. The path must resolve to an element
	// of type date, dateTime, Period, Schedule, or Timing.
	Path *String `fhirpath:"path"`

	// A date parameter that refers to a search parameter defined on the specified
	// type of the DataRequirement, and which searches on elements of type date,
	// dateTime, Period, Schedule, or Timing.
	SearchParam *String `fhirpath:"searchParam"`

	// The value of the filter. If period is specified, the filter will return only
	// those data items that fall within the bounds determined by the Period,
	// inclusive of the period boundaries. If dateTime is specified, the filter
	// will return only those data items that are equal to the specified dateTime.
	// If a Duration is specified, the filter will return only those data items
	// that fall within Duration before now.
	Value Element `fhirpath:"value"`

	profileimpl.BaseElement
}

What dates/date ranges are expected// Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.

Meta Details:

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

func (*DataRequirementDateFilter) GetExtension ¶

func (drdf *DataRequirementDateFilter) GetExtension() []*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 (*DataRequirementDateFilter) GetID ¶

func (drdf *DataRequirementDateFilter) 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 (*DataRequirementDateFilter) GetPath ¶

func (drdf *DataRequirementDateFilter) GetPath() *String

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

func (*DataRequirementDateFilter) GetSearchParam ¶

func (drdf *DataRequirementDateFilter) GetSearchParam() *String

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

func (*DataRequirementDateFilter) GetValue ¶

func (drdf *DataRequirementDateFilter) GetValue() Element

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

func (*DataRequirementDateFilter) GetValueDateTime ¶

func (drdf *DataRequirementDateFilter) GetValueDateTime() *DateTime

GetValueDateTime returns the value of the field Value.

func (*DataRequirementDateFilter) GetValueDuration ¶

func (drdf *DataRequirementDateFilter) GetValueDuration() *Duration

GetValueDuration returns the value of the field Value.

func (*DataRequirementDateFilter) GetValuePeriod ¶

func (drdf *DataRequirementDateFilter) GetValuePeriod() *Period

GetValuePeriod returns the value of the field Value.

func (*DataRequirementDateFilter) MarshalJSON ¶

func (drdf *DataRequirementDateFilter) MarshalJSON() ([]byte, error)

func (*DataRequirementDateFilter) UnmarshalJSON ¶

func (drdf *DataRequirementDateFilter) UnmarshalJSON(data []byte) error

type DataRequirementSort ¶

type DataRequirementSort struct {

	// The direction of the sort, ascending or descending.
	Direction *Code `fhirpath:"direction"`

	// 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 []*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 attribute of the sort. The specified path must be resolvable from the
	// type of the required data. The path is allowed to contain qualifiers (.) to
	// traverse sub-elements, as well as indexers ([x]) to traverse
	// multiple-cardinality sub-elements. Note that the index must be an integer
	// constant.
	Path *String `fhirpath:"path"`

	profileimpl.BaseElement
}

Order of the results// Specifies the order of the results to be returned.// This element can be used in combination with the sort element to specify quota requirements such as "the most recent 5" or "the highest 5". When multiple sorts are specified, they are applied in the order they appear in the resource.

Meta Details:

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

func (*DataRequirementSort) GetDirection ¶

func (drs *DataRequirementSort) GetDirection() *Code

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

func (*DataRequirementSort) GetExtension ¶

func (drs *DataRequirementSort) GetExtension() []*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 (*DataRequirementSort) GetID ¶

func (drs *DataRequirementSort) 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 (*DataRequirementSort) GetPath ¶

func (drs *DataRequirementSort) GetPath() *String

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

func (*DataRequirementSort) MarshalJSON ¶

func (drs *DataRequirementSort) MarshalJSON() ([]byte, error)

func (*DataRequirementSort) UnmarshalJSON ¶

func (drs *DataRequirementSort) UnmarshalJSON(data []byte) error

type Date ¶

type Date struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for date Type: A date or partial date (e.g. just year or year + month). There is no time zone. The format is a union of the schema types gYear, gYearMonth and date. Dates SHALL be valid dates.

Meta Details:

func (*Date) GetExtension ¶

func (d *Date) GetExtension() []*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 (*Date) GetID ¶

func (d *Date) 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 (*Date) GetValue ¶

func (d *Date) GetValue() string

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

func (*Date) MarshalJSON ¶

func (d *Date) MarshalJSON() ([]byte, error)

func (*Date) UnmarshalJSON ¶

func (d *Date) UnmarshalJSON(data []byte) error

type DateTime ¶

type DateTime struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for dateTime Type: A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates.

Meta Details:

func (*DateTime) GetExtension ¶

func (dt *DateTime) GetExtension() []*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 (*DateTime) GetID ¶

func (dt *DateTime) 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 (*DateTime) GetValue ¶

func (dt *DateTime) GetValue() string

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

func (*DateTime) MarshalJSON ¶

func (dt *DateTime) MarshalJSON() ([]byte, error)

func (*DateTime) UnmarshalJSON ¶

func (dt *DateTime) UnmarshalJSON(data []byte) error

type Decimal ¶

type Decimal struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value float64 `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for decimal Type: A rational number with implicit precision

Meta Details:

func (*Decimal) GetExtension ¶

func (d *Decimal) GetExtension() []*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 (*Decimal) GetID ¶

func (d *Decimal) 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 (*Decimal) GetValue ¶

func (d *Decimal) GetValue() float64

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

func (*Decimal) MarshalJSON ¶

func (d *Decimal) MarshalJSON() ([]byte, error)

func (*Decimal) UnmarshalJSON ¶

func (d *Decimal) UnmarshalJSON(data []byte) error

type Distance ¶

type Distance struct {

	// A computer processable form of the unit in some unit representation system.
	Code *Code `fhirpath:"code"`

	// How the value should be understood and represented - whether the actual
	// value is greater or less than the stated value due to measurement issues;
	// e.g. if the comparator is "<" , then the real value is < stated value.
	Comparator *Code `fhirpath:"comparator"`

	// 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 []*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 identification of the system that provides the coded form of the unit.
	System *URI `fhirpath:"system"`

	// A human-readable form of the unit.
	Unit *String `fhirpath:"unit"`

	// The value of the measured amount. The value includes an implicit precision
	// in the presentation of the value.
	Value *Decimal `fhirpath:"value"`

	profileimpl.BaseQuantity
	profileimpl.BaseElement
}

Base StructureDefinition for Distance Type: A length - a value with a unit that is a physical distance.

Meta Details:

func (*Distance) GetCode ¶

func (d *Distance) GetCode() *Code

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

func (*Distance) GetComparator ¶

func (d *Distance) GetComparator() *Code

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

func (*Distance) GetExtension ¶

func (d *Distance) GetExtension() []*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 (*Distance) GetID ¶

func (d *Distance) 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 (*Distance) GetSystem ¶

func (d *Distance) GetSystem() *URI

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

func (*Distance) GetUnit ¶

func (d *Distance) GetUnit() *String

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

func (*Distance) GetValue ¶

func (d *Distance) GetValue() *Decimal

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

func (*Distance) MarshalJSON ¶

func (d *Distance) MarshalJSON() ([]byte, error)

func (*Distance) UnmarshalJSON ¶

func (d *Distance) UnmarshalJSON(data []byte) error

type DocumentSectionLibrary ¶

type DocumentSectionLibrary interface {
	// Implement base DocumentSectionLibraryProfile
	profileimpl.DocumentSectionLibraryProfile

	// Implement base DomainResourceProfile
	profileimpl.DomainResourceProfile
	// Implement base ResourceProfile
	profileimpl.ResourceProfile
}

Meta Details:

type DomainResource ¶

type DomainResource interface {
	// 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.
	GetContained() []Resource

	// 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.
	GetExtension() []*Extension

	// The logical id of the resource, as used in the URL for the resource. Once
	// assigned, this value never changes.
	GetID() string

	// 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.
	GetImplicitRules() *URI

	// The base language in which the resource is written.
	GetLanguage() *Code

	// 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.
	GetMeta() *Meta

	// 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).
	GetModifierExtension() []*Extension

	// 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.
	GetText() *Narrative

	// Implement base DomainResourceProfile
	profileimpl.DomainResourceProfile
	// Implement base ResourceProfile
	profileimpl.ResourceProfile
}

A resource that includes narrative, extensions, and contained resources.

Meta Details:

type Dosage ¶

type Dosage struct {

	// Supplemental instructions to the patient on how to take the medication (e.g.
	// "with meals" or"take half to one hour before food") or warnings for the
	// patient about the medication (e.g. "may cause drowsiness" or "avoid exposure
	// of skin to direct sunlight or sunlamps").
	AdditionalInstruction []*CodeableConcept `fhirpath:"additionalInstruction"`

	// Indicates whether the Medication is only taken when needed within a specific
	// dosing schedule (Boolean option), or it indicates the precondition for
	// taking the Medication (CodeableConcept).
	AsNeeded Element `fhirpath:"asNeeded"`

	// The amount of medication administered.
	DoseAndRate []*DosageDoseAndRate `fhirpath:"doseAndRate"`

	// 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 []*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"`

	// Upper limit on medication per administration.
	MaxDosePerAdministration *Quantity `fhirpath:"maxDosePerAdministration"`

	// Upper limit on medication per lifetime of the patient.
	MaxDosePerLifetime *Quantity `fhirpath:"maxDosePerLifetime"`

	// Upper limit on medication per unit of time.
	MaxDosePerPeriod *Ratio `fhirpath:"maxDosePerPeriod"`

	// Technique for administering medication.
	Method *CodeableConcept `fhirpath:"method"`

	// 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 []*Extension `fhirpath:"modifierExtension"`

	// Instructions in terms that are understood by the patient or consumer.
	PatientInstruction *String `fhirpath:"patientInstruction"`

	// How drug should enter body.
	Route *CodeableConcept `fhirpath:"route"`

	// Indicates the order in which the dosage instructions should be applied or
	// interpreted.
	Sequence *Integer `fhirpath:"sequence"`

	// Body site to administer to.
	Site *CodeableConcept `fhirpath:"site"`

	// Free text dosage instructions e.g. SIG.
	Text *String `fhirpath:"text"`

	// When medication should be administered.
	Timing *Timing `fhirpath:"timing"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for Dosage Type: Indicates how the medication is/was taken or should be taken by the patient.

Meta Details:

func (*Dosage) GetAdditionalInstruction ¶

func (d *Dosage) GetAdditionalInstruction() []*CodeableConcept

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

func (*Dosage) GetAsNeeded ¶

func (d *Dosage) GetAsNeeded() Element

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

func (*Dosage) GetAsNeededBoolean ¶

func (d *Dosage) GetAsNeededBoolean() *Boolean

GetAsNeededBoolean returns the value of the field AsNeeded.

func (*Dosage) GetAsNeededCodeableConcept ¶

func (d *Dosage) GetAsNeededCodeableConcept() *CodeableConcept

GetAsNeededCodeableConcept returns the value of the field AsNeeded.

func (*Dosage) GetDoseAndRate ¶

func (d *Dosage) GetDoseAndRate() []*DosageDoseAndRate

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

func (*Dosage) GetExtension ¶

func (d *Dosage) GetExtension() []*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 (*Dosage) GetID ¶

func (d *Dosage) 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 (*Dosage) GetMaxDosePerAdministration ¶

func (d *Dosage) GetMaxDosePerAdministration() *Quantity

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

func (*Dosage) GetMaxDosePerLifetime ¶

func (d *Dosage) GetMaxDosePerLifetime() *Quantity

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

func (*Dosage) GetMaxDosePerPeriod ¶

func (d *Dosage) GetMaxDosePerPeriod() *Ratio

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

func (*Dosage) GetMethod ¶

func (d *Dosage) GetMethod() *CodeableConcept

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

func (*Dosage) GetModifierExtension ¶

func (d *Dosage) GetModifierExtension() []*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 (*Dosage) GetPatientInstruction ¶

func (d *Dosage) GetPatientInstruction() *String

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

func (*Dosage) GetRoute ¶

func (d *Dosage) GetRoute() *CodeableConcept

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

func (*Dosage) GetSequence ¶

func (d *Dosage) GetSequence() *Integer

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

func (*Dosage) GetSite ¶

func (d *Dosage) GetSite() *CodeableConcept

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

func (*Dosage) GetText ¶

func (d *Dosage) GetText() *String

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 (*Dosage) GetTiming ¶

func (d *Dosage) GetTiming() *Timing

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

func (*Dosage) MarshalJSON ¶

func (d *Dosage) MarshalJSON() ([]byte, error)

func (*Dosage) UnmarshalJSON ¶

func (d *Dosage) UnmarshalJSON(data []byte) error

type DosageDoseAndRate ¶

type DosageDoseAndRate struct {

	// Amount of medication per dose.
	Dose Element `fhirpath:"dose"`

	// 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 []*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"`

	// Amount of medication per unit of time.
	Rate Element `fhirpath:"rate"`

	// The kind of dose or rate specified, for example, ordered or calculated.
	Type *CodeableConcept `fhirpath:"type"`

	profileimpl.BaseElement
}

Amount of medication administered// The amount of medication administered.

Meta Details:

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

func (*DosageDoseAndRate) GetDose ¶

func (ddar *DosageDoseAndRate) GetDose() Element

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

func (*DosageDoseAndRate) GetDoseQuantity ¶

func (ddar *DosageDoseAndRate) GetDoseQuantity() *Quantity

GetDoseQuantity returns the value of the field Dose.

func (*DosageDoseAndRate) GetDoseRange ¶

func (ddar *DosageDoseAndRate) GetDoseRange() *Range

GetDoseRange returns the value of the field Dose.

func (*DosageDoseAndRate) GetExtension ¶

func (ddar *DosageDoseAndRate) GetExtension() []*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 (*DosageDoseAndRate) GetID ¶

func (ddar *DosageDoseAndRate) 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 (*DosageDoseAndRate) GetRate ¶

func (ddar *DosageDoseAndRate) GetRate() Element

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

func (*DosageDoseAndRate) GetRateQuantity ¶

func (ddar *DosageDoseAndRate) GetRateQuantity() *Quantity

GetRateQuantity returns the value of the field Rate.

func (*DosageDoseAndRate) GetRateRange ¶

func (ddar *DosageDoseAndRate) GetRateRange() *Range

GetRateRange returns the value of the field Rate.

func (*DosageDoseAndRate) GetRateRatio ¶

func (ddar *DosageDoseAndRate) GetRateRatio() *Ratio

GetRateRatio returns the value of the field Rate.

func (*DosageDoseAndRate) GetType ¶

func (ddar *DosageDoseAndRate) GetType() *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 (*DosageDoseAndRate) MarshalJSON ¶

func (ddar *DosageDoseAndRate) MarshalJSON() ([]byte, error)

func (*DosageDoseAndRate) UnmarshalJSON ¶

func (ddar *DosageDoseAndRate) UnmarshalJSON(data []byte) error

type Duration ¶

type Duration struct {

	// A computer processable form of the unit in some unit representation system.
	Code *Code `fhirpath:"code"`

	// How the value should be understood and represented - whether the actual
	// value is greater or less than the stated value due to measurement issues;
	// e.g. if the comparator is "<" , then the real value is < stated value.
	Comparator *Code `fhirpath:"comparator"`

	// 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 []*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 identification of the system that provides the coded form of the unit.
	System *URI `fhirpath:"system"`

	// A human-readable form of the unit.
	Unit *String `fhirpath:"unit"`

	// The value of the measured amount. The value includes an implicit precision
	// in the presentation of the value.
	Value *Decimal `fhirpath:"value"`

	profileimpl.BaseQuantity
	profileimpl.BaseElement
}

Base StructureDefinition for Duration Type: A length of time.

Meta Details:

func (*Duration) GetCode ¶

func (d *Duration) GetCode() *Code

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

func (*Duration) GetComparator ¶

func (d *Duration) GetComparator() *Code

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

func (*Duration) GetExtension ¶

func (d *Duration) GetExtension() []*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 (*Duration) GetID ¶

func (d *Duration) 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 (*Duration) GetSystem ¶

func (d *Duration) GetSystem() *URI

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

func (*Duration) GetUnit ¶

func (d *Duration) GetUnit() *String

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

func (*Duration) GetValue ¶

func (d *Duration) GetValue() *Decimal

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

func (*Duration) MarshalJSON ¶

func (d *Duration) MarshalJSON() ([]byte, error)

func (*Duration) UnmarshalJSON ¶

func (d *Duration) UnmarshalJSON(data []byte) error

type Element ¶

type Element interface {
	// 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.
	GetExtension() []*Extension

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

	// Implement base ElementProfile
	profileimpl.ElementProfile
}

Base StructureDefinition for Element Type: Base definition for all elements in a resource.

Meta Details:

type ElementDefinition ¶

type ElementDefinition struct {

	// Identifies additional names by which this element might also be known.
	Alias []*String `fhirpath:"alias"`

	// Information about the base definition of the element, provided to make it
	// unnecessary for tools to trace the deviation of the element through the
	// derived and related profiles. When the element definition is not the
	// original definition of an element - i.g. either in a constraint on another
	// type, or for elements from a super type in a snap shot - then the
	// information in provided in the element definition may be different to the
	// base definition. On the original definition of the element, it will be same.
	Base *ElementDefinitionBase `fhirpath:"base"`

	// Binds to a value set if this element is coded (code, Coding,
	// CodeableConcept, Quantity), or the data types (string, uri).
	Binding *ElementDefinitionBinding `fhirpath:"binding"`

	// A code that has the same meaning as the element in a particular terminology.
	Code []*Coding `fhirpath:"code"`

	// Explanatory notes and implementation guidance about the data element,
	// including notes about how to use the data properly, exceptions to proper
	// use, etc. (Note: The text you are reading is specified in
	// ElementDefinition.comment).
	Comment *Markdown `fhirpath:"comment"`

	// A reference to an invariant that may make additional statements about the
	// cardinality or value in the instance.
	Condition []*ID `fhirpath:"condition"`

	// Formal constraints such as co-occurrence and other constraints that can be
	// computationally evaluated within the context of the instance.
	Constraint []*ElementDefinitionConstraint `fhirpath:"constraint"`

	// Identifies an element defined elsewhere in the definition whose content
	// rules should be applied to the current element. ContentReferences bring
	// across all the rules that are in the ElementDefinition for the element,
	// including definitions, cardinality constraints, bindings, invariants etc.
	ContentReference *URI `fhirpath:"contentReference"`

	// The value that should be used if there is no value stated in the instance
	// (e.g. 'if not otherwise specified, the abstract is false').
	DefaultValue Element `fhirpath:"defaultValue"`

	// Provides a complete explanation of the meaning of the data element for human
	// readability. For the case of elements derived from existing elements (e.g.
	// constraints), the definition SHALL be consistent with the base definition,
	// but convey the meaning of the element in the particular context of use of
	// the resource. (Note: The text you are reading is specified in
	// ElementDefinition.definition).
	Definition *Markdown `fhirpath:"definition"`

	// A sample value for this element demonstrating the type of information that
	// would typically be found in the element.
	Example []*ElementDefinitionExample `fhirpath:"example"`

	// 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 []*Extension `fhirpath:"extension"`

	// Specifies a value that SHALL be exactly the value for this element in the
	// instance. For purposes of comparison, non-significant whitespace is ignored,
	// and all values must be an exact match (case and accent sensitive). Missing
	// elements/attributes must also be missing.
	Fixed Element `fhirpath:"fixed"`

	// 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"`

	// If true, the value of this element affects the interpretation of the element
	// or resource that contains it, and the value of the element cannot be
	// ignored. Typically, this is used for status, negation and qualification
	// codes. The effect of this is that the element cannot be ignored by systems:
	// they SHALL either recognize the element and process it, and/or a
	// pre-determination has been made that it is not relevant to their particular
	// system.
	IsModifier *Boolean `fhirpath:"isModifier"`

	// Explains how that element affects the interpretation of the resource or
	// element that contains it.
	IsModifierReason *String `fhirpath:"isModifierReason"`

	// Whether the element should be included if a client requests a search with
	// the parameter _summary=true.
	IsSummary *Boolean `fhirpath:"isSummary"`

	// A single preferred label which is the text to display beside the element
	// indicating its meaning or to use to prompt for the element in a user display
	// or form.
	Label *String `fhirpath:"label"`

	// Identifies a concept from an external specification that roughly corresponds
	// to this element.
	Mapping []*ElementDefinitionMapping `fhirpath:"mapping"`

	// The maximum number of times this element is permitted to appear in the
	// instance.
	Max *String `fhirpath:"max"`

	// Indicates the maximum length in characters that is permitted to be present
	// in conformant instances and which is expected to be supported by conformant
	// consumers that support the element.
	MaxLength *Integer `fhirpath:"maxLength"`

	// The maximum allowed value for the element. The value is inclusive. This is
	// allowed for the types date, dateTime, instant, time, decimal, integer, and
	// Quantity.
	MaxValue Element `fhirpath:"maxValue"`

	// The Implicit meaning that is to be understood when this element is missing
	// (e.g. 'when this element is missing, the period is ongoing').
	MeaningWhenMissing *Markdown `fhirpath:"meaningWhenMissing"`

	// The minimum number of times this element SHALL appear in the instance.
	Min *UnsignedInt `fhirpath:"min"`

	// The minimum allowed value for the element. The value is inclusive. This is
	// allowed for the types date, dateTime, instant, time, decimal, integer, and
	// Quantity.
	MinValue Element `fhirpath:"minValue"`

	// 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 []*Extension `fhirpath:"modifierExtension"`

	// If true, implementations that produce or consume resources SHALL provide
	// "support" for the element in some meaningful way. If false, the element may
	// be ignored and not supported. If false, whether to populate or use the data
	// element in any way is at the discretion of the implementation.
	MustSupport *Boolean `fhirpath:"mustSupport"`

	// If present, indicates that the order of the repeating element has meaning
	// and describes what that meaning is. If absent, it means that the order of
	// the element has no meaning.
	OrderMeaning *String `fhirpath:"orderMeaning"`

	// The path identifies the element and is expressed as a "."-separated list of
	// ancestor elements, beginning with the name of the resource or extension.
	Path *String `fhirpath:"path"`

	// Specifies a value that the value in the instance SHALL follow - that is, any
	// value in the pattern must be found in the instance. Other additional values
	// may be found too. This is effectively constraint by example.
	// When pattern[x] is used to constrain a primitive, it means that the value
	// provided in the pattern[x] must match the instance value exactly.
	// When pattern[x] is used to constrain an array, it means that each element
	// provided in the pattern[x] array must (recursively) match at least one
	// element from the instance array.
	// When pattern[x] is used to constrain a complex object, it means that each
	// property in the pattern must be present in the complex object, and its value
	// must recursively match -- i.e.,
	// 1. If primitive: it must match exactly the pattern value 2. If a complex
	// object: it must match (recursively) the pattern value 3. If an array: it
	// must match (recursively) the pattern value.
	Pattern Element `fhirpath:"pattern"`

	// Codes that define how this element is represented in instances, when the
	// deviation varies from the normal case.
	Representation []*Code `fhirpath:"representation"`

	// This element is for traceability of why the element was created and why the
	// constraints exist as they do. This may be used to point to source materials
	// or specifications that drove the structure of this element.
	Requirements *Markdown `fhirpath:"requirements"`

	// A concise description of what this element means (e.g. for use in
	// autogenerated summaries).
	Short *String `fhirpath:"short"`

	// If true, indicates that this slice definition is constraining a slice
	// definition with the same name in an inherited profile. If false, the slice
	// is not overriding any slice in an inherited profile. If missing, the slice
	// might or might not be overriding a slice in an inherited profile, depending
	// on the sliceName.
	SliceIsConstraining *Boolean `fhirpath:"sliceIsConstraining"`

	// The name of this element definition slice, when slicing is working. The name
	// must be a token with no dots or spaces. This is a unique name referring to a
	// specific set of constraints applied to this element, used to provide a name
	// to different slices of the same element.
	SliceName *String `fhirpath:"sliceName"`

	// Indicates that the element is sliced into a set of alternative definitions
	// (i.e. in a structure definition, there are multiple different constraints on
	// a single element in the base resource). Slicing can be used in any resource
	// that has cardinality ..* on the base resource, or any resource with a choice
	// of types. The set of slices is any elements that come after this in the
	// element sequence that have the same path, until a shorter path occurs (the
	// shorter path terminates the set).
	Slicing *ElementDefinitionSlicing `fhirpath:"slicing"`

	// The data type or resource that the value of this element is permitted to be.
	Type []*ElementDefinitionType `fhirpath:"type"`

	profileimpl.BaseElementDefinition
	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.

Meta Details:

func (*ElementDefinition) GetAlias ¶

func (ed *ElementDefinition) GetAlias() []*String

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

func (*ElementDefinition) GetBase ¶

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

func (*ElementDefinition) GetBinding ¶

func (ed *ElementDefinition) GetBinding() *ElementDefinitionBinding

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

func (*ElementDefinition) GetCode ¶

func (ed *ElementDefinition) GetCode() []*Coding

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

func (*ElementDefinition) GetComment ¶

func (ed *ElementDefinition) GetComment() *Markdown

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

func (*ElementDefinition) GetCondition ¶

func (ed *ElementDefinition) GetCondition() []*ID

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

func (*ElementDefinition) GetConstraint ¶

func (ed *ElementDefinition) GetConstraint() []*ElementDefinitionConstraint

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

func (*ElementDefinition) GetContentReference ¶

func (ed *ElementDefinition) GetContentReference() *URI

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

func (*ElementDefinition) GetDefaultValue ¶

func (ed *ElementDefinition) GetDefaultValue() Element

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

func (*ElementDefinition) GetDefaultValueAddress ¶

func (ed *ElementDefinition) GetDefaultValueAddress() *Address

GetDefaultValueAddress returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueAge ¶

func (ed *ElementDefinition) GetDefaultValueAge() *Age

GetDefaultValueAge returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueAnnotation ¶

func (ed *ElementDefinition) GetDefaultValueAnnotation() *Annotation

GetDefaultValueAnnotation returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueAttachment ¶

func (ed *ElementDefinition) GetDefaultValueAttachment() *Attachment

GetDefaultValueAttachment returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueBase64Binary ¶

func (ed *ElementDefinition) GetDefaultValueBase64Binary() *Base64Binary

GetDefaultValueBase64Binary returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueBoolean ¶

func (ed *ElementDefinition) GetDefaultValueBoolean() *Boolean

GetDefaultValueBoolean returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueCanonical ¶

func (ed *ElementDefinition) GetDefaultValueCanonical() *Canonical

GetDefaultValueCanonical returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueCode ¶

func (ed *ElementDefinition) GetDefaultValueCode() *Code

GetDefaultValueCode returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueCodeableConcept ¶

func (ed *ElementDefinition) GetDefaultValueCodeableConcept() *CodeableConcept

GetDefaultValueCodeableConcept returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueCoding ¶

func (ed *ElementDefinition) GetDefaultValueCoding() *Coding

GetDefaultValueCoding returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueContactDetail ¶

func (ed *ElementDefinition) GetDefaultValueContactDetail() *ContactDetail

GetDefaultValueContactDetail returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueContactPoint ¶

func (ed *ElementDefinition) GetDefaultValueContactPoint() *ContactPoint

GetDefaultValueContactPoint returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueContributor ¶

func (ed *ElementDefinition) GetDefaultValueContributor() *Contributor

GetDefaultValueContributor returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueCount ¶

func (ed *ElementDefinition) GetDefaultValueCount() *Count

GetDefaultValueCount returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDataRequirement ¶

func (ed *ElementDefinition) GetDefaultValueDataRequirement() *DataRequirement

GetDefaultValueDataRequirement returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDate ¶

func (ed *ElementDefinition) GetDefaultValueDate() *Date

GetDefaultValueDate returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDateTime ¶

func (ed *ElementDefinition) GetDefaultValueDateTime() *DateTime

GetDefaultValueDateTime returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDecimal ¶

func (ed *ElementDefinition) GetDefaultValueDecimal() *Decimal

GetDefaultValueDecimal returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDistance ¶

func (ed *ElementDefinition) GetDefaultValueDistance() *Distance

GetDefaultValueDistance returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDosage ¶

func (ed *ElementDefinition) GetDefaultValueDosage() *Dosage

GetDefaultValueDosage returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueDuration ¶

func (ed *ElementDefinition) GetDefaultValueDuration() *Duration

GetDefaultValueDuration returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueExpression ¶

func (ed *ElementDefinition) GetDefaultValueExpression() *Expression

GetDefaultValueExpression returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueHumanName ¶

func (ed *ElementDefinition) GetDefaultValueHumanName() *HumanName

GetDefaultValueHumanName returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueID ¶

func (ed *ElementDefinition) GetDefaultValueID() *ID

GetDefaultValueID returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueIdentifier ¶

func (ed *ElementDefinition) GetDefaultValueIdentifier() *Identifier

GetDefaultValueIdentifier returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueInstant ¶

func (ed *ElementDefinition) GetDefaultValueInstant() *Instant

GetDefaultValueInstant returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueInteger ¶

func (ed *ElementDefinition) GetDefaultValueInteger() *Integer

GetDefaultValueInteger returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueMarkdown ¶

func (ed *ElementDefinition) GetDefaultValueMarkdown() *Markdown

GetDefaultValueMarkdown returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueMeta ¶

func (ed *ElementDefinition) GetDefaultValueMeta() *Meta

GetDefaultValueMeta returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueMoney ¶

func (ed *ElementDefinition) GetDefaultValueMoney() *Money

GetDefaultValueMoney returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueOID ¶

func (ed *ElementDefinition) GetDefaultValueOID() *OID

GetDefaultValueOID returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueParameterDefinition ¶

func (ed *ElementDefinition) GetDefaultValueParameterDefinition() *ParameterDefinition

GetDefaultValueParameterDefinition returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValuePeriod ¶

func (ed *ElementDefinition) GetDefaultValuePeriod() *Period

GetDefaultValuePeriod returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValuePositiveInt ¶

func (ed *ElementDefinition) GetDefaultValuePositiveInt() *PositiveInt

GetDefaultValuePositiveInt returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueQuantity ¶

func (ed *ElementDefinition) GetDefaultValueQuantity() *Quantity

GetDefaultValueQuantity returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueRange ¶

func (ed *ElementDefinition) GetDefaultValueRange() *Range

GetDefaultValueRange returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueRatio ¶

func (ed *ElementDefinition) GetDefaultValueRatio() *Ratio

GetDefaultValueRatio returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueReference ¶

func (ed *ElementDefinition) GetDefaultValueReference() *Reference

GetDefaultValueReference returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueRelatedArtifact ¶

func (ed *ElementDefinition) GetDefaultValueRelatedArtifact() *RelatedArtifact

GetDefaultValueRelatedArtifact returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueSampledData ¶

func (ed *ElementDefinition) GetDefaultValueSampledData() *SampledData

GetDefaultValueSampledData returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueSignature ¶

func (ed *ElementDefinition) GetDefaultValueSignature() *Signature

GetDefaultValueSignature returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueString ¶

func (ed *ElementDefinition) GetDefaultValueString() *String

GetDefaultValueString returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueTime ¶

func (ed *ElementDefinition) GetDefaultValueTime() *Time

GetDefaultValueTime returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueTiming ¶

func (ed *ElementDefinition) GetDefaultValueTiming() *Timing

GetDefaultValueTiming returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueTriggerDefinition ¶

func (ed *ElementDefinition) GetDefaultValueTriggerDefinition() *TriggerDefinition

GetDefaultValueTriggerDefinition returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueURI ¶

func (ed *ElementDefinition) GetDefaultValueURI() *URI

GetDefaultValueURI returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueURL ¶

func (ed *ElementDefinition) GetDefaultValueURL() *URL

GetDefaultValueURL returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueUUID ¶

func (ed *ElementDefinition) GetDefaultValueUUID() *UUID

GetDefaultValueUUID returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueUnsignedInt ¶

func (ed *ElementDefinition) GetDefaultValueUnsignedInt() *UnsignedInt

GetDefaultValueUnsignedInt returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefaultValueUsageContext ¶

func (ed *ElementDefinition) GetDefaultValueUsageContext() *UsageContext

GetDefaultValueUsageContext returns the value of the field DefaultValue.

func (*ElementDefinition) GetDefinition ¶

func (ed *ElementDefinition) GetDefinition() *Markdown

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

func (*ElementDefinition) GetExample ¶

func (ed *ElementDefinition) GetExample() []*ElementDefinitionExample

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

func (*ElementDefinition) GetExtension ¶

func (ed *ElementDefinition) GetExtension() []*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 (*ElementDefinition) GetFixed ¶

func (ed *ElementDefinition) GetFixed() Element

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

func (*ElementDefinition) GetFixedAddress ¶

func (ed *ElementDefinition) GetFixedAddress() *Address

GetFixedAddress returns the value of the field Fixed.

func (*ElementDefinition) GetFixedAge ¶

func (ed *ElementDefinition) GetFixedAge() *Age

GetFixedAge returns the value of the field Fixed.

func (*ElementDefinition) GetFixedAnnotation ¶

func (ed *ElementDefinition) GetFixedAnnotation() *Annotation

GetFixedAnnotation returns the value of the field Fixed.

func (*ElementDefinition) GetFixedAttachment ¶

func (ed *ElementDefinition) GetFixedAttachment() *Attachment

GetFixedAttachment returns the value of the field Fixed.

func (*ElementDefinition) GetFixedBase64Binary ¶

func (ed *ElementDefinition) GetFixedBase64Binary() *Base64Binary

GetFixedBase64Binary returns the value of the field Fixed.

func (*ElementDefinition) GetFixedBoolean ¶

func (ed *ElementDefinition) GetFixedBoolean() *Boolean

GetFixedBoolean returns the value of the field Fixed.

func (*ElementDefinition) GetFixedCanonical ¶

func (ed *ElementDefinition) GetFixedCanonical() *Canonical

GetFixedCanonical returns the value of the field Fixed.

func (*ElementDefinition) GetFixedCode ¶

func (ed *ElementDefinition) GetFixedCode() *Code

GetFixedCode returns the value of the field Fixed.

func (*ElementDefinition) GetFixedCodeableConcept ¶

func (ed *ElementDefinition) GetFixedCodeableConcept() *CodeableConcept

GetFixedCodeableConcept returns the value of the field Fixed.

func (*ElementDefinition) GetFixedCoding ¶

func (ed *ElementDefinition) GetFixedCoding() *Coding

GetFixedCoding returns the value of the field Fixed.

func (*ElementDefinition) GetFixedContactDetail ¶

func (ed *ElementDefinition) GetFixedContactDetail() *ContactDetail

GetFixedContactDetail returns the value of the field Fixed.

func (*ElementDefinition) GetFixedContactPoint ¶

func (ed *ElementDefinition) GetFixedContactPoint() *ContactPoint

GetFixedContactPoint returns the value of the field Fixed.

func (*ElementDefinition) GetFixedContributor ¶

func (ed *ElementDefinition) GetFixedContributor() *Contributor

GetFixedContributor returns the value of the field Fixed.

func (*ElementDefinition) GetFixedCount ¶

func (ed *ElementDefinition) GetFixedCount() *Count

GetFixedCount returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDataRequirement ¶

func (ed *ElementDefinition) GetFixedDataRequirement() *DataRequirement

GetFixedDataRequirement returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDate ¶

func (ed *ElementDefinition) GetFixedDate() *Date

GetFixedDate returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDateTime ¶

func (ed *ElementDefinition) GetFixedDateTime() *DateTime

GetFixedDateTime returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDecimal ¶

func (ed *ElementDefinition) GetFixedDecimal() *Decimal

GetFixedDecimal returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDistance ¶

func (ed *ElementDefinition) GetFixedDistance() *Distance

GetFixedDistance returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDosage ¶

func (ed *ElementDefinition) GetFixedDosage() *Dosage

GetFixedDosage returns the value of the field Fixed.

func (*ElementDefinition) GetFixedDuration ¶

func (ed *ElementDefinition) GetFixedDuration() *Duration

GetFixedDuration returns the value of the field Fixed.

func (*ElementDefinition) GetFixedExpression ¶

func (ed *ElementDefinition) GetFixedExpression() *Expression

GetFixedExpression returns the value of the field Fixed.

func (*ElementDefinition) GetFixedHumanName ¶

func (ed *ElementDefinition) GetFixedHumanName() *HumanName

GetFixedHumanName returns the value of the field Fixed.

func (*ElementDefinition) GetFixedID ¶

func (ed *ElementDefinition) GetFixedID() *ID

GetFixedID returns the value of the field Fixed.

func (*ElementDefinition) GetFixedIdentifier ¶

func (ed *ElementDefinition) GetFixedIdentifier() *Identifier

GetFixedIdentifier returns the value of the field Fixed.

func (*ElementDefinition) GetFixedInstant ¶

func (ed *ElementDefinition) GetFixedInstant() *Instant

GetFixedInstant returns the value of the field Fixed.

func (*ElementDefinition) GetFixedInteger ¶

func (ed *ElementDefinition) GetFixedInteger() *Integer

GetFixedInteger returns the value of the field Fixed.

func (*ElementDefinition) GetFixedMarkdown ¶

func (ed *ElementDefinition) GetFixedMarkdown() *Markdown

GetFixedMarkdown returns the value of the field Fixed.

func (*ElementDefinition) GetFixedMeta ¶

func (ed *ElementDefinition) GetFixedMeta() *Meta

GetFixedMeta returns the value of the field Fixed.

func (*ElementDefinition) GetFixedMoney ¶

func (ed *ElementDefinition) GetFixedMoney() *Money

GetFixedMoney returns the value of the field Fixed.

func (*ElementDefinition) GetFixedOID ¶

func (ed *ElementDefinition) GetFixedOID() *OID

GetFixedOID returns the value of the field Fixed.

func (*ElementDefinition) GetFixedParameterDefinition ¶

func (ed *ElementDefinition) GetFixedParameterDefinition() *ParameterDefinition

GetFixedParameterDefinition returns the value of the field Fixed.

func (*ElementDefinition) GetFixedPeriod ¶

func (ed *ElementDefinition) GetFixedPeriod() *Period

GetFixedPeriod returns the value of the field Fixed.

func (*ElementDefinition) GetFixedPositiveInt ¶

func (ed *ElementDefinition) GetFixedPositiveInt() *PositiveInt

GetFixedPositiveInt returns the value of the field Fixed.

func (*ElementDefinition) GetFixedQuantity ¶

func (ed *ElementDefinition) GetFixedQuantity() *Quantity

GetFixedQuantity returns the value of the field Fixed.

func (*ElementDefinition) GetFixedRange ¶

func (ed *ElementDefinition) GetFixedRange() *Range

GetFixedRange returns the value of the field Fixed.

func (*ElementDefinition) GetFixedRatio ¶

func (ed *ElementDefinition) GetFixedRatio() *Ratio

GetFixedRatio returns the value of the field Fixed.

func (*ElementDefinition) GetFixedReference ¶

func (ed *ElementDefinition) GetFixedReference() *Reference

GetFixedReference returns the value of the field Fixed.

func (*ElementDefinition) GetFixedRelatedArtifact ¶

func (ed *ElementDefinition) GetFixedRelatedArtifact() *RelatedArtifact

GetFixedRelatedArtifact returns the value of the field Fixed.

func (*ElementDefinition) GetFixedSampledData ¶

func (ed *ElementDefinition) GetFixedSampledData() *SampledData

GetFixedSampledData returns the value of the field Fixed.

func (*ElementDefinition) GetFixedSignature ¶

func (ed *ElementDefinition) GetFixedSignature() *Signature

GetFixedSignature returns the value of the field Fixed.

func (*ElementDefinition) GetFixedString ¶

func (ed *ElementDefinition) GetFixedString() *String

GetFixedString returns the value of the field Fixed.

func (*ElementDefinition) GetFixedTime ¶

func (ed *ElementDefinition) GetFixedTime() *Time

GetFixedTime returns the value of the field Fixed.

func (*ElementDefinition) GetFixedTiming ¶

func (ed *ElementDefinition) GetFixedTiming() *Timing

GetFixedTiming returns the value of the field Fixed.

func (*ElementDefinition) GetFixedTriggerDefinition ¶

func (ed *ElementDefinition) GetFixedTriggerDefinition() *TriggerDefinition

GetFixedTriggerDefinition returns the value of the field Fixed.

func (*ElementDefinition) GetFixedURI ¶

func (ed *ElementDefinition) GetFixedURI() *URI

GetFixedURI returns the value of the field Fixed.

func (*ElementDefinition) GetFixedURL ¶

func (ed *ElementDefinition) GetFixedURL() *URL

GetFixedURL returns the value of the field Fixed.

func (*ElementDefinition) GetFixedUUID ¶

func (ed *ElementDefinition) GetFixedUUID() *UUID

GetFixedUUID returns the value of the field Fixed.

func (*ElementDefinition) GetFixedUnsignedInt ¶

func (ed *ElementDefinition) GetFixedUnsignedInt() *UnsignedInt

GetFixedUnsignedInt returns the value of the field Fixed.

func (*ElementDefinition) GetFixedUsageContext ¶

func (ed *ElementDefinition) GetFixedUsageContext() *UsageContext

GetFixedUsageContext returns the value of the field Fixed.

func (*ElementDefinition) GetID ¶

func (ed *ElementDefinition) 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 (*ElementDefinition) GetIsModifier ¶

func (ed *ElementDefinition) GetIsModifier() *Boolean

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

func (*ElementDefinition) GetIsModifierReason ¶

func (ed *ElementDefinition) GetIsModifierReason() *String

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

func (*ElementDefinition) GetIsSummary ¶

func (ed *ElementDefinition) GetIsSummary() *Boolean

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

func (*ElementDefinition) GetLabel ¶

func (ed *ElementDefinition) GetLabel() *String

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

func (*ElementDefinition) GetMapping ¶

func (ed *ElementDefinition) GetMapping() []*ElementDefinitionMapping

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

func (*ElementDefinition) GetMax ¶

func (ed *ElementDefinition) GetMax() *String

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

func (*ElementDefinition) GetMaxLength ¶

func (ed *ElementDefinition) GetMaxLength() *Integer

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

func (*ElementDefinition) GetMaxValue ¶

func (ed *ElementDefinition) GetMaxValue() Element

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

func (*ElementDefinition) GetMaxValueDate ¶

func (ed *ElementDefinition) GetMaxValueDate() *Date

GetMaxValueDate returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueDateTime ¶

func (ed *ElementDefinition) GetMaxValueDateTime() *DateTime

GetMaxValueDateTime returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueDecimal ¶

func (ed *ElementDefinition) GetMaxValueDecimal() *Decimal

GetMaxValueDecimal returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueInstant ¶

func (ed *ElementDefinition) GetMaxValueInstant() *Instant

GetMaxValueInstant returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueInteger ¶

func (ed *ElementDefinition) GetMaxValueInteger() *Integer

GetMaxValueInteger returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValuePositiveInt ¶

func (ed *ElementDefinition) GetMaxValuePositiveInt() *PositiveInt

GetMaxValuePositiveInt returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueQuantity ¶

func (ed *ElementDefinition) GetMaxValueQuantity() *Quantity

GetMaxValueQuantity returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueTime ¶

func (ed *ElementDefinition) GetMaxValueTime() *Time

GetMaxValueTime returns the value of the field MaxValue.

func (*ElementDefinition) GetMaxValueUnsignedInt ¶

func (ed *ElementDefinition) GetMaxValueUnsignedInt() *UnsignedInt

GetMaxValueUnsignedInt returns the value of the field MaxValue.

func (*ElementDefinition) GetMeaningWhenMissing ¶

func (ed *ElementDefinition) GetMeaningWhenMissing() *Markdown

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

func (*ElementDefinition) GetMin ¶

func (ed *ElementDefinition) GetMin() *UnsignedInt

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

func (*ElementDefinition) GetMinValue ¶

func (ed *ElementDefinition) GetMinValue() Element

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

func (*ElementDefinition) GetMinValueDate ¶

func (ed *ElementDefinition) GetMinValueDate() *Date

GetMinValueDate returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueDateTime ¶

func (ed *ElementDefinition) GetMinValueDateTime() *DateTime

GetMinValueDateTime returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueDecimal ¶

func (ed *ElementDefinition) GetMinValueDecimal() *Decimal

GetMinValueDecimal returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueInstant ¶

func (ed *ElementDefinition) GetMinValueInstant() *Instant

GetMinValueInstant returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueInteger ¶

func (ed *ElementDefinition) GetMinValueInteger() *Integer

GetMinValueInteger returns the value of the field MinValue.

func (*ElementDefinition) GetMinValuePositiveInt ¶

func (ed *ElementDefinition) GetMinValuePositiveInt() *PositiveInt

GetMinValuePositiveInt returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueQuantity ¶

func (ed *ElementDefinition) GetMinValueQuantity() *Quantity

GetMinValueQuantity returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueTime ¶

func (ed *ElementDefinition) GetMinValueTime() *Time

GetMinValueTime returns the value of the field MinValue.

func (*ElementDefinition) GetMinValueUnsignedInt ¶

func (ed *ElementDefinition) GetMinValueUnsignedInt() *UnsignedInt

GetMinValueUnsignedInt returns the value of the field MinValue.

func (*ElementDefinition) GetModifierExtension ¶

func (ed *ElementDefinition) GetModifierExtension() []*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 (*ElementDefinition) GetMustSupport ¶

func (ed *ElementDefinition) GetMustSupport() *Boolean

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

func (*ElementDefinition) GetOrderMeaning ¶

func (ed *ElementDefinition) GetOrderMeaning() *String

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

func (*ElementDefinition) GetPath ¶

func (ed *ElementDefinition) GetPath() *String

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

func (*ElementDefinition) GetPattern ¶

func (ed *ElementDefinition) GetPattern() Element

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

func (*ElementDefinition) GetPatternAddress ¶

func (ed *ElementDefinition) GetPatternAddress() *Address

GetPatternAddress returns the value of the field Pattern.

func (*ElementDefinition) GetPatternAge ¶

func (ed *ElementDefinition) GetPatternAge() *Age

GetPatternAge returns the value of the field Pattern.

func (*ElementDefinition) GetPatternAnnotation ¶

func (ed *ElementDefinition) GetPatternAnnotation() *Annotation

GetPatternAnnotation returns the value of the field Pattern.

func (*ElementDefinition) GetPatternAttachment ¶

func (ed *ElementDefinition) GetPatternAttachment() *Attachment

GetPatternAttachment returns the value of the field Pattern.

func (*ElementDefinition) GetPatternBase64Binary ¶

func (ed *ElementDefinition) GetPatternBase64Binary() *Base64Binary

GetPatternBase64Binary returns the value of the field Pattern.

func (*ElementDefinition) GetPatternBoolean ¶

func (ed *ElementDefinition) GetPatternBoolean() *Boolean

GetPatternBoolean returns the value of the field Pattern.

func (*ElementDefinition) GetPatternCanonical ¶

func (ed *ElementDefinition) GetPatternCanonical() *Canonical

GetPatternCanonical returns the value of the field Pattern.

func (*ElementDefinition) GetPatternCode ¶

func (ed *ElementDefinition) GetPatternCode() *Code

GetPatternCode returns the value of the field Pattern.

func (*ElementDefinition) GetPatternCodeableConcept ¶

func (ed *ElementDefinition) GetPatternCodeableConcept() *CodeableConcept

GetPatternCodeableConcept returns the value of the field Pattern.

func (*ElementDefinition) GetPatternCoding ¶

func (ed *ElementDefinition) GetPatternCoding() *Coding

GetPatternCoding returns the value of the field Pattern.

func (*ElementDefinition) GetPatternContactDetail ¶

func (ed *ElementDefinition) GetPatternContactDetail() *ContactDetail

GetPatternContactDetail returns the value of the field Pattern.

func (*ElementDefinition) GetPatternContactPoint ¶

func (ed *ElementDefinition) GetPatternContactPoint() *ContactPoint

GetPatternContactPoint returns the value of the field Pattern.

func (*ElementDefinition) GetPatternContributor ¶

func (ed *ElementDefinition) GetPatternContributor() *Contributor

GetPatternContributor returns the value of the field Pattern.

func (*ElementDefinition) GetPatternCount ¶

func (ed *ElementDefinition) GetPatternCount() *Count

GetPatternCount returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDataRequirement ¶

func (ed *ElementDefinition) GetPatternDataRequirement() *DataRequirement

GetPatternDataRequirement returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDate ¶

func (ed *ElementDefinition) GetPatternDate() *Date

GetPatternDate returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDateTime ¶

func (ed *ElementDefinition) GetPatternDateTime() *DateTime

GetPatternDateTime returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDecimal ¶

func (ed *ElementDefinition) GetPatternDecimal() *Decimal

GetPatternDecimal returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDistance ¶

func (ed *ElementDefinition) GetPatternDistance() *Distance

GetPatternDistance returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDosage ¶

func (ed *ElementDefinition) GetPatternDosage() *Dosage

GetPatternDosage returns the value of the field Pattern.

func (*ElementDefinition) GetPatternDuration ¶

func (ed *ElementDefinition) GetPatternDuration() *Duration

GetPatternDuration returns the value of the field Pattern.

func (*ElementDefinition) GetPatternExpression ¶

func (ed *ElementDefinition) GetPatternExpression() *Expression

GetPatternExpression returns the value of the field Pattern.

func (*ElementDefinition) GetPatternHumanName ¶

func (ed *ElementDefinition) GetPatternHumanName() *HumanName

GetPatternHumanName returns the value of the field Pattern.

func (*ElementDefinition) GetPatternID ¶

func (ed *ElementDefinition) GetPatternID() *ID

GetPatternID returns the value of the field Pattern.

func (*ElementDefinition) GetPatternIdentifier ¶

func (ed *ElementDefinition) GetPatternIdentifier() *Identifier

GetPatternIdentifier returns the value of the field Pattern.

func (*ElementDefinition) GetPatternInstant ¶

func (ed *ElementDefinition) GetPatternInstant() *Instant

GetPatternInstant returns the value of the field Pattern.

func (*ElementDefinition) GetPatternInteger ¶

func (ed *ElementDefinition) GetPatternInteger() *Integer

GetPatternInteger returns the value of the field Pattern.

func (*ElementDefinition) GetPatternMarkdown ¶

func (ed *ElementDefinition) GetPatternMarkdown() *Markdown

GetPatternMarkdown returns the value of the field Pattern.

func (*ElementDefinition) GetPatternMeta ¶

func (ed *ElementDefinition) GetPatternMeta() *Meta

GetPatternMeta returns the value of the field Pattern.

func (*ElementDefinition) GetPatternMoney ¶

func (ed *ElementDefinition) GetPatternMoney() *Money

GetPatternMoney returns the value of the field Pattern.

func (*ElementDefinition) GetPatternOID ¶

func (ed *ElementDefinition) GetPatternOID() *OID

GetPatternOID returns the value of the field Pattern.

func (*ElementDefinition) GetPatternParameterDefinition ¶

func (ed *ElementDefinition) GetPatternParameterDefinition() *ParameterDefinition

GetPatternParameterDefinition returns the value of the field Pattern.

func (*ElementDefinition) GetPatternPeriod ¶

func (ed *ElementDefinition) GetPatternPeriod() *Period

GetPatternPeriod returns the value of the field Pattern.

func (*ElementDefinition) GetPatternPositiveInt ¶

func (ed *ElementDefinition) GetPatternPositiveInt() *PositiveInt

GetPatternPositiveInt returns the value of the field Pattern.

func (*ElementDefinition) GetPatternQuantity ¶

func (ed *ElementDefinition) GetPatternQuantity() *Quantity

GetPatternQuantity returns the value of the field Pattern.

func (*ElementDefinition) GetPatternRange ¶

func (ed *ElementDefinition) GetPatternRange() *Range

GetPatternRange returns the value of the field Pattern.

func (*ElementDefinition) GetPatternRatio ¶

func (ed *ElementDefinition) GetPatternRatio() *Ratio

GetPatternRatio returns the value of the field Pattern.

func (*ElementDefinition) GetPatternReference ¶

func (ed *ElementDefinition) GetPatternReference() *Reference

GetPatternReference returns the value of the field Pattern.

func (*ElementDefinition) GetPatternRelatedArtifact ¶

func (ed *ElementDefinition) GetPatternRelatedArtifact() *RelatedArtifact

GetPatternRelatedArtifact returns the value of the field Pattern.

func (*ElementDefinition) GetPatternSampledData ¶

func (ed *ElementDefinition) GetPatternSampledData() *SampledData

GetPatternSampledData returns the value of the field Pattern.

func (*ElementDefinition) GetPatternSignature ¶

func (ed *ElementDefinition) GetPatternSignature() *Signature

GetPatternSignature returns the value of the field Pattern.

func (*ElementDefinition) GetPatternString ¶

func (ed *ElementDefinition) GetPatternString() *String

GetPatternString returns the value of the field Pattern.

func (*ElementDefinition) GetPatternTime ¶

func (ed *ElementDefinition) GetPatternTime() *Time

GetPatternTime returns the value of the field Pattern.

func (*ElementDefinition) GetPatternTiming ¶

func (ed *ElementDefinition) GetPatternTiming() *Timing

GetPatternTiming returns the value of the field Pattern.

func (*ElementDefinition) GetPatternTriggerDefinition ¶

func (ed *ElementDefinition) GetPatternTriggerDefinition() *TriggerDefinition

GetPatternTriggerDefinition returns the value of the field Pattern.

func (*ElementDefinition) GetPatternURI ¶

func (ed *ElementDefinition) GetPatternURI() *URI

GetPatternURI returns the value of the field Pattern.

func (*ElementDefinition) GetPatternURL ¶

func (ed *ElementDefinition) GetPatternURL() *URL

GetPatternURL returns the value of the field Pattern.

func (*ElementDefinition) GetPatternUUID ¶

func (ed *ElementDefinition) GetPatternUUID() *UUID

GetPatternUUID returns the value of the field Pattern.

func (*ElementDefinition) GetPatternUnsignedInt ¶

func (ed *ElementDefinition) GetPatternUnsignedInt() *UnsignedInt

GetPatternUnsignedInt returns the value of the field Pattern.

func (*ElementDefinition) GetPatternUsageContext ¶

func (ed *ElementDefinition) GetPatternUsageContext() *UsageContext

GetPatternUsageContext returns the value of the field Pattern.

func (*ElementDefinition) GetRepresentation ¶

func (ed *ElementDefinition) GetRepresentation() []*Code

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

func (*ElementDefinition) GetRequirements ¶

func (ed *ElementDefinition) GetRequirements() *Markdown

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

func (*ElementDefinition) GetShort ¶

func (ed *ElementDefinition) GetShort() *String

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

func (*ElementDefinition) GetSliceIsConstraining ¶

func (ed *ElementDefinition) GetSliceIsConstraining() *Boolean

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

func (*ElementDefinition) GetSliceName ¶

func (ed *ElementDefinition) GetSliceName() *String

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

func (*ElementDefinition) GetSlicing ¶

func (ed *ElementDefinition) GetSlicing() *ElementDefinitionSlicing

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

func (*ElementDefinition) GetType ¶

func (ed *ElementDefinition) GetType() []*ElementDefinitionType

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 (*ElementDefinition) MarshalJSON ¶

func (ed *ElementDefinition) MarshalJSON() ([]byte, error)

func (*ElementDefinition) UnmarshalJSON ¶

func (ed *ElementDefinition) UnmarshalJSON(data []byte) error

type ElementDefinitionBase ¶

type ElementDefinitionBase 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 []*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"`

	// Maximum cardinality of the base element identified by the path.
	Max *String `fhirpath:"max"`

	// Minimum cardinality of the base element identified by the path.
	Min *UnsignedInt `fhirpath:"min"`

	// The Path that identifies the base element - this matches the
	// ElementDefinition.path for that element. Across FHIR, there is only one base
	// definition of any element - that is, an element definition on a
	// [StructureDefinition](structuredefinition.html#) without a
	// StructureDefinition.base.
	Path *String `fhirpath:"path"`

	profileimpl.BaseElement
}

Base definition information for tools// Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles. When the element definition is not the original definition of an element - i.g. either in a constraint on another type, or for elements from a super type in a snap shot - then the information in provided in the element definition may be different to the base definition. On the original definition of the element, it will be same.// The base information does not carry any information that could not be determined from the path and related profiles, but making this determination requires both that the related profiles are available, and that the algorithm to determine them be available. For tooling simplicity, the base information must always be populated in element definitions in snap shots, even if it is the same.

Meta Details:

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

func (*ElementDefinitionBase) GetExtension ¶

func (edb *ElementDefinitionBase) GetExtension() []*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 (*ElementDefinitionBase) GetID ¶

func (edb *ElementDefinitionBase) 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 (*ElementDefinitionBase) GetMax ¶

func (edb *ElementDefinitionBase) GetMax() *String

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

func (*ElementDefinitionBase) GetMin ¶

func (edb *ElementDefinitionBase) GetMin() *UnsignedInt

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

func (*ElementDefinitionBase) GetPath ¶

func (edb *ElementDefinitionBase) GetPath() *String

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

func (*ElementDefinitionBase) MarshalJSON ¶

func (edb *ElementDefinitionBase) MarshalJSON() ([]byte, error)

func (*ElementDefinitionBase) UnmarshalJSON ¶

func (edb *ElementDefinitionBase) UnmarshalJSON(data []byte) error

type ElementDefinitionBinding ¶

type ElementDefinitionBinding struct {

	// Describes the intended use of this particular set of codes.
	Description *String `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 []*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"`

	// Indicates the degree of conformance expectations associated with this
	// binding - that is, the degree to which the provided value set must be
	// adhered to in the instances.
	Strength *Code `fhirpath:"strength"`

	// Refers to the value set that identifies the set of codes the binding refers
	// to.
	ValueSet *Canonical `fhirpath:"valueSet"`

	profileimpl.BaseElement
}

ValueSet details if this is coded// Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).// For a CodeableConcept, when no codes are allowed - only text, use a binding of strength "required" with a description explaining that no coded values are allowed and what sort of information to put in the "text" element.

Meta Details:

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

func (*ElementDefinitionBinding) GetDescription ¶

func (edb *ElementDefinitionBinding) GetDescription() *String

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 (*ElementDefinitionBinding) GetExtension ¶

func (edb *ElementDefinitionBinding) GetExtension() []*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 (*ElementDefinitionBinding) GetID ¶

func (edb *ElementDefinitionBinding) 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 (*ElementDefinitionBinding) GetStrength ¶

func (edb *ElementDefinitionBinding) GetStrength() *Code

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

func (*ElementDefinitionBinding) GetValueSet ¶

func (edb *ElementDefinitionBinding) GetValueSet() *Canonical

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

func (*ElementDefinitionBinding) MarshalJSON ¶

func (edb *ElementDefinitionBinding) MarshalJSON() ([]byte, error)

func (*ElementDefinitionBinding) UnmarshalJSON ¶

func (edb *ElementDefinitionBinding) UnmarshalJSON(data []byte) error

type ElementDefinitionConstraint ¶

type ElementDefinitionConstraint struct {

	// A [FHIRPath](fhirpath.html) expression of constraint that can be executed to
	// see if this constraint is met.
	Expression *String `fhirpath:"expression"`

	// 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 []*Extension `fhirpath:"extension"`

	// Text that can be used to describe the constraint in messages identifying
	// that the constraint has been violated.
	Human *String `fhirpath:"human"`

	// 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"`

	// Allows identification of which elements have their cardinalities impacted by
	// the constraint. Will not be referenced for constraints that do not affect
	// cardinality.
	Key *ID `fhirpath:"key"`

	// Description of why this constraint is necessary or appropriate.
	Requirements *String `fhirpath:"requirements"`

	// Identifies the impact constraint violation has on the conformance of the
	// instance.
	Severity *Code `fhirpath:"severity"`

	// A reference to the original source of the constraint, for traceability
	// purposes.
	Source *Canonical `fhirpath:"source"`

	// An XPath expression of constraint that can be executed to see if this
	// constraint is met.
	Xpath *String `fhirpath:"xpath"`

	profileimpl.BaseElement
}

Condition that must evaluate to true// Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.// Constraints should be declared on the "context" element - the lowest element in the hierarchy that is common to all nodes referenced by the constraint.

Meta Details:

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

func (*ElementDefinitionConstraint) GetExpression ¶

func (edc *ElementDefinitionConstraint) GetExpression() *String

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

func (*ElementDefinitionConstraint) GetExtension ¶

func (edc *ElementDefinitionConstraint) GetExtension() []*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 (*ElementDefinitionConstraint) GetHuman ¶

func (edc *ElementDefinitionConstraint) GetHuman() *String

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

func (*ElementDefinitionConstraint) GetID ¶

func (edc *ElementDefinitionConstraint) 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 (*ElementDefinitionConstraint) GetKey ¶

func (edc *ElementDefinitionConstraint) GetKey() *ID

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

func (*ElementDefinitionConstraint) GetRequirements ¶

func (edc *ElementDefinitionConstraint) GetRequirements() *String

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

func (*ElementDefinitionConstraint) GetSeverity ¶

func (edc *ElementDefinitionConstraint) GetSeverity() *Code

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

func (*ElementDefinitionConstraint) GetSource ¶

func (edc *ElementDefinitionConstraint) GetSource() *Canonical

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

func (*ElementDefinitionConstraint) GetXpath ¶

func (edc *ElementDefinitionConstraint) GetXpath() *String

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

func (*ElementDefinitionConstraint) MarshalJSON ¶

func (edc *ElementDefinitionConstraint) MarshalJSON() ([]byte, error)

func (*ElementDefinitionConstraint) UnmarshalJSON ¶

func (edc *ElementDefinitionConstraint) UnmarshalJSON(data []byte) error

type ElementDefinitionExample ¶

type ElementDefinitionExample 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 []*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"`

	// Describes the purpose of this example amoung the set of examples.
	Label *String `fhirpath:"label"`

	// The actual value for the element, which must be one of the types allowed for
	// this element.
	Value Element `fhirpath:"value"`

	profileimpl.BaseElement
}

Example value (as defined for type)// A sample value for this element demonstrating the type of information that would typically be found in the element.// Examples will most commonly be present for data where it's not implicitly obvious from either the data type or value set what the values might be. (I.e. Example values for dates or quantities would generally be unnecessary.) If the example value is fully populated, the publication tool can generate an instance automatically.

Meta Details:

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

func (*ElementDefinitionExample) GetExtension ¶

func (ede *ElementDefinitionExample) GetExtension() []*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 (*ElementDefinitionExample) GetID ¶

func (ede *ElementDefinitionExample) 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 (*ElementDefinitionExample) GetLabel ¶

func (ede *ElementDefinitionExample) GetLabel() *String

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

func (*ElementDefinitionExample) GetValue ¶

func (ede *ElementDefinitionExample) GetValue() Element

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

func (*ElementDefinitionExample) GetValueAddress ¶

func (ede *ElementDefinitionExample) GetValueAddress() *Address

GetValueAddress returns the value of the field Value.

func (*ElementDefinitionExample) GetValueAge ¶

func (ede *ElementDefinitionExample) GetValueAge() *Age

GetValueAge returns the value of the field Value.

func (*ElementDefinitionExample) GetValueAnnotation ¶

func (ede *ElementDefinitionExample) GetValueAnnotation() *Annotation

GetValueAnnotation returns the value of the field Value.

func (*ElementDefinitionExample) GetValueAttachment ¶

func (ede *ElementDefinitionExample) GetValueAttachment() *Attachment

GetValueAttachment returns the value of the field Value.

func (*ElementDefinitionExample) GetValueBase64Binary ¶

func (ede *ElementDefinitionExample) GetValueBase64Binary() *Base64Binary

GetValueBase64Binary returns the value of the field Value.

func (*ElementDefinitionExample) GetValueBoolean ¶

func (ede *ElementDefinitionExample) GetValueBoolean() *Boolean

GetValueBoolean returns the value of the field Value.

func (*ElementDefinitionExample) GetValueCanonical ¶

func (ede *ElementDefinitionExample) GetValueCanonical() *Canonical

GetValueCanonical returns the value of the field Value.

func (*ElementDefinitionExample) GetValueCode ¶

func (ede *ElementDefinitionExample) GetValueCode() *Code

GetValueCode returns the value of the field Value.

func (*ElementDefinitionExample) GetValueCodeableConcept ¶

func (ede *ElementDefinitionExample) GetValueCodeableConcept() *CodeableConcept

GetValueCodeableConcept returns the value of the field Value.

func (*ElementDefinitionExample) GetValueCoding ¶

func (ede *ElementDefinitionExample) GetValueCoding() *Coding

GetValueCoding returns the value of the field Value.

func (*ElementDefinitionExample) GetValueContactDetail ¶

func (ede *ElementDefinitionExample) GetValueContactDetail() *ContactDetail

GetValueContactDetail returns the value of the field Value.

func (*ElementDefinitionExample) GetValueContactPoint ¶

func (ede *ElementDefinitionExample) GetValueContactPoint() *ContactPoint

GetValueContactPoint returns the value of the field Value.

func (*ElementDefinitionExample) GetValueContributor ¶

func (ede *ElementDefinitionExample) GetValueContributor() *Contributor

GetValueContributor returns the value of the field Value.

func (*ElementDefinitionExample) GetValueCount ¶

func (ede *ElementDefinitionExample) GetValueCount() *Count

GetValueCount returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDataRequirement ¶

func (ede *ElementDefinitionExample) GetValueDataRequirement() *DataRequirement

GetValueDataRequirement returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDate ¶

func (ede *ElementDefinitionExample) GetValueDate() *Date

GetValueDate returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDateTime ¶

func (ede *ElementDefinitionExample) GetValueDateTime() *DateTime

GetValueDateTime returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDecimal ¶

func (ede *ElementDefinitionExample) GetValueDecimal() *Decimal

GetValueDecimal returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDistance ¶

func (ede *ElementDefinitionExample) GetValueDistance() *Distance

GetValueDistance returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDosage ¶

func (ede *ElementDefinitionExample) GetValueDosage() *Dosage

GetValueDosage returns the value of the field Value.

func (*ElementDefinitionExample) GetValueDuration ¶

func (ede *ElementDefinitionExample) GetValueDuration() *Duration

GetValueDuration returns the value of the field Value.

func (*ElementDefinitionExample) GetValueExpression ¶

func (ede *ElementDefinitionExample) GetValueExpression() *Expression

GetValueExpression returns the value of the field Value.

func (*ElementDefinitionExample) GetValueHumanName ¶

func (ede *ElementDefinitionExample) GetValueHumanName() *HumanName

GetValueHumanName returns the value of the field Value.

func (*ElementDefinitionExample) GetValueID ¶

func (ede *ElementDefinitionExample) GetValueID() *ID

GetValueID returns the value of the field Value.

func (*ElementDefinitionExample) GetValueIdentifier ¶

func (ede *ElementDefinitionExample) GetValueIdentifier() *Identifier

GetValueIdentifier returns the value of the field Value.

func (*ElementDefinitionExample) GetValueInstant ¶

func (ede *ElementDefinitionExample) GetValueInstant() *Instant

GetValueInstant returns the value of the field Value.

func (*ElementDefinitionExample) GetValueInteger ¶

func (ede *ElementDefinitionExample) GetValueInteger() *Integer

GetValueInteger returns the value of the field Value.

func (*ElementDefinitionExample) GetValueMarkdown ¶

func (ede *ElementDefinitionExample) GetValueMarkdown() *Markdown

GetValueMarkdown returns the value of the field Value.

func (*ElementDefinitionExample) GetValueMeta ¶

func (ede *ElementDefinitionExample) GetValueMeta() *Meta

GetValueMeta returns the value of the field Value.

func (*ElementDefinitionExample) GetValueMoney ¶

func (ede *ElementDefinitionExample) GetValueMoney() *Money

GetValueMoney returns the value of the field Value.

func (*ElementDefinitionExample) GetValueOID ¶

func (ede *ElementDefinitionExample) GetValueOID() *OID

GetValueOID returns the value of the field Value.

func (*ElementDefinitionExample) GetValueParameterDefinition ¶

func (ede *ElementDefinitionExample) GetValueParameterDefinition() *ParameterDefinition

GetValueParameterDefinition returns the value of the field Value.

func (*ElementDefinitionExample) GetValuePeriod ¶

func (ede *ElementDefinitionExample) GetValuePeriod() *Period

GetValuePeriod returns the value of the field Value.

func (*ElementDefinitionExample) GetValuePositiveInt ¶

func (ede *ElementDefinitionExample) GetValuePositiveInt() *PositiveInt

GetValuePositiveInt returns the value of the field Value.

func (*ElementDefinitionExample) GetValueQuantity ¶

func (ede *ElementDefinitionExample) GetValueQuantity() *Quantity

GetValueQuantity returns the value of the field Value.

func (*ElementDefinitionExample) GetValueRange ¶

func (ede *ElementDefinitionExample) GetValueRange() *Range

GetValueRange returns the value of the field Value.

func (*ElementDefinitionExample) GetValueRatio ¶

func (ede *ElementDefinitionExample) GetValueRatio() *Ratio

GetValueRatio returns the value of the field Value.

func (*ElementDefinitionExample) GetValueReference ¶

func (ede *ElementDefinitionExample) GetValueReference() *Reference

GetValueReference returns the value of the field Value.

func (*ElementDefinitionExample) GetValueRelatedArtifact ¶

func (ede *ElementDefinitionExample) GetValueRelatedArtifact() *RelatedArtifact

GetValueRelatedArtifact returns the value of the field Value.

func (*ElementDefinitionExample) GetValueSampledData ¶

func (ede *ElementDefinitionExample) GetValueSampledData() *SampledData

GetValueSampledData returns the value of the field Value.

func (*ElementDefinitionExample) GetValueSignature ¶

func (ede *ElementDefinitionExample) GetValueSignature() *Signature

GetValueSignature returns the value of the field Value.

func (*ElementDefinitionExample) GetValueString ¶

func (ede *ElementDefinitionExample) GetValueString() *String

GetValueString returns the value of the field Value.

func (*ElementDefinitionExample) GetValueTime ¶

func (ede *ElementDefinitionExample) GetValueTime() *Time

GetValueTime returns the value of the field Value.

func (*ElementDefinitionExample) GetValueTiming ¶

func (ede *ElementDefinitionExample) GetValueTiming() *Timing

GetValueTiming returns the value of the field Value.

func (*ElementDefinitionExample) GetValueTriggerDefinition ¶

func (ede *ElementDefinitionExample) GetValueTriggerDefinition() *TriggerDefinition

GetValueTriggerDefinition returns the value of the field Value.

func (*ElementDefinitionExample) GetValueURI ¶

func (ede *ElementDefinitionExample) GetValueURI() *URI

GetValueURI returns the value of the field Value.

func (*ElementDefinitionExample) GetValueURL ¶

func (ede *ElementDefinitionExample) GetValueURL() *URL

GetValueURL returns the value of the field Value.

func (*ElementDefinitionExample) GetValueUUID ¶

func (ede *ElementDefinitionExample) GetValueUUID() *UUID

GetValueUUID returns the value of the field Value.

func (*ElementDefinitionExample) GetValueUnsignedInt ¶

func (ede *ElementDefinitionExample) GetValueUnsignedInt() *UnsignedInt

GetValueUnsignedInt returns the value of the field Value.

func (*ElementDefinitionExample) GetValueUsageContext ¶

func (ede *ElementDefinitionExample) GetValueUsageContext() *UsageContext

GetValueUsageContext returns the value of the field Value.

func (*ElementDefinitionExample) MarshalJSON ¶

func (ede *ElementDefinitionExample) MarshalJSON() ([]byte, error)

func (*ElementDefinitionExample) UnmarshalJSON ¶

func (ede *ElementDefinitionExample) UnmarshalJSON(data []byte) error

type ElementDefinitionMapping ¶

type ElementDefinitionMapping struct {

	// Comments that provide information about the mapping or its use.
	Comment *String `fhirpath:"comment"`

	// 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 []*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"`

	// An internal reference to the definition of a mapping.
	Identity *ID `fhirpath:"identity"`

	// Identifies the computable language in which mapping.map is expressed.
	Language *Code `fhirpath:"language"`

	// Expresses what part of the target specification corresponds to this element.
	Map *String `fhirpath:"map"`

	profileimpl.BaseElement
}

Map element to another set of definitions// Identifies a concept from an external specification that roughly corresponds to this element.// Mappings are not necessarily specific enough for safe translation.

Meta Details:

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

func (*ElementDefinitionMapping) GetComment ¶

func (edm *ElementDefinitionMapping) GetComment() *String

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

func (*ElementDefinitionMapping) GetExtension ¶

func (edm *ElementDefinitionMapping) GetExtension() []*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 (*ElementDefinitionMapping) GetID ¶

func (edm *ElementDefinitionMapping) 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 (*ElementDefinitionMapping) GetIdentity ¶

func (edm *ElementDefinitionMapping) GetIdentity() *ID

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

func (*ElementDefinitionMapping) GetLanguage ¶

func (edm *ElementDefinitionMapping) GetLanguage() *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 (*ElementDefinitionMapping) GetMap ¶

func (edm *ElementDefinitionMapping) GetMap() *String

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

func (*ElementDefinitionMapping) MarshalJSON ¶

func (edm *ElementDefinitionMapping) MarshalJSON() ([]byte, error)

func (*ElementDefinitionMapping) UnmarshalJSON ¶

func (edm *ElementDefinitionMapping) UnmarshalJSON(data []byte) error

type ElementDefinitionSlicing ¶

type ElementDefinitionSlicing struct {

	// A human-readable text description of how the slicing works. If there is no
	// discriminator, this is required to be present to provide whatever
	// information is possible about how the slices can be differentiated.
	Description *String `fhirpath:"description"`

	// Designates which child elements are used to discriminate between the slices
	// when processing an instance. If one or more discriminators are provided, the
	// value of the child elements in the instance data SHALL completely
	// distinguish which slice the element in the resource matches based on the
	// allowed values for those elements in each of the slices.
	Discriminator []*ElementDefinitionSlicingDiscriminator `fhirpath:"discriminator"`

	// 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 []*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"`

	// If the matching elements have to occur in the same order as defined in the
	// profile.
	Ordered *Boolean `fhirpath:"ordered"`

	// Whether additional slices are allowed or not. When the slices are ordered,
	// profile authors can also say that additional slices are only allowed at the
	// end.
	Rules *Code `fhirpath:"rules"`

	profileimpl.BaseElement
}

This element is sliced - slices follow// Indicates that the element is sliced into a set of alternative definitions (i.e. in a structure definition, there are multiple different constraints on a single element in the base resource). Slicing can be used in any resource that has cardinality ..* on the base resource, or any resource with a choice of types. The set of slices is any elements that come after this in the element sequence that have the same path, until a shorter path occurs (the shorter path terminates the set).// The first element in the sequence, the one that carries the slicing, is the definition that applies to all the slices. This is based on the unconstrained element, but can apply any constraints as appropriate. This may include the common constraints on the children of the element.

Meta Details:

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

func (*ElementDefinitionSlicing) GetDescription ¶

func (eds *ElementDefinitionSlicing) GetDescription() *String

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 (*ElementDefinitionSlicing) GetDiscriminator ¶

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

func (*ElementDefinitionSlicing) GetExtension ¶

func (eds *ElementDefinitionSlicing) GetExtension() []*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 (*ElementDefinitionSlicing) GetID ¶

func (eds *ElementDefinitionSlicing) 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 (*ElementDefinitionSlicing) GetOrdered ¶

func (eds *ElementDefinitionSlicing) GetOrdered() *Boolean

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

func (*ElementDefinitionSlicing) GetRules ¶

func (eds *ElementDefinitionSlicing) GetRules() *Code

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

func (*ElementDefinitionSlicing) MarshalJSON ¶

func (eds *ElementDefinitionSlicing) MarshalJSON() ([]byte, error)

func (*ElementDefinitionSlicing) UnmarshalJSON ¶

func (eds *ElementDefinitionSlicing) UnmarshalJSON(data []byte) error

type ElementDefinitionSlicingDiscriminator ¶

type ElementDefinitionSlicingDiscriminator 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 []*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"`

	// A FHIRPath expression, using [the simple subset of
	// FHIRPath](fhirpath.html#simple), that is used to identify the element on
	// which discrimination is based.
	Path *String `fhirpath:"path"`

	// How the element value is interpreted when discrimination is evaluated.
	Type *Code `fhirpath:"type"`

	profileimpl.BaseElement
}

Element values that are used to distinguish the slices// Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices.// If there is no discriminator, the content is hard to process, so this should be avoided.

Meta Details:

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

func (*ElementDefinitionSlicingDiscriminator) GetExtension ¶

func (edsd *ElementDefinitionSlicingDiscriminator) GetExtension() []*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 (*ElementDefinitionSlicingDiscriminator) 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 (*ElementDefinitionSlicingDiscriminator) GetPath ¶

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

func (*ElementDefinitionSlicingDiscriminator) GetType ¶

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 (*ElementDefinitionSlicingDiscriminator) MarshalJSON ¶

func (edsd *ElementDefinitionSlicingDiscriminator) MarshalJSON() ([]byte, error)

func (*ElementDefinitionSlicingDiscriminator) UnmarshalJSON ¶

func (edsd *ElementDefinitionSlicingDiscriminator) UnmarshalJSON(data []byte) error

type ElementDefinitionType ¶

type ElementDefinitionType struct {

	// If the type is a reference to another resource, how the resource is or can
	// be aggregated - is it a contained resource, or a reference, and if the
	// context is a bundle, is it included in the bundle.
	Aggregation []*Code `fhirpath:"aggregation"`

	// URL of Data type or Resource that is a(or the) type used for this element.
	// References are URLs that are relative to
	// http://hl7.org/fhir/StructureDefinition e.g. "string" is a reference to
	// http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only
	// allowed in logical models.
	Code *URI `fhirpath:"code"`

	// 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 []*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"`

	// Identifies a profile structure or implementation Guide that applies to the
	// datatype this element refers to. If any profiles are specified, then the
	// content must conform to at least one of them. The URL can be a local
	// reference - to a contained StructureDefinition, or a reference to another
	// StructureDefinition or Implementation Guide by a canonical URL. When an
	// implementation guide is specified, the type SHALL conform to at least one
	// profile defined in the implementation guide.
	Profile []*Canonical `fhirpath:"profile"`

	// Used when the type is "Reference" or "canonical", and identifies a profile
	// structure or implementation Guide that applies to the target of the
	// reference this element refers to. If any profiles are specified, then the
	// content must conform to at least one of them. The URL can be a local
	// reference - to a contained StructureDefinition, or a reference to another
	// StructureDefinition or Implementation Guide by a canonical URL. When an
	// implementation guide is specified, the target resource SHALL conform to at
	// least one profile defined in the implementation guide.
	TargetProfile []*Canonical `fhirpath:"targetProfile"`

	// Whether this reference needs to be version specific or version independent,
	// or whether either can be used.
	Versioning *Code `fhirpath:"versioning"`

	profileimpl.BaseElement
}

Data type and Profile for this element// The data type or resource that the value of this element is permitted to be.// The Type of the element can be left blank in a differential constraint, in which case the type is inherited from the resource. Abstract types are not permitted to appear as a type when multiple types are listed. (I.e. Abstract types cannot be part of a choice).

Meta Details:

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

func (*ElementDefinitionType) GetAggregation ¶

func (edt *ElementDefinitionType) GetAggregation() []*Code

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

func (*ElementDefinitionType) GetCode ¶

func (edt *ElementDefinitionType) GetCode() *URI

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

func (*ElementDefinitionType) GetExtension ¶

func (edt *ElementDefinitionType) GetExtension() []*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 (*ElementDefinitionType) GetID ¶

func (edt *ElementDefinitionType) 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 (*ElementDefinitionType) GetProfile ¶

func (edt *ElementDefinitionType) GetProfile() []*Canonical

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

func (*ElementDefinitionType) GetTargetProfile ¶

func (edt *ElementDefinitionType) GetTargetProfile() []*Canonical

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

func (*ElementDefinitionType) GetVersioning ¶

func (edt *ElementDefinitionType) GetVersioning() *Code

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

func (*ElementDefinitionType) MarshalJSON ¶

func (edt *ElementDefinitionType) MarshalJSON() ([]byte, error)

func (*ElementDefinitionType) UnmarshalJSON ¶

func (edt *ElementDefinitionType) UnmarshalJSON(data []byte) error

type Expression ¶

type Expression struct {

	// A brief, natural language description of the condition that effectively
	// communicates the intended semantics.
	Description *String `fhirpath:"description"`

	// An expression in the specified language that returns a value.
	Expression *String `fhirpath:"expression"`

	// 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 []*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 media type of the language for the expression.
	Language *Code `fhirpath:"language"`

	// A short name assigned to the expression to allow for multiple reuse of the
	// expression in the context where it is defined.
	Name *ID `fhirpath:"name"`

	// A URI that defines where the expression is found.
	Reference *URI `fhirpath:"reference"`

	profileimpl.BaseElement
}

Base StructureDefinition for Expression Type: A expression that is evaluated in a specified context and returns a value. The context of use of the expression must specify the context in which the expression is evaluated, and how the result of the expression is used.

Meta Details:

func (*Expression) GetDescription ¶

func (e *Expression) GetDescription() *String

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 (*Expression) GetExpression ¶

func (e *Expression) GetExpression() *String

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

func (*Expression) GetExtension ¶

func (e *Expression) GetExtension() []*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 (*Expression) GetID ¶

func (e *Expression) 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 (*Expression) GetLanguage ¶

func (e *Expression) GetLanguage() *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 (*Expression) GetName ¶

func (e *Expression) GetName() *ID

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 (*Expression) GetReference ¶

func (e *Expression) GetReference() *URI

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

func (*Expression) MarshalJSON ¶

func (e *Expression) MarshalJSON() ([]byte, error)

func (*Expression) UnmarshalJSON ¶

func (e *Expression) UnmarshalJSON(data []byte) error

type Extension ¶

type Extension 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 []*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"`

	// Source of the definition for the extension code - a logical name or a URL.
	URL string `fhirpath:"url"`

	// Value of extension - must be one of a constrained set of the data types (see
	// [Extensibility](extensibility.html) for a list).
	Value Element `fhirpath:"value"`

	profileimpl.BaseExtension
	profileimpl.BaseElement
}

Base StructureDefinition for Extension Type: Optional Extension Element - found in all resources.

Meta Details:

func (*Extension) GetExtension ¶

func (e *Extension) GetExtension() []*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 (*Extension) GetID ¶

func (e *Extension) 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 (*Extension) GetURL ¶

func (e *Extension) GetURL() string

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 (*Extension) GetValue ¶

func (e *Extension) GetValue() Element

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

func (*Extension) GetValueAddress ¶

func (e *Extension) GetValueAddress() *Address

GetValueAddress returns the value of the field Value.

func (*Extension) GetValueAge ¶

func (e *Extension) GetValueAge() *Age

GetValueAge returns the value of the field Value.

func (*Extension) GetValueAnnotation ¶

func (e *Extension) GetValueAnnotation() *Annotation

GetValueAnnotation returns the value of the field Value.

func (*Extension) GetValueAttachment ¶

func (e *Extension) GetValueAttachment() *Attachment

GetValueAttachment returns the value of the field Value.

func (*Extension) GetValueBase64Binary ¶

func (e *Extension) GetValueBase64Binary() *Base64Binary

GetValueBase64Binary returns the value of the field Value.

func (*Extension) GetValueBoolean ¶

func (e *Extension) GetValueBoolean() *Boolean

GetValueBoolean returns the value of the field Value.

func (*Extension) GetValueCanonical ¶

func (e *Extension) GetValueCanonical() *Canonical

GetValueCanonical returns the value of the field Value.

func (*Extension) GetValueCode ¶

func (e *Extension) GetValueCode() *Code

GetValueCode returns the value of the field Value.

func (*Extension) GetValueCodeableConcept ¶

func (e *Extension) GetValueCodeableConcept() *CodeableConcept

GetValueCodeableConcept returns the value of the field Value.

func (*Extension) GetValueCoding ¶

func (e *Extension) GetValueCoding() *Coding

GetValueCoding returns the value of the field Value.

func (*Extension) GetValueContactDetail ¶

func (e *Extension) GetValueContactDetail() *ContactDetail

GetValueContactDetail returns the value of the field Value.

func (*Extension) GetValueContactPoint ¶

func (e *Extension) GetValueContactPoint() *ContactPoint

GetValueContactPoint returns the value of the field Value.

func (*Extension) GetValueContributor ¶

func (e *Extension) GetValueContributor() *Contributor

GetValueContributor returns the value of the field Value.

func (*Extension) GetValueCount ¶

func (e *Extension) GetValueCount() *Count

GetValueCount returns the value of the field Value.

func (*Extension) GetValueDataRequirement ¶

func (e *Extension) GetValueDataRequirement() *DataRequirement

GetValueDataRequirement returns the value of the field Value.

func (*Extension) GetValueDate ¶

func (e *Extension) GetValueDate() *Date

GetValueDate returns the value of the field Value.

func (*Extension) GetValueDateTime ¶

func (e *Extension) GetValueDateTime() *DateTime

GetValueDateTime returns the value of the field Value.

func (*Extension) GetValueDecimal ¶

func (e *Extension) GetValueDecimal() *Decimal

GetValueDecimal returns the value of the field Value.

func (*Extension) GetValueDistance ¶

func (e *Extension) GetValueDistance() *Distance

GetValueDistance returns the value of the field Value.

func (*Extension) GetValueDosage ¶

func (e *Extension) GetValueDosage() *Dosage

GetValueDosage returns the value of the field Value.

func (*Extension) GetValueDuration ¶

func (e *Extension) GetValueDuration() *Duration

GetValueDuration returns the value of the field Value.

func (*Extension) GetValueExpression ¶

func (e *Extension) GetValueExpression() *Expression

GetValueExpression returns the value of the field Value.

func (*Extension) GetValueHumanName ¶

func (e *Extension) GetValueHumanName() *HumanName

GetValueHumanName returns the value of the field Value.

func (*Extension) GetValueID ¶

func (e *Extension) GetValueID() *ID

GetValueID returns the value of the field Value.

func (*Extension) GetValueIdentifier ¶

func (e *Extension) GetValueIdentifier() *Identifier

GetValueIdentifier returns the value of the field Value.

func (*Extension) GetValueInstant ¶

func (e *Extension) GetValueInstant() *Instant

GetValueInstant returns the value of the field Value.

func (*Extension) GetValueInteger ¶

func (e *Extension) GetValueInteger() *Integer

GetValueInteger returns the value of the field Value.

func (*Extension) GetValueMarkdown ¶

func (e *Extension) GetValueMarkdown() *Markdown

GetValueMarkdown returns the value of the field Value.

func (*Extension) GetValueMeta ¶

func (e *Extension) GetValueMeta() *Meta

GetValueMeta returns the value of the field Value.

func (*Extension) GetValueMoney ¶

func (e *Extension) GetValueMoney() *Money

GetValueMoney returns the value of the field Value.

func (*Extension) GetValueOID ¶

func (e *Extension) GetValueOID() *OID

GetValueOID returns the value of the field Value.

func (*Extension) GetValueParameterDefinition ¶

func (e *Extension) GetValueParameterDefinition() *ParameterDefinition

GetValueParameterDefinition returns the value of the field Value.

func (*Extension) GetValuePeriod ¶

func (e *Extension) GetValuePeriod() *Period

GetValuePeriod returns the value of the field Value.

func (*Extension) GetValuePositiveInt ¶

func (e *Extension) GetValuePositiveInt() *PositiveInt

GetValuePositiveInt returns the value of the field Value.

func (*Extension) GetValueQuantity ¶

func (e *Extension) GetValueQuantity() *Quantity

GetValueQuantity returns the value of the field Value.

func (*Extension) GetValueRange ¶

func (e *Extension) GetValueRange() *Range

GetValueRange returns the value of the field Value.

func (*Extension) GetValueRatio ¶

func (e *Extension) GetValueRatio() *Ratio

GetValueRatio returns the value of the field Value.

func (*Extension) GetValueReference ¶

func (e *Extension) GetValueReference() *Reference

GetValueReference returns the value of the field Value.

func (*Extension) GetValueRelatedArtifact ¶

func (e *Extension) GetValueRelatedArtifact() *RelatedArtifact

GetValueRelatedArtifact returns the value of the field Value.

func (*Extension) GetValueSampledData ¶

func (e *Extension) GetValueSampledData() *SampledData

GetValueSampledData returns the value of the field Value.

func (*Extension) GetValueSignature ¶

func (e *Extension) GetValueSignature() *Signature

GetValueSignature returns the value of the field Value.

func (*Extension) GetValueString ¶

func (e *Extension) GetValueString() *String

GetValueString returns the value of the field Value.

func (*Extension) GetValueTime ¶

func (e *Extension) GetValueTime() *Time

GetValueTime returns the value of the field Value.

func (*Extension) GetValueTiming ¶

func (e *Extension) GetValueTiming() *Timing

GetValueTiming returns the value of the field Value.

func (*Extension) GetValueTriggerDefinition ¶

func (e *Extension) GetValueTriggerDefinition() *TriggerDefinition

GetValueTriggerDefinition returns the value of the field Value.

func (*Extension) GetValueURI ¶

func (e *Extension) GetValueURI() *URI

GetValueURI returns the value of the field Value.

func (*Extension) GetValueURL ¶

func (e *Extension) GetValueURL() *URL

GetValueURL returns the value of the field Value.

func (*Extension) GetValueUUID ¶

func (e *Extension) GetValueUUID() *UUID

GetValueUUID returns the value of the field Value.

func (*Extension) GetValueUnsignedInt ¶

func (e *Extension) GetValueUnsignedInt() *UnsignedInt

GetValueUnsignedInt returns the value of the field Value.

func (*Extension) GetValueUsageContext ¶

func (e *Extension) GetValueUsageContext() *UsageContext

GetValueUsageContext returns the value of the field Value.

func (*Extension) MarshalJSON ¶

func (e *Extension) MarshalJSON() ([]byte, error)

func (*Extension) UnmarshalJSON ¶

func (e *Extension) UnmarshalJSON(data []byte) error

type HumanName ¶

type HumanName 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 []*Extension `fhirpath:"extension"`

	// The part of a name that links to the genealogy. In some cultures (e.g.
	// Eritrea) the family name of a son is the first name of his father.
	Family *String `fhirpath:"family"`

	// Given name.
	Given []*String `fhirpath:"given"`

	// 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"`

	// Indicates the period of time when this name was valid for the named person.
	Period *Period `fhirpath:"period"`

	// Part of the name that is acquired as a title due to academic, legal,
	// employment or nobility status, etc. and that appears at the start of the
	// name.
	Prefix []*String `fhirpath:"prefix"`

	// Part of the name that is acquired as a title due to academic, legal,
	// employment or nobility status, etc. and that appears at the end of the name.
	Suffix []*String `fhirpath:"suffix"`

	// Specifies the entire name as it should be displayed e.g. on an application
	// UI. This may be provided instead of or as well as the specific parts.
	Text *String `fhirpath:"text"`

	// Identifies the purpose for this name.
	Use *Code `fhirpath:"use"`

	profileimpl.BaseElement
}

Base StructureDefinition for HumanName Type: A human's name with the ability to identify parts and usage.

Meta Details:

func (*HumanName) GetExtension ¶

func (hn *HumanName) GetExtension() []*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 (*HumanName) GetFamily ¶

func (hn *HumanName) GetFamily() *String

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

func (*HumanName) GetGiven ¶

func (hn *HumanName) GetGiven() []*String

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

func (*HumanName) GetID ¶

func (hn *HumanName) 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 (*HumanName) GetPeriod ¶

func (hn *HumanName) GetPeriod() *Period

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

func (*HumanName) GetPrefix ¶

func (hn *HumanName) GetPrefix() []*String

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

func (*HumanName) GetSuffix ¶

func (hn *HumanName) GetSuffix() []*String

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

func (*HumanName) GetText ¶

func (hn *HumanName) GetText() *String

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 (*HumanName) GetUse ¶

func (hn *HumanName) GetUse() *Code

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

func (*HumanName) MarshalJSON ¶

func (hn *HumanName) MarshalJSON() ([]byte, error)

func (*HumanName) UnmarshalJSON ¶

func (hn *HumanName) UnmarshalJSON(data []byte) error

type ID ¶

type ID struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for id
	Value string `fhirpath:"value"`

	profileimpl.BaseString
	profileimpl.BaseElement
}

Base StructureDefinition for id type: Any combination of letters, numerals, "-" and ".", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive.

Meta Details:

func (*ID) GetExtension ¶

func (i *ID) GetExtension() []*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 (*ID) GetID ¶

func (i *ID) 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 (*ID) GetValue ¶

func (i *ID) GetValue() string

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

func (*ID) MarshalJSON ¶

func (i *ID) MarshalJSON() ([]byte, error)

func (*ID) UnmarshalJSON ¶

func (i *ID) UnmarshalJSON(data []byte) error

type Identifier ¶

type Identifier struct {

	// Organization that issued/manages the identifier.
	Assigner *Reference `fhirpath:"assigner"`

	// 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 []*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"`

	// Time period during which identifier is/was valid for use.
	Period *Period `fhirpath:"period"`

	// Establishes the namespace for the value - that is, a URL that describes a
	// set values that are unique.
	System *URI `fhirpath:"system"`

	// A coded type for the identifier that can be used to determine which
	// identifier to use for a specific purpose.
	Type *CodeableConcept `fhirpath:"type"`

	// The purpose of this identifier.
	Use *Code `fhirpath:"use"`

	// The portion of the identifier typically relevant to the user and which is
	// unique within the context of the system.
	Value *String `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for Identifier Type: An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.

Meta Details:

func (*Identifier) GetAssigner ¶

func (i *Identifier) GetAssigner() *Reference

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

func (*Identifier) GetExtension ¶

func (i *Identifier) GetExtension() []*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 (*Identifier) GetID ¶

func (i *Identifier) 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 (*Identifier) GetPeriod ¶

func (i *Identifier) GetPeriod() *Period

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

func (*Identifier) GetSystem ¶

func (i *Identifier) GetSystem() *URI

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

func (*Identifier) GetType ¶

func (i *Identifier) GetType() *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 (*Identifier) GetUse ¶

func (i *Identifier) GetUse() *Code

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

func (*Identifier) GetValue ¶

func (i *Identifier) GetValue() *String

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

func (*Identifier) MarshalJSON ¶

func (i *Identifier) MarshalJSON() ([]byte, error)

func (*Identifier) UnmarshalJSON ¶

func (i *Identifier) UnmarshalJSON(data []byte) error

type Instant ¶

type Instant struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for instant Type: An instant in time - known at least to the second

Meta Details:

func (*Instant) GetExtension ¶

func (i *Instant) GetExtension() []*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 (*Instant) GetID ¶

func (i *Instant) 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 (*Instant) GetValue ¶

func (i *Instant) GetValue() string

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

func (*Instant) MarshalJSON ¶

func (i *Instant) MarshalJSON() ([]byte, error)

func (*Instant) UnmarshalJSON ¶

func (i *Instant) UnmarshalJSON(data []byte) error

type Integer ¶

type Integer struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value int32 `fhirpath:"value"`

	profileimpl.BaseInteger
	profileimpl.BaseElement
}

Base StructureDefinition for integer Type: A whole number

Meta Details:

func (*Integer) GetExtension ¶

func (i *Integer) GetExtension() []*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 (*Integer) GetID ¶

func (i *Integer) 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 (*Integer) GetValue ¶

func (i *Integer) GetValue() int32

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

func (*Integer) MarshalJSON ¶

func (i *Integer) MarshalJSON() ([]byte, error)

func (*Integer) UnmarshalJSON ¶

func (i *Integer) UnmarshalJSON(data []byte) error

type Markdown ¶

type Markdown struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for markdown
	Value string `fhirpath:"value"`

	profileimpl.BaseString
	profileimpl.BaseElement
}

Base StructureDefinition for markdown type: A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine

Meta Details:

func (*Markdown) GetExtension ¶

func (m *Markdown) GetExtension() []*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 (*Markdown) GetID ¶

func (m *Markdown) 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 (*Markdown) GetValue ¶

func (m *Markdown) GetValue() string

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

func (*Markdown) MarshalJSON ¶

func (m *Markdown) MarshalJSON() ([]byte, error)

func (*Markdown) UnmarshalJSON ¶

func (m *Markdown) UnmarshalJSON(data []byte) error

type MarketingStatus ¶

type MarketingStatus struct {

	// The country in which the marketing authorisation has been granted shall be
	// specified It should be specified using the ISO 3166 ‑ 1 alpha-2 code
	// elements.
	Country *CodeableConcept `fhirpath:"country"`

	// The date when the Medicinal Product is placed on the market by the Marketing
	// Authorisation Holder (or where applicable, the manufacturer/distributor) in
	// a country and/or jurisdiction shall be provided A complete date consisting
	// of day, month and year shall be specified using the ISO 8601 date format
	// NOTE “Placed on the market” refers to the release of the Medicinal
	// Product into the distribution chain.
	DateRange *Period `fhirpath:"dateRange"`

	// 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 []*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"`

	// Where a Medicines Regulatory Agency has granted a marketing authorisation
	// for which specific provisions within a jurisdiction apply, the jurisdiction
	// can be specified using an appropriate controlled terminology The controlled
	// term and the controlled term identifier shall be specified.
	Jurisdiction *CodeableConcept `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 []*Extension `fhirpath:"modifierExtension"`

	// The date when the Medicinal Product is placed on the market by the Marketing
	// Authorisation Holder (or where applicable, the manufacturer/distributor) in
	// a country and/or jurisdiction shall be provided A complete date consisting
	// of day, month and year shall be specified using the ISO 8601 date format
	// NOTE “Placed on the market” refers to the release of the Medicinal
	// Product into the distribution chain.
	RestoreDate *DateTime `fhirpath:"restoreDate"`

	// This attribute provides information on the status of the marketing of the
	// medicinal product See ISO/TS 20443 for more information and examples.
	Status *CodeableConcept `fhirpath:"status"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for MarketingStatus Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.

Meta Details:

func (*MarketingStatus) GetCountry ¶

func (ms *MarketingStatus) GetCountry() *CodeableConcept

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

func (*MarketingStatus) GetDateRange ¶

func (ms *MarketingStatus) GetDateRange() *Period

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

func (*MarketingStatus) GetExtension ¶

func (ms *MarketingStatus) GetExtension() []*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 (*MarketingStatus) GetID ¶

func (ms *MarketingStatus) 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 (*MarketingStatus) GetJurisdiction ¶

func (ms *MarketingStatus) GetJurisdiction() *CodeableConcept

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 (*MarketingStatus) GetModifierExtension ¶

func (ms *MarketingStatus) GetModifierExtension() []*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 (*MarketingStatus) GetRestoreDate ¶

func (ms *MarketingStatus) GetRestoreDate() *DateTime

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

func (*MarketingStatus) GetStatus ¶

func (ms *MarketingStatus) GetStatus() *CodeableConcept

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

func (*MarketingStatus) MarshalJSON ¶

func (ms *MarketingStatus) MarshalJSON() ([]byte, error)

func (*MarketingStatus) UnmarshalJSON ¶

func (ms *MarketingStatus) UnmarshalJSON(data []byte) error

type Meta ¶

type Meta 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 []*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"`

	// When the resource last changed - e.g. when the version changed.
	LastUpdated *Instant `fhirpath:"lastUpdated"`

	// A list of profiles (references to
	// [StructureDefinition](structuredefinition.html#) resources) that this
	// resource claims to conform to. The URL is a reference to
	// [StructureDefinition.url](structuredefinition-definitions.html#StructureDefinition.url).
	Profile []*Canonical `fhirpath:"profile"`

	// Security labels applied to this resource. These tags connect specific
	// resources to the overall security policy and infrastructure.
	Security []*Coding `fhirpath:"security"`

	// A uri that identifies the source system of the resource. This provides a
	// minimal amount of [Provenance](provenance.html#) information that can be
	// used to track or differentiate the source of information in the resource.
	// The source may identify another FHIR server, document, message, database,
	// etc.
	Source *URI `fhirpath:"source"`

	// Tags applied to this resource. Tags are intended to be used to identify and
	// relate resources to process and workflow, and applications are not required
	// to consider the tags when interpreting the meaning of a resource.
	Tag []*Coding `fhirpath:"tag"`

	// The version specific identifier, as it appears in the version portion of the
	// URL. This value changes when the resource is created, updated, or deleted.
	VersionID *ID `fhirpath:"versionId"`

	profileimpl.BaseElement
}

Base StructureDefinition for Meta Type: The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

Meta Details:

func (*Meta) GetExtension ¶

func (m *Meta) GetExtension() []*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 (*Meta) GetID ¶

func (m *Meta) 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 (*Meta) GetLastUpdated ¶

func (m *Meta) GetLastUpdated() *Instant

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

func (*Meta) GetProfile ¶

func (m *Meta) GetProfile() []*Canonical

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

func (*Meta) GetSecurity ¶

func (m *Meta) GetSecurity() []*Coding

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

func (*Meta) GetSource ¶

func (m *Meta) GetSource() *URI

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

func (*Meta) GetTag ¶

func (m *Meta) GetTag() []*Coding

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

func (*Meta) GetVersionID ¶

func (m *Meta) GetVersionID() *ID

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

func (*Meta) MarshalJSON ¶

func (m *Meta) MarshalJSON() ([]byte, error)

func (*Meta) UnmarshalJSON ¶

func (m *Meta) UnmarshalJSON(data []byte) error

type Money ¶

type Money struct {

	// ISO 4217 Currency Code.
	Currency *Code `fhirpath:"currency"`

	// 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 []*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"`

	// Numerical value (with implicit precision).
	Value *Decimal `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for Money Type: An amount of economic utility in some recognized currency.

Meta Details:

func (*Money) GetCurrency ¶

func (m *Money) GetCurrency() *Code

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

func (*Money) GetExtension ¶

func (m *Money) GetExtension() []*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 (*Money) GetID ¶

func (m *Money) 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 (*Money) GetValue ¶

func (m *Money) GetValue() *Decimal

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

func (*Money) MarshalJSON ¶

func (m *Money) MarshalJSON() ([]byte, error)

func (*Money) UnmarshalJSON ¶

func (m *Money) UnmarshalJSON(data []byte) error

type Narrative ¶

type Narrative struct {

	// The actual narrative content, a stripped down version of XHTML.
	Div *XHTML `fhirpath:"div"`

	// 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 []*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 status of the narrative - whether it's entirely generated (from just the
	// defined data or the extensions too), or whether a human authored it and it
	// may contain additional data.
	Status *Code `fhirpath:"status"`

	profileimpl.BaseElement
}

Base StructureDefinition for Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.

Meta Details:

func (*Narrative) GetDiv ¶

func (n *Narrative) GetDiv() *XHTML

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

func (*Narrative) GetExtension ¶

func (n *Narrative) GetExtension() []*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 (*Narrative) GetID ¶

func (n *Narrative) 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 (*Narrative) GetStatus ¶

func (n *Narrative) GetStatus() *Code

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

func (*Narrative) MarshalJSON ¶

func (n *Narrative) MarshalJSON() ([]byte, error)

func (*Narrative) UnmarshalJSON ¶

func (n *Narrative) UnmarshalJSON(data []byte) error

type OID ¶

type OID struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for oid
	Value string `fhirpath:"value"`

	profileimpl.BaseURI
	profileimpl.BaseElement
}

Base StructureDefinition for oid type: An OID represented as a URI

Meta Details:

func (*OID) GetExtension ¶

func (o *OID) GetExtension() []*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 (*OID) GetID ¶

func (o *OID) 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 (*OID) GetValue ¶

func (o *OID) GetValue() string

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

func (*OID) MarshalJSON ¶

func (o *OID) MarshalJSON() ([]byte, error)

func (*OID) UnmarshalJSON ¶

func (o *OID) UnmarshalJSON(data []byte) error

type ParameterDefinition ¶

type ParameterDefinition struct {

	// A brief discussion of what the parameter is for and how it is used by the
	// module.
	Documentation *String `fhirpath:"documentation"`

	// 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 []*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 maximum number of times this element is permitted to appear in the
	// request or response.
	Max *String `fhirpath:"max"`

	// The minimum number of times this parameter SHALL appear in the request or
	// response.
	Min *Integer `fhirpath:"min"`

	// The name of the parameter used to allow access to the value of the parameter
	// in evaluation contexts.
	Name *Code `fhirpath:"name"`

	// If specified, this indicates a profile that the input data must conform to,
	// or that the output data will conform to.
	Profile *Canonical `fhirpath:"profile"`

	// The type of the parameter.
	Type *Code `fhirpath:"type"`

	// Whether the parameter is input or output for the module.
	Use *Code `fhirpath:"use"`

	profileimpl.BaseElement
}

Base StructureDefinition for ParameterDefinition Type: The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.

Meta Details:

func (*ParameterDefinition) GetDocumentation ¶

func (pd *ParameterDefinition) GetDocumentation() *String

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

func (*ParameterDefinition) GetExtension ¶

func (pd *ParameterDefinition) GetExtension() []*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 (*ParameterDefinition) GetID ¶

func (pd *ParameterDefinition) 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 (*ParameterDefinition) GetMax ¶

func (pd *ParameterDefinition) GetMax() *String

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

func (*ParameterDefinition) GetMin ¶

func (pd *ParameterDefinition) GetMin() *Integer

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

func (*ParameterDefinition) GetName ¶

func (pd *ParameterDefinition) GetName() *Code

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 (*ParameterDefinition) GetProfile ¶

func (pd *ParameterDefinition) GetProfile() *Canonical

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

func (*ParameterDefinition) GetType ¶

func (pd *ParameterDefinition) GetType() *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 (*ParameterDefinition) GetUse ¶

func (pd *ParameterDefinition) GetUse() *Code

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

func (*ParameterDefinition) MarshalJSON ¶

func (pd *ParameterDefinition) MarshalJSON() ([]byte, error)

func (*ParameterDefinition) UnmarshalJSON ¶

func (pd *ParameterDefinition) UnmarshalJSON(data []byte) error

type Period ¶

type Period struct {

	// The end of the period. If the end of the period is missing, it means no end
	// was known or planned at the time the instance was created. The start may be
	// in the past, and the end date in the future, which means that period is
	// expected/planned to end at that time.
	End *DateTime `fhirpath:"end"`

	// 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 []*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 start of the period. The boundary is inclusive.
	Start *DateTime `fhirpath:"start"`

	profileimpl.BaseElement
}

Base StructureDefinition for Period Type: A time period defined by a start and end date and optionally time.

Meta Details:

func (*Period) GetEnd ¶

func (p *Period) GetEnd() *DateTime

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

func (*Period) GetExtension ¶

func (p *Period) GetExtension() []*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 (*Period) GetID ¶

func (p *Period) 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 (*Period) GetStart ¶

func (p *Period) GetStart() *DateTime

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

func (*Period) MarshalJSON ¶

func (p *Period) MarshalJSON() ([]byte, error)

func (*Period) UnmarshalJSON ¶

func (p *Period) UnmarshalJSON(data []byte) error

type Population ¶

type Population struct {

	// The age of the specific population.
	Age Element `fhirpath:"age"`

	// 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 []*Extension `fhirpath:"extension"`

	// The gender of the specific population.
	Gender *CodeableConcept `fhirpath:"gender"`

	// 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 []*Extension `fhirpath:"modifierExtension"`

	// The existing physiological conditions of the specific population to which
	// this applies.
	PhysiologicalCondition *CodeableConcept `fhirpath:"physiologicalCondition"`

	// Race of the specific population.
	Race *CodeableConcept `fhirpath:"race"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for Population Type: A populatioof people with some set of grouping criteria.

Meta Details:

func (*Population) GetAge ¶

func (p *Population) GetAge() Element

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

func (*Population) GetAgeCodeableConcept ¶

func (p *Population) GetAgeCodeableConcept() *CodeableConcept

GetAgeCodeableConcept returns the value of the field Age.

func (*Population) GetAgeRange ¶

func (p *Population) GetAgeRange() *Range

GetAgeRange returns the value of the field Age.

func (*Population) GetExtension ¶

func (p *Population) GetExtension() []*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 (*Population) GetGender ¶

func (p *Population) GetGender() *CodeableConcept

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

func (*Population) GetID ¶

func (p *Population) 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 (*Population) GetModifierExtension ¶

func (p *Population) GetModifierExtension() []*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 (*Population) GetPhysiologicalCondition ¶

func (p *Population) GetPhysiologicalCondition() *CodeableConcept

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

func (*Population) GetRace ¶

func (p *Population) GetRace() *CodeableConcept

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

func (*Population) MarshalJSON ¶

func (p *Population) MarshalJSON() ([]byte, error)

func (*Population) UnmarshalJSON ¶

func (p *Population) UnmarshalJSON(data []byte) error

type PositiveInt ¶

type PositiveInt struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for positiveInt
	Value uint32 `fhirpath:"value"`

	profileimpl.BaseInteger
	profileimpl.BaseElement
}

Base StructureDefinition for positiveInt type: An integer with a value that is positive (e.g. >0)

Meta Details:

func (*PositiveInt) GetExtension ¶

func (pi *PositiveInt) GetExtension() []*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 (*PositiveInt) GetID ¶

func (pi *PositiveInt) 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 (*PositiveInt) GetValue ¶

func (pi *PositiveInt) GetValue() uint32

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

func (*PositiveInt) MarshalJSON ¶

func (pi *PositiveInt) MarshalJSON() ([]byte, error)

func (*PositiveInt) UnmarshalJSON ¶

func (pi *PositiveInt) UnmarshalJSON(data []byte) error

type ProdCharacteristic ¶

type ProdCharacteristic struct {

	// Where applicable, the color can be specified An appropriate controlled
	// vocabulary shall be used The term and the term identifier shall be used.
	Color []*String `fhirpath:"color"`

	// Where applicable, the depth can be specified using a numerical value and its
	// unit of measurement The unit of measurement shall be specified in accordance
	// with ISO 11240 and the resulting terminology The symbol and the symbol
	// identifier shall be used.
	Depth *Quantity `fhirpath:"depth"`

	// 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 []*Extension `fhirpath:"extension"`

	// Where applicable, the external diameter can be specified using a numerical
	// value and its unit of measurement The unit of measurement shall be specified
	// in accordance with ISO 11240 and the resulting terminology The symbol and
	// the symbol identifier shall be used.
	ExternalDiameter *Quantity `fhirpath:"externalDiameter"`

	// Where applicable, the height can be specified using a numerical value and
	// its unit of measurement The unit of measurement shall be specified in
	// accordance with ISO 11240 and the resulting terminology The symbol and the
	// symbol identifier shall be used.
	Height *Quantity `fhirpath:"height"`

	// 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"`

	// Where applicable, the image can be provided The format of the image
	// attachment shall be specified by regional implementations.
	Image []*Attachment `fhirpath:"image"`

	// Where applicable, the imprint can be specified as text.
	Imprint []*String `fhirpath:"imprint"`

	// 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 []*Extension `fhirpath:"modifierExtension"`

	// Where applicable, the nominal volume can be specified using a numerical
	// value and its unit of measurement The unit of measurement shall be specified
	// in accordance with ISO 11240 and the resulting terminology The symbol and
	// the symbol identifier shall be used.
	NominalVolume *Quantity `fhirpath:"nominalVolume"`

	// Where applicable, the scoring can be specified An appropriate controlled
	// vocabulary shall be used The term and the term identifier shall be used.
	Scoring *CodeableConcept `fhirpath:"scoring"`

	// Where applicable, the shape can be specified An appropriate controlled
	// vocabulary shall be used The term and the term identifier shall be used.
	Shape *String `fhirpath:"shape"`

	// Where applicable, the weight can be specified using a numerical value and
	// its unit of measurement The unit of measurement shall be specified in
	// accordance with ISO 11240 and the resulting terminology The symbol and the
	// symbol identifier shall be used.
	Weight *Quantity `fhirpath:"weight"`

	// Where applicable, the width can be specified using a numerical value and its
	// unit of measurement The unit of measurement shall be specified in accordance
	// with ISO 11240 and the resulting terminology The symbol and the symbol
	// identifier shall be used.
	Width *Quantity `fhirpath:"width"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for ProdCharacteristic Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.

Meta Details:

func (*ProdCharacteristic) GetColor ¶

func (pc *ProdCharacteristic) GetColor() []*String

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

func (*ProdCharacteristic) GetDepth ¶

func (pc *ProdCharacteristic) GetDepth() *Quantity

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

func (*ProdCharacteristic) GetExtension ¶

func (pc *ProdCharacteristic) GetExtension() []*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 (*ProdCharacteristic) GetExternalDiameter ¶

func (pc *ProdCharacteristic) GetExternalDiameter() *Quantity

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

func (*ProdCharacteristic) GetHeight ¶

func (pc *ProdCharacteristic) GetHeight() *Quantity

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

func (*ProdCharacteristic) GetID ¶

func (pc *ProdCharacteristic) 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 (*ProdCharacteristic) GetImage ¶

func (pc *ProdCharacteristic) GetImage() []*Attachment

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

func (*ProdCharacteristic) GetImprint ¶

func (pc *ProdCharacteristic) GetImprint() []*String

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

func (*ProdCharacteristic) GetModifierExtension ¶

func (pc *ProdCharacteristic) GetModifierExtension() []*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 (*ProdCharacteristic) GetNominalVolume ¶

func (pc *ProdCharacteristic) GetNominalVolume() *Quantity

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

func (*ProdCharacteristic) GetScoring ¶

func (pc *ProdCharacteristic) GetScoring() *CodeableConcept

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

func (*ProdCharacteristic) GetShape ¶

func (pc *ProdCharacteristic) GetShape() *String

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

func (*ProdCharacteristic) GetWeight ¶

func (pc *ProdCharacteristic) GetWeight() *Quantity

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

func (*ProdCharacteristic) GetWidth ¶

func (pc *ProdCharacteristic) GetWidth() *Quantity

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

func (*ProdCharacteristic) MarshalJSON ¶

func (pc *ProdCharacteristic) MarshalJSON() ([]byte, error)

func (*ProdCharacteristic) UnmarshalJSON ¶

func (pc *ProdCharacteristic) UnmarshalJSON(data []byte) error

type ProductShelfLife ¶

type ProductShelfLife 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 []*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"`

	// Unique identifier for the packaged Medicinal Product.
	Identifier *Identifier `fhirpath:"identifier"`

	// 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 []*Extension `fhirpath:"modifierExtension"`

	// The shelf life time period can be specified using a numerical value for the
	// period of time and its unit of time measurement The unit of measurement
	// shall be specified in accordance with ISO 11240 and the resulting
	// terminology The symbol and the symbol identifier shall be used.
	Period *Quantity `fhirpath:"period"`

	// Special precautions for storage, if any, can be specified using an
	// appropriate controlled vocabulary The controlled term and the controlled
	// term identifier shall be specified.
	SpecialPrecautionsForStorage []*CodeableConcept `fhirpath:"specialPrecautionsForStorage"`

	// This describes the shelf life, taking into account various scenarios such as
	// shelf life of the packaged Medicinal Product itself, shelf life after
	// transformation where necessary and shelf life after the first opening of a
	// bottle, etc. The shelf life type shall be specified using an appropriate
	// controlled vocabulary The controlled term and the controlled term identifier
	// shall be specified.
	Type *CodeableConcept `fhirpath:"type"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.

Meta Details:

func (*ProductShelfLife) GetExtension ¶

func (psl *ProductShelfLife) GetExtension() []*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 (*ProductShelfLife) GetID ¶

func (psl *ProductShelfLife) 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 (*ProductShelfLife) GetIdentifier ¶

func (psl *ProductShelfLife) GetIdentifier() *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 (*ProductShelfLife) GetModifierExtension ¶

func (psl *ProductShelfLife) GetModifierExtension() []*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 (*ProductShelfLife) GetPeriod ¶

func (psl *ProductShelfLife) GetPeriod() *Quantity

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

func (*ProductShelfLife) GetSpecialPrecautionsForStorage ¶

func (psl *ProductShelfLife) GetSpecialPrecautionsForStorage() []*CodeableConcept

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

func (*ProductShelfLife) GetType ¶

func (psl *ProductShelfLife) GetType() *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 (*ProductShelfLife) MarshalJSON ¶

func (psl *ProductShelfLife) MarshalJSON() ([]byte, error)

func (*ProductShelfLife) UnmarshalJSON ¶

func (psl *ProductShelfLife) UnmarshalJSON(data []byte) error

type Quantity ¶

type Quantity struct {

	// A computer processable form of the unit in some unit representation system.
	Code *Code `fhirpath:"code"`

	// How the value should be understood and represented - whether the actual
	// value is greater or less than the stated value due to measurement issues;
	// e.g. if the comparator is "<" , then the real value is < stated value.
	Comparator *Code `fhirpath:"comparator"`

	// 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 []*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 identification of the system that provides the coded form of the unit.
	System *URI `fhirpath:"system"`

	// A human-readable form of the unit.
	Unit *String `fhirpath:"unit"`

	// The value of the measured amount. The value includes an implicit precision
	// in the presentation of the value.
	Value *Decimal `fhirpath:"value"`

	profileimpl.BaseQuantity
	profileimpl.BaseElement
}

Base StructureDefinition for Quantity Type: A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.

Meta Details:

func (*Quantity) GetCode ¶

func (q *Quantity) GetCode() *Code

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

func (*Quantity) GetComparator ¶

func (q *Quantity) GetComparator() *Code

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

func (*Quantity) GetExtension ¶

func (q *Quantity) GetExtension() []*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 (*Quantity) GetID ¶

func (q *Quantity) 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 (*Quantity) GetSystem ¶

func (q *Quantity) GetSystem() *URI

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

func (*Quantity) GetUnit ¶

func (q *Quantity) GetUnit() *String

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

func (*Quantity) GetValue ¶

func (q *Quantity) GetValue() *Decimal

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

func (*Quantity) MarshalJSON ¶

func (q *Quantity) MarshalJSON() ([]byte, error)

func (*Quantity) UnmarshalJSON ¶

func (q *Quantity) UnmarshalJSON(data []byte) error

type Range ¶

type Range 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 []*Extension `fhirpath:"extension"`

	// The high limit. The boundary is inclusive.
	High *Quantity `fhirpath:"high"`

	// 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 low limit. The boundary is inclusive.
	Low *Quantity `fhirpath:"low"`

	profileimpl.BaseElement
}

Base StructureDefinition for Range Type: A set of ordered Quantities defined by a low and high limit.

Meta Details:

func (*Range) GetExtension ¶

func (r *Range) GetExtension() []*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 (*Range) GetHigh ¶

func (r *Range) GetHigh() *Quantity

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

func (*Range) GetID ¶

func (r *Range) 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 (*Range) GetLow ¶

func (r *Range) GetLow() *Quantity

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

func (*Range) MarshalJSON ¶

func (r *Range) MarshalJSON() ([]byte, error)

func (*Range) UnmarshalJSON ¶

func (r *Range) UnmarshalJSON(data []byte) error

type Ratio ¶

type Ratio struct {

	// The value of the denominator.
	Denominator *Quantity `fhirpath:"denominator"`

	// 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 []*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 value of the numerator.
	Numerator *Quantity `fhirpath:"numerator"`

	profileimpl.BaseElement
}

Base StructureDefinition for Ratio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.

Meta Details:

func (*Ratio) GetDenominator ¶

func (r *Ratio) GetDenominator() *Quantity

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

func (*Ratio) GetExtension ¶

func (r *Ratio) GetExtension() []*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 (*Ratio) GetID ¶

func (r *Ratio) 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 (*Ratio) GetNumerator ¶

func (r *Ratio) GetNumerator() *Quantity

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

func (*Ratio) MarshalJSON ¶

func (r *Ratio) MarshalJSON() ([]byte, error)

func (*Ratio) UnmarshalJSON ¶

func (r *Ratio) UnmarshalJSON(data []byte) error

type Reference ¶

type Reference struct {

	// Plain text narrative that identifies the resource in addition to the
	// resource reference.
	Display *String `fhirpath:"display"`

	// 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 []*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"`

	// An identifier for the target resource. This is used when there is no way to
	// reference the other resource directly, either because the entity it
	// represents is not available through a FHIR server, or because there is no
	// way for the author of the resource to convert a known identifier to an
	// actual location. There is no requirement that a Reference.identifier point
	// to something that is actually exposed as a FHIR instance, but it SHALL point
	// to a business concept that would be expected to be exposed as a FHIR
	// instance, and that instance would need to be of a FHIR resource type allowed
	// by the reference.
	Identifier *Identifier `fhirpath:"identifier"`

	// A reference to a location at which the other resource is found. The
	// reference may be a relative reference, in which case it is relative to the
	// service base URL, or an absolute URL that resolves to the location where the
	// resource is found. The reference may be version specific or not. If the
	// reference is not to a FHIR RESTful server, then it should be assumed to be
	// version specific. Internal fragment references (start with '#') refer to
	// contained resources.
	Reference *String `fhirpath:"reference"`

	// The expected type of the target of the reference. If both Reference.type and
	// Reference.reference are populated and Reference.reference is a FHIR URL,
	// both SHALL be consistent.
	// The type is the Canonical URL of Resource Definition that is the type this
	// reference refers to. References are URLs that are relative to
	// http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to
	// http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only
	// allowed for logical models (and can only be used in references in logical
	// models, not resources).
	Type *URI `fhirpath:"type"`

	profileimpl.BaseElement
}

Base StructureDefinition for Reference Type: A reference from one resource to another.

Meta Details:

func (*Reference) GetDisplay ¶

func (r *Reference) GetDisplay() *String

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

func (*Reference) GetExtension ¶

func (r *Reference) GetExtension() []*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 (*Reference) GetID ¶

func (r *Reference) 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 (*Reference) GetIdentifier ¶

func (r *Reference) GetIdentifier() *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 (*Reference) GetReference ¶

func (r *Reference) GetReference() *String

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

func (*Reference) GetType ¶

func (r *Reference) GetType() *URI

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 (*Reference) MarshalJSON ¶

func (r *Reference) MarshalJSON() ([]byte, error)

func (*Reference) UnmarshalJSON ¶

func (r *Reference) UnmarshalJSON(data []byte) error

type RelatedArtifact ¶

type RelatedArtifact struct {

	// A bibliographic citation for the related artifact. This text SHOULD be
	// formatted according to an accepted citation format.
	Citation *Markdown `fhirpath:"citation"`

	// A brief description of the document or knowledge resource being referenced,
	// suitable for display to a consumer.
	Display *String `fhirpath:"display"`

	// The document being referenced, represented as an attachment. This is
	// exclusive with the resource element.
	Document *Attachment `fhirpath:"document"`

	// 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 []*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"`

	// A short label that can be used to reference the citation from elsewhere in
	// the containing artifact, such as a footnote index.
	Label *String `fhirpath:"label"`

	// The related resource, such as a library, value set, profile, or other
	// knowledge resource.
	Resource *Canonical `fhirpath:"resource"`

	// The type of relationship to the related artifact.
	Type *Code `fhirpath:"type"`

	// A url for the artifact that can be followed to access the actual content.
	URL *URL `fhirpath:"url"`

	profileimpl.BaseElement
}

Base StructureDefinition for RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.

Meta Details:

func (*RelatedArtifact) GetCitation ¶

func (ra *RelatedArtifact) GetCitation() *Markdown

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

func (*RelatedArtifact) GetDisplay ¶

func (ra *RelatedArtifact) GetDisplay() *String

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

func (*RelatedArtifact) GetDocument ¶

func (ra *RelatedArtifact) GetDocument() *Attachment

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

func (*RelatedArtifact) GetExtension ¶

func (ra *RelatedArtifact) GetExtension() []*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 (*RelatedArtifact) GetID ¶

func (ra *RelatedArtifact) 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 (*RelatedArtifact) GetLabel ¶

func (ra *RelatedArtifact) GetLabel() *String

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

func (*RelatedArtifact) GetResource ¶

func (ra *RelatedArtifact) GetResource() *Canonical

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

func (*RelatedArtifact) GetType ¶

func (ra *RelatedArtifact) GetType() *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 (*RelatedArtifact) GetURL ¶

func (ra *RelatedArtifact) GetURL() *URL

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 (*RelatedArtifact) MarshalJSON ¶

func (ra *RelatedArtifact) MarshalJSON() ([]byte, error)

func (*RelatedArtifact) UnmarshalJSON ¶

func (ra *RelatedArtifact) UnmarshalJSON(data []byte) error

type Resource ¶

type Resource interface {
	// The logical id of the resource, as used in the URL for the resource. Once
	// assigned, this value never changes.
	GetID() string

	// 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.
	GetImplicitRules() *URI

	// The base language in which the resource is written.
	GetLanguage() *Code

	// 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.
	GetMeta() *Meta

	// Implement base ResourceProfile
	profileimpl.ResourceProfile
}

This is the base resource type for everything.

Meta Details:

type SampledData ¶

type SampledData struct {

	// A series of data points which are decimal values separated by a single space
	// (character u20). The special values "E" (error), "L" (below detection limit)
	// and "U" (above detection limit) can also be used in place of a decimal
	// value.
	Data *String `fhirpath:"data"`

	// The number of sample points at each time point. If this value is greater
	// than one, then the dimensions will be interlaced - all the sample points for
	// a point in time will be recorded at once.
	Dimensions *PositiveInt `fhirpath:"dimensions"`

	// 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 []*Extension `fhirpath:"extension"`

	// A correction factor that is applied to the sampled data points before they
	// are added to the origin.
	Factor *Decimal `fhirpath:"factor"`

	// 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 lower limit of detection of the measured points. This is needed if any
	// of the data points have the value "L" (lower than detection limit).
	LowerLimit *Decimal `fhirpath:"lowerLimit"`

	// The base quantity that a measured value of zero represents. In addition,
	// this provides the units of the entire measurement series.
	Origin *Quantity `fhirpath:"origin"`

	// The length of time between sampling times, measured in milliseconds.
	Period *Decimal `fhirpath:"period"`

	// The upper limit of detection of the measured points. This is needed if any
	// of the data points have the value "U" (higher than detection limit).
	UpperLimit *Decimal `fhirpath:"upperLimit"`

	profileimpl.BaseElement
}

Base StructureDefinition for SampledData Type: A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.

Meta Details:

func (*SampledData) GetData ¶

func (sd *SampledData) GetData() *String

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

func (*SampledData) GetDimensions ¶

func (sd *SampledData) GetDimensions() *PositiveInt

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

func (*SampledData) GetExtension ¶

func (sd *SampledData) GetExtension() []*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 (*SampledData) GetFactor ¶

func (sd *SampledData) GetFactor() *Decimal

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

func (*SampledData) GetID ¶

func (sd *SampledData) 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 (*SampledData) GetLowerLimit ¶

func (sd *SampledData) GetLowerLimit() *Decimal

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

func (*SampledData) GetOrigin ¶

func (sd *SampledData) GetOrigin() *Quantity

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

func (*SampledData) GetPeriod ¶

func (sd *SampledData) GetPeriod() *Decimal

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

func (*SampledData) GetUpperLimit ¶

func (sd *SampledData) GetUpperLimit() *Decimal

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

func (*SampledData) MarshalJSON ¶

func (sd *SampledData) MarshalJSON() ([]byte, error)

func (*SampledData) UnmarshalJSON ¶

func (sd *SampledData) UnmarshalJSON(data []byte) error

type Signature ¶

type Signature struct {

	// The base64 encoding of the Signature content. When signature is not recorded
	// electronically this element would be empty.
	Data *Base64Binary `fhirpath:"data"`

	// 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 []*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"`

	// A reference to an application-usable description of the identity that is
	// represented by the signature.
	OnBehalfOf *Reference `fhirpath:"onBehalfOf"`

	// A mime type that indicates the technical format of the signature. Important
	// mime types are application/signature+xml for X ML DigSig, application/jose
	// for JWS, and image/* for a graphical image of a signature, etc.
	SigFormat *Code `fhirpath:"sigFormat"`

	// A mime type that indicates the technical format of the target resources
	// signed by the signature.
	TargetFormat *Code `fhirpath:"targetFormat"`

	// An indication of the reason that the entity signed this document. This may
	// be explicitly included as part of the signature information and can be used
	// when determining accountability for various actions concerning the document.
	Type []*Coding `fhirpath:"type"`

	// When the digital signature was signed.
	When *Instant `fhirpath:"when"`

	// A reference to an application-usable description of the identity that signed
	// (e.g. the signature used their private key).
	Who *Reference `fhirpath:"who"`

	profileimpl.BaseElement
}

Base StructureDefinition for Signature Type: A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.

Meta Details:

func (*Signature) GetData ¶

func (s *Signature) GetData() *Base64Binary

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

func (*Signature) GetExtension ¶

func (s *Signature) GetExtension() []*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 (*Signature) GetID ¶

func (s *Signature) 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 (*Signature) GetOnBehalfOf ¶

func (s *Signature) GetOnBehalfOf() *Reference

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

func (*Signature) GetSigFormat ¶

func (s *Signature) GetSigFormat() *Code

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

func (*Signature) GetTargetFormat ¶

func (s *Signature) GetTargetFormat() *Code

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

func (*Signature) GetType ¶

func (s *Signature) GetType() []*Coding

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 (*Signature) GetWhen ¶

func (s *Signature) GetWhen() *Instant

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

func (*Signature) GetWho ¶

func (s *Signature) GetWho() *Reference

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

func (*Signature) MarshalJSON ¶

func (s *Signature) MarshalJSON() ([]byte, error)

func (*Signature) UnmarshalJSON ¶

func (s *Signature) UnmarshalJSON(data []byte) error

type String ¶

type String struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseString
	profileimpl.BaseElement
}

Base StructureDefinition for string Type: A sequence of Unicode characters

Meta Details:

func (*String) GetExtension ¶

func (s *String) GetExtension() []*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 (*String) GetID ¶

func (s *String) 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 (*String) GetValue ¶

func (s *String) GetValue() string

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

func (*String) MarshalJSON ¶

func (s *String) MarshalJSON() ([]byte, error)

func (*String) UnmarshalJSON ¶

func (s *String) UnmarshalJSON(data []byte) error

type SubstanceAmount ¶

type SubstanceAmount struct {

	// A textual comment on a numeric value.
	AmountText *String `fhirpath:"amountText"`

	// Most elements that require a quantitative value will also have a field
	// called amount type. Amount type should always be specified because the
	// actual value of the amount is often dependent on it. EXAMPLE: In capturing
	// the actual relative amounts of substances or molecular fragments it is
	// essential to indicate whether the amount refers to a mole ratio or weight
	// ratio. For any given element an effort should be made to use same the amount
	// type for all related definitional elements.
	AmountType *CodeableConcept `fhirpath:"amountType"`

	// Used to capture quantitative values for a variety of elements. If only
	// limits are given, the arithmetic mean would be the average. If only a single
	// definite value for a given element is given, it would be captured in this
	// field.
	Amount Element `fhirpath:"amount"`

	// 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 []*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 []*Extension `fhirpath:"modifierExtension"`

	// Reference range of possible or expected values.
	ReferenceRange *SubstanceAmountReferenceRange `fhirpath:"referenceRange"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure. Chemical substances shall be defined on the basis of their complete covalent molecular structure; the presence of a salt (counter-ion) and/or solvates (water, alcohols) is also captured. Purity, grade, physical form or particle size are not taken into account in the definition of a chemical substance or in the assignment of a Substance ID.

Meta Details:

func (*SubstanceAmount) GetAmount ¶

func (sa *SubstanceAmount) GetAmount() Element

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

func (*SubstanceAmount) GetAmountQuantity ¶

func (sa *SubstanceAmount) GetAmountQuantity() *Quantity

GetAmountQuantity returns the value of the field Amount.

func (*SubstanceAmount) GetAmountRange ¶

func (sa *SubstanceAmount) GetAmountRange() *Range

GetAmountRange returns the value of the field Amount.

func (*SubstanceAmount) GetAmountString ¶

func (sa *SubstanceAmount) GetAmountString() *String

GetAmountString returns the value of the field Amount.

func (*SubstanceAmount) GetAmountText ¶

func (sa *SubstanceAmount) GetAmountText() *String

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

func (*SubstanceAmount) GetAmountType ¶

func (sa *SubstanceAmount) GetAmountType() *CodeableConcept

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

func (*SubstanceAmount) GetExtension ¶

func (sa *SubstanceAmount) GetExtension() []*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 (*SubstanceAmount) GetID ¶

func (sa *SubstanceAmount) 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 (*SubstanceAmount) GetModifierExtension ¶

func (sa *SubstanceAmount) GetModifierExtension() []*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 (*SubstanceAmount) GetReferenceRange ¶

func (sa *SubstanceAmount) GetReferenceRange() *SubstanceAmountReferenceRange

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

func (*SubstanceAmount) MarshalJSON ¶

func (sa *SubstanceAmount) MarshalJSON() ([]byte, error)

func (*SubstanceAmount) UnmarshalJSON ¶

func (sa *SubstanceAmount) UnmarshalJSON(data []byte) error

type SubstanceAmountReferenceRange ¶

type SubstanceAmountReferenceRange 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 []*Extension `fhirpath:"extension"`

	// Upper limit possible or expected.
	HighLimit *Quantity `fhirpath:"highLimit"`

	// 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"`

	// Lower limit possible or expected.
	LowLimit *Quantity `fhirpath:"lowLimit"`

	profileimpl.BaseElement
}

Reference range of possible or expected values// Reference range of possible or expected values.

Meta Details:

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

func (*SubstanceAmountReferenceRange) GetExtension ¶

func (sarr *SubstanceAmountReferenceRange) GetExtension() []*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 (*SubstanceAmountReferenceRange) GetHighLimit ¶

func (sarr *SubstanceAmountReferenceRange) GetHighLimit() *Quantity

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

func (*SubstanceAmountReferenceRange) GetID ¶

func (sarr *SubstanceAmountReferenceRange) 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 (*SubstanceAmountReferenceRange) GetLowLimit ¶

func (sarr *SubstanceAmountReferenceRange) GetLowLimit() *Quantity

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

func (*SubstanceAmountReferenceRange) MarshalJSON ¶

func (sarr *SubstanceAmountReferenceRange) MarshalJSON() ([]byte, error)

func (*SubstanceAmountReferenceRange) UnmarshalJSON ¶

func (sarr *SubstanceAmountReferenceRange) UnmarshalJSON(data []byte) error

type Time ¶

type Time struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for time Type: A time during the day, with no date specified

Meta Details:

func (*Time) GetExtension ¶

func (t *Time) GetExtension() []*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 (*Time) GetID ¶

func (t *Time) 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 (*Time) GetValue ¶

func (t *Time) GetValue() string

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

func (*Time) MarshalJSON ¶

func (t *Time) MarshalJSON() ([]byte, error)

func (*Time) UnmarshalJSON ¶

func (t *Time) UnmarshalJSON(data []byte) error

type Timing ¶

type Timing struct {

	// A code for the timing schedule (or just text in code.text). Some codes such
	// as BID are ubiquitous, but many institutions define their own additional
	// codes. If a code is provided, the code is understood to be a complete
	// statement of whatever is specified in the structured timing data, and either
	// the code or the data may be used to interpret the Timing, with the exception
	// that .repeat.bounds still applies over the code (and is not contained in the
	// code).
	Code *CodeableConcept `fhirpath:"code"`

	// Identifies specific times when the event occurs.
	Event []*DateTime `fhirpath:"event"`

	// 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 []*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 []*Extension `fhirpath:"modifierExtension"`

	// A set of rules that describe when the event is scheduled.
	Repeat *TimingRepeat `fhirpath:"repeat"`

	profileimpl.BaseBackboneElement
	profileimpl.BaseElement
}

Base StructureDefinition for Timing Type: Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.

Meta Details:

func (*Timing) GetCode ¶

func (t *Timing) GetCode() *CodeableConcept

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

func (*Timing) GetEvent ¶

func (t *Timing) GetEvent() []*DateTime

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

func (*Timing) GetExtension ¶

func (t *Timing) GetExtension() []*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 (*Timing) GetID ¶

func (t *Timing) 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 (*Timing) GetModifierExtension ¶

func (t *Timing) GetModifierExtension() []*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 (*Timing) GetRepeat ¶

func (t *Timing) GetRepeat() *TimingRepeat

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

func (*Timing) MarshalJSON ¶

func (t *Timing) MarshalJSON() ([]byte, error)

func (*Timing) UnmarshalJSON ¶

func (t *Timing) UnmarshalJSON(data []byte) error

type TimingRepeat ¶

type TimingRepeat struct {

	// Either a duration for the length of the timing schedule, a range of possible
	// length, or outer bounds for start and/or end limits of the timing schedule.
	Bounds Element `fhirpath:"bounds"`

	// A total count of the desired number of repetitions across the duration of
	// the entire timing specification. If countMax is present, this element
	// indicates the lower bound of the allowed range of count values.
	Count *PositiveInt `fhirpath:"count"`

	// If present, indicates that the count is a range - so to perform the action
	// between [count] and [countMax] times.
	CountMax *PositiveInt `fhirpath:"countMax"`

	// If one or more days of week is provided, then the action happens only on the
	// specified day(s).
	DayOfWeek []*Code `fhirpath:"dayOfWeek"`

	// How long this thing happens for when it happens. If durationMax is present,
	// this element indicates the lower bound of the allowed range of the duration.
	Duration *Decimal `fhirpath:"duration"`

	// If present, indicates that the duration is a range - so to perform the
	// action between [duration] and [durationMax] time length.
	DurationMax *Decimal `fhirpath:"durationMax"`

	// The units of time for the duration, in UCUM units.
	DurationUnit *Code `fhirpath:"durationUnit"`

	// 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 []*Extension `fhirpath:"extension"`

	// The number of times to repeat the action within the specified period. If
	// frequencyMax is present, this element indicates the lower bound of the
	// allowed range of the frequency.
	Frequency *PositiveInt `fhirpath:"frequency"`

	// If present, indicates that the frequency is a range - so to repeat between
	// [frequency] and [frequencyMax] times within the period or period range.
	FrequencyMax *PositiveInt `fhirpath:"frequencyMax"`

	// 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 number of minutes from the event. If the event code does not indicate
	// whether the minutes is before or after the event, then the offset is assumed
	// to be after the event.
	Offset *UnsignedInt `fhirpath:"offset"`

	// Indicates the duration of time over which repetitions are to occur; e.g. to
	// express "3 times per day", 3 would be the frequency and "1 day" would be the
	// period. If periodMax is present, this element indicates the lower bound of
	// the allowed range of the period length.
	Period *Decimal `fhirpath:"period"`

	// If present, indicates that the period is a range from [period] to
	// [periodMax], allowing expressing concepts such as "do this once every 3-5
	// days.
	PeriodMax *Decimal `fhirpath:"periodMax"`

	// The units of time for the period in UCUM units.
	PeriodUnit *Code `fhirpath:"periodUnit"`

	// Specified time of day for action to take place.
	TimeOfDay []*Time `fhirpath:"timeOfDay"`

	// An approximate time period during the day, potentially linked to an event of
	// daily living that indicates when the action should occur.
	When []*Code `fhirpath:"when"`

	profileimpl.BaseElement
}

When the event is to occur// A set of rules that describe when the event is scheduled.

Meta Details:

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

func (*TimingRepeat) GetBounds ¶

func (tr *TimingRepeat) GetBounds() Element

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

func (*TimingRepeat) GetBoundsDuration ¶

func (tr *TimingRepeat) GetBoundsDuration() *Duration

GetBoundsDuration returns the value of the field Bounds.

func (*TimingRepeat) GetBoundsPeriod ¶

func (tr *TimingRepeat) GetBoundsPeriod() *Period

GetBoundsPeriod returns the value of the field Bounds.

func (*TimingRepeat) GetBoundsRange ¶

func (tr *TimingRepeat) GetBoundsRange() *Range

GetBoundsRange returns the value of the field Bounds.

func (*TimingRepeat) GetCount ¶

func (tr *TimingRepeat) GetCount() *PositiveInt

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

func (*TimingRepeat) GetCountMax ¶

func (tr *TimingRepeat) GetCountMax() *PositiveInt

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

func (*TimingRepeat) GetDayOfWeek ¶

func (tr *TimingRepeat) GetDayOfWeek() []*Code

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

func (*TimingRepeat) GetDuration ¶

func (tr *TimingRepeat) GetDuration() *Decimal

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

func (*TimingRepeat) GetDurationMax ¶

func (tr *TimingRepeat) GetDurationMax() *Decimal

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

func (*TimingRepeat) GetDurationUnit ¶

func (tr *TimingRepeat) GetDurationUnit() *Code

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

func (*TimingRepeat) GetExtension ¶

func (tr *TimingRepeat) GetExtension() []*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 (*TimingRepeat) GetFrequency ¶

func (tr *TimingRepeat) GetFrequency() *PositiveInt

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

func (*TimingRepeat) GetFrequencyMax ¶

func (tr *TimingRepeat) GetFrequencyMax() *PositiveInt

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

func (*TimingRepeat) GetID ¶

func (tr *TimingRepeat) 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 (*TimingRepeat) GetOffset ¶

func (tr *TimingRepeat) GetOffset() *UnsignedInt

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

func (*TimingRepeat) GetPeriod ¶

func (tr *TimingRepeat) GetPeriod() *Decimal

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

func (*TimingRepeat) GetPeriodMax ¶

func (tr *TimingRepeat) GetPeriodMax() *Decimal

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

func (*TimingRepeat) GetPeriodUnit ¶

func (tr *TimingRepeat) GetPeriodUnit() *Code

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

func (*TimingRepeat) GetTimeOfDay ¶

func (tr *TimingRepeat) GetTimeOfDay() []*Time

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

func (*TimingRepeat) GetWhen ¶

func (tr *TimingRepeat) GetWhen() []*Code

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

func (*TimingRepeat) MarshalJSON ¶

func (tr *TimingRepeat) MarshalJSON() ([]byte, error)

func (*TimingRepeat) UnmarshalJSON ¶

func (tr *TimingRepeat) UnmarshalJSON(data []byte) error

type TriggerDefinition ¶

type TriggerDefinition struct {

	// A boolean-valued expression that is evaluated in the context of the
	// container of the trigger definition and returns whether or not the trigger
	// fires.
	Condition *Expression `fhirpath:"condition"`

	// The triggering data of the event (if this is a data trigger). If more than
	// one data is requirement is specified, then all the data requirements must be
	// true.
	Data []*DataRequirement `fhirpath:"data"`

	// 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 []*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"`

	// A formal name for the event. This may be an absolute URI that identifies the
	// event formally (e.g. from a trigger registry), or a simple relative URI that
	// identifies the event in a local context.
	Name *String `fhirpath:"name"`

	// The timing of the event (if this is a periodic trigger).
	Timing Element `fhirpath:"timing"`

	// The type of triggering event.
	Type *Code `fhirpath:"type"`

	profileimpl.BaseElement
}

Base StructureDefinition for TriggerDefinition Type: A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.

Meta Details:

func (*TriggerDefinition) GetCondition ¶

func (td *TriggerDefinition) GetCondition() *Expression

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

func (*TriggerDefinition) GetData ¶

func (td *TriggerDefinition) GetData() []*DataRequirement

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

func (*TriggerDefinition) GetExtension ¶

func (td *TriggerDefinition) GetExtension() []*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 (*TriggerDefinition) GetID ¶

func (td *TriggerDefinition) 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 (*TriggerDefinition) GetName ¶

func (td *TriggerDefinition) GetName() *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 (*TriggerDefinition) GetTiming ¶

func (td *TriggerDefinition) GetTiming() Element

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

func (*TriggerDefinition) GetTimingDate ¶

func (td *TriggerDefinition) GetTimingDate() *Date

GetTimingDate returns the value of the field Timing.

func (*TriggerDefinition) GetTimingDateTime ¶

func (td *TriggerDefinition) GetTimingDateTime() *DateTime

GetTimingDateTime returns the value of the field Timing.

func (*TriggerDefinition) GetTimingReference ¶

func (td *TriggerDefinition) GetTimingReference() *Reference

GetTimingReference returns the value of the field Timing.

func (*TriggerDefinition) GetTimingTiming ¶

func (td *TriggerDefinition) GetTimingTiming() *Timing

GetTimingTiming returns the value of the field Timing.

func (*TriggerDefinition) GetType ¶

func (td *TriggerDefinition) GetType() *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 (*TriggerDefinition) MarshalJSON ¶

func (td *TriggerDefinition) MarshalJSON() ([]byte, error)

func (*TriggerDefinition) UnmarshalJSON ¶

func (td *TriggerDefinition) UnmarshalJSON(data []byte) error

type URI ¶

type URI struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// The actual value
	Value string `fhirpath:"value"`

	profileimpl.BaseURI
	profileimpl.BaseElement
}

Base StructureDefinition for uri Type: String of characters used to identify a name or a resource

Meta Details:

func (*URI) GetExtension ¶

func (u *URI) GetExtension() []*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 (*URI) GetID ¶

func (u *URI) 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 (*URI) GetValue ¶

func (u *URI) GetValue() string

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

func (*URI) MarshalJSON ¶

func (u *URI) MarshalJSON() ([]byte, error)

func (*URI) UnmarshalJSON ¶

func (u *URI) UnmarshalJSON(data []byte) error

type URL ¶

type URL struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for url
	Value string `fhirpath:"value"`

	profileimpl.BaseURI
	profileimpl.BaseElement
}

Base StructureDefinition for url type: A URI that is a literal reference

Meta Details:

func (*URL) GetExtension ¶

func (u *URL) GetExtension() []*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 (*URL) GetID ¶

func (u *URL) 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 (*URL) GetValue ¶

func (u *URL) GetValue() string

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

func (*URL) MarshalJSON ¶

func (u *URL) MarshalJSON() ([]byte, error)

func (*URL) UnmarshalJSON ¶

func (u *URL) UnmarshalJSON(data []byte) error

type UUID ¶

type UUID struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for uuid
	Value string `fhirpath:"value"`

	profileimpl.BaseURI
	profileimpl.BaseElement
}

Base StructureDefinition for uuid type: A UUID, represented as a URI

Meta Details:

func (*UUID) GetExtension ¶

func (u *UUID) GetExtension() []*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 (*UUID) GetID ¶

func (u *UUID) 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 (*UUID) GetValue ¶

func (u *UUID) GetValue() string

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

func (*UUID) MarshalJSON ¶

func (u *UUID) MarshalJSON() ([]byte, error)

func (*UUID) UnmarshalJSON ¶

func (u *UUID) UnmarshalJSON(data []byte) error

type UnsignedInt ¶

type UnsignedInt struct {

	// 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 []*Extension `fhirpath:"extension"`

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Primitive value for unsignedInt
	Value uint32 `fhirpath:"value"`

	profileimpl.BaseInteger
	profileimpl.BaseElement
}

Base StructureDefinition for unsignedInt type: An integer with a value that is not negative (e.g. >= 0)

Meta Details:

func (*UnsignedInt) GetExtension ¶

func (ui *UnsignedInt) GetExtension() []*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 (*UnsignedInt) GetID ¶

func (ui *UnsignedInt) 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 (*UnsignedInt) GetValue ¶

func (ui *UnsignedInt) GetValue() uint32

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

func (*UnsignedInt) MarshalJSON ¶

func (ui *UnsignedInt) MarshalJSON() ([]byte, error)

func (*UnsignedInt) UnmarshalJSON ¶

func (ui *UnsignedInt) UnmarshalJSON(data []byte) error

type UsageContext ¶

type UsageContext struct {

	// A code that identifies the type of context being specified by this usage
	// context.
	Code *Coding `fhirpath:"code"`

	// 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 []*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"`

	// A value that defines the context specified in this context of use. The
	// interpretation of the value is defined by the code.
	Value Element `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for UsageContext Type: Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).

Meta Details:

func (*UsageContext) GetCode ¶

func (uc *UsageContext) GetCode() *Coding

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

func (*UsageContext) GetExtension ¶

func (uc *UsageContext) GetExtension() []*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 (*UsageContext) GetID ¶

func (uc *UsageContext) 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 (*UsageContext) GetValue ¶

func (uc *UsageContext) GetValue() Element

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

func (*UsageContext) GetValueCodeableConcept ¶

func (uc *UsageContext) GetValueCodeableConcept() *CodeableConcept

GetValueCodeableConcept returns the value of the field Value.

func (*UsageContext) GetValueQuantity ¶

func (uc *UsageContext) GetValueQuantity() *Quantity

GetValueQuantity returns the value of the field Value.

func (*UsageContext) GetValueRange ¶

func (uc *UsageContext) GetValueRange() *Range

GetValueRange returns the value of the field Value.

func (*UsageContext) GetValueReference ¶

func (uc *UsageContext) GetValueReference() *Reference

GetValueReference returns the value of the field Value.

func (*UsageContext) MarshalJSON ¶

func (uc *UsageContext) MarshalJSON() ([]byte, error)

func (*UsageContext) UnmarshalJSON ¶

func (uc *UsageContext) UnmarshalJSON(data []byte) error

type XHTML ¶

type XHTML struct {

	// unique id for the element within a resource (for internal references)
	ID string `fhirpath:"id"`

	// Actual xhtml
	Value string `fhirpath:"value"`

	profileimpl.BaseElement
}

Base StructureDefinition for xhtml Type

Meta Details:

func (*XHTML) GetExtension ¶

func (x *XHTML) GetExtension() *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 (*XHTML) GetID ¶

func (x *XHTML) 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 (*XHTML) GetValue ¶

func (x *XHTML) GetValue() string

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

func (*XHTML) MarshalJSON ¶

func (x *XHTML) MarshalJSON() ([]byte, error)

func (*XHTML) UnmarshalJSON ¶

func (x *XHTML) UnmarshalJSON(data []byte) error

Directories ¶

Path Synopsis
internal
resources

Jump to

Keyboard shortcuts

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