Class TFormularyItem
Unit
bsFhir_r5
Declaration
type TFormularyItem = class(TDomainResource)
Description
This resource describes a product or service that is available through a program and includes the conditions and constraints of availability. All of the information in this resource is specific to the inclusion of the item in the formulary and is not inherent to the item itself. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifier for this formulary item.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
A code (or set of codes) that specify the product or service that is identified by this formulary item.
|
|
property status : string read Getstatus write Setstatus; |
The validity about the information of the formulary item and not of the underlying product or service itself.
|
Generated by PasDoc 0.15.0.
|