Count
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. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
type Count implements Element {
value: String
comparator: String
unit: String
system: Uri
code: String
extension: [Extension]
id: String
}
Fields
Count.value ● String scalar
The value of the measured amount. The value includes an implicit precision in the presentation of the value.
Count.comparator ● String scalar
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.
Count.unit ● String scalar
A human-readable form of the unit.
Count.system ● Uri scalar
The identification of the system that provides the coded form of the unit.
Count.code ● String scalar
A computer processable form of the unit in some unit representation system.
Count.extension ● [Extension] list object
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.
Count.id ● String scalar
Interfaces
Element interface
Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Member Of
ElementDefinition object ● ElementDefinitionExample object ● Extension object ● StructureMapSource object ● TaskInput object ● TaskOutput object