Datatypes schema
Classes
- CodeableConcept
- Coding - A structured representation of a coded/enumerated data value, that includes additional metadata about the code and code system.
- Identifier
- Quantity - A structured object to represent an amount of something (e.g., weight, mass, length, duration of time) - including a value and unit.
Mixins
Slots
- ➞coding - A reference to a code defined by a terminology system
- ➞text - A human language representation of the concept represented by the Coding
- ➞code - The value of the code itself.
- ➞display - A human-readable name for the code.
- ➞system - The code system where the code is defined.
- ➞version - The version of the code system.
- ➞system - The system or namespace that defines the identifier.
- ➞type - A code that defines the type of the identifier.
- ➞value - The value of the identifier, as defined by the system.
-
➞comparator - How to understand the value . . . < |
<= |
>= |
> |
- ➞unit - Unit representation (e.g. mg, mL)
- ➞value - Numerical value (with implicit precision)
Types
Built in
- Bool
- Decimal
- ElementIdentifier
- NCName
- NodeIdentifier
- URI
- URIorCURIE
- XSDDate
- XSDDateTime
- XSDTime
- float
- int
- str
Defined
- Boolean (Bool) - A binary (true or false) value
- Date (XSDDate) - a date (year, month and day) in an idealized calendar
- Datetime (XSDDateTime) - The combination of a date and time
- Decimal (Decimal) - A real number with arbitrary precision that conforms to the xsd:decimal specification
- Double (float) - A real number that conforms to the xsd:double specification
- Float (float) - A real number that conforms to the xsd:float specification
- Integer (int) - An integer
- Ncname (NCName) - Prefix part of CURIE
- Nodeidentifier (NodeIdentifier) - A URI, CURIE or BNODE that represents a node in a model.
- Objectidentifier (ElementIdentifier) - A URI or CURIE that represents an object in the model.
- String (str) - A character string
- Time (XSDTime) - A time object represents a (local) time of day, independent of any particular day
- Uri (URI) - a complete URI
- Uriorcurie (URIorCURIE) - a URI or a CURIE
- Url (String)