STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3

1.30.1.11.null Code System http://hl7.org/fhir/data-types

This is a value set defined by the FHIR project.

Summary

Defining URL:http://hl7.org/fhir/data-types
Name:DataType
Definition:The type of an element - one of the FHIR data types.
Committee:FHIR Infrastructure Work Group
OID: (for OID based terminology systems)
Source ResourceXML / JSON

This Code system is used in the following value sets:

  • FHIRDefinedType (Either a resource or a data type.)
  • FHIRAllTypes (Either an abstract type, a resource or a data type.)
  • DataType (The type of an element - one of the FHIR data types.)

1.30.1.11.null.1 Content

1.30.1.11.null.2 DataType

The type of an element - one of the FHIR data types.

This code system http://hl7.org/fhir/data-types defines the following codes:

CodeDisplayDefinitionComments
ActionDefinition ActionDefinitionThe definition of an action to be performed. Some aspects of the definition are specified statically, and some aspects can be specified dynamically by referencing logic defined in a library.
Address AddressAn 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 and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.
Age Age
Annotation AnnotationA text note which also contains information about who made the statement and when.
Attachment AttachmentFor referring to data content defined in other formats.
BackboneElement BackboneElementBase definition for all elements that are defined inside a resource - but not those in a data type.
CodeableConcept CodeableConceptA concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.
Coding CodingA reference to a code defined by a terminology system.
ContactPoint ContactPointDetails for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
Count Count
DataRequirement DataRequirementDescribes a required data item for evaluation in terms of the type of data, and optional code- or date-based filters of the data.
Distance Distance
Duration Duration
Element ElementBase definition for all elements in a resource.
ElementDefinition ElementDefinitionCaptures constraints on each element within the resource, profile, or extension.
Extension ExtensionOptional Extensions Element - found in all resources.
HumanName HumanNameA human's name with the ability to identify parts and usage.
Identifier IdentifierA technical identifier - identifies some entity uniquely and unambiguously.
Meta MetaThe metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.
ModuleMetadata ModuleMetadataThe ModuleMetadata structure defines the common metadata elements used by quality improvement artifacts. This information includes descriptive and topical metadata to enable repository searches, as well as governance and evidentiary support information.
Money Money
Narrative NarrativeA human-readable formatted text, including images.
ParameterDefinition ParameterDefinitionThe 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.
Period PeriodA time period defined by a start and end date and optionally time.
Quantity QuantityA 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.
Range RangeA set of ordered Quantities defined by a low and high limit.
Ratio RatioA relationship of two Quantity values - expressed as a numerator and a denominator.
Reference ReferenceA reference from one resource to another.
SampledData SampledDataA series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.
Signature SignatureA digital signature along with supporting context. The signature may be electronic/cryptographic in nature, or a graphical image representing a hand-written signature, or a signature process. Different Signature approaches have different utilities.
SimpleQuantity SimpleQuantity
Timing TimingSpecifies an event that may occur multiple times. Timing schedules are used to record when things are 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.
TriggerDefinition TriggerDefinitionA description of a triggering event.
base64Binary base64BinaryA stream of bytes
boolean booleanValue of "true" or "false"
code codeA 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
date dateA 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.
dateTime dateTimeA 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.
decimal decimalA rational number with implicit precision
id idAny 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.
instant instantAn instant in time - known at least to the second
integer integerA whole number
markdown markdownA string that may contain markdown syntax for optional processing by a mark down presentation engine
oid oidAn oid represented as a URI
positiveInt positiveIntAn integer with a value that is positive (e.g. >0)
string stringA sequence of Unicode characters
time timeA time during the day, with no date specified
unsignedInt unsignedIntAn integer with a value that is not negative (e.g. >= 0)
uri uriString of characters used to identify a name or a resource
uuid uuidA UUID, represented as a URI
xhtml XHTMLXHTML format, as defined by W3C, but restricted usage (mainly, no active content)Special case: xhtml can only be used in the narrative Data Type

 

See the full registry of value sets defined as part of FHIR.


Explanation of the columns that may appear on this page:

LevelA few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies
SourceThe source of the definition of the code (when the value set draws in codes defined elsewhere)
CodeThe code (used as the code in the resource instance)
DisplayThe display (used in the display element of a Coding). If there is no display, implementers should not simply display the code, but map the concept into their application
DefinitionAn explanation of the meaning of the concept
CommentsAdditional notes about how to use the code