最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 正文

HL7所有的DataType

来源:动视网 责编:小OO 时间:2025-09-24 09:00:13
文档

HL7所有的DataType

 Table1:OverviewofHL7version3datatypesNameSymbolDescriptionDataValueANYDefinesthebasicpropertiesofeverydatavalue.Thisisanabstracttype,meaningthatnovaluecanbejustadatavaluewithoutbelongingtoanyconcretetype.Everyconcretetypeisaspecializationofthisgene
推荐度:
导读 Table1:OverviewofHL7version3datatypesNameSymbolDescriptionDataValueANYDefinesthebasicpropertiesofeverydatavalue.Thisisanabstracttype,meaningthatnovaluecanbejustadatavaluewithoutbelongingtoanyconcretetype.Everyconcretetypeisaspecializationofthisgene

  Table 1: Overview of HL7 version 3 data types 

NameSymbolDescription
DataValueANYDefines the basic properties of every data value. This is an abstract type, meaning that no value can be just a data value without belonging to any concrete type. Every concrete type is a specialization of this general abstract DataValue type. 
BooleanBLBL stands for the values of two-valued logic. A BL value can be either true or false, or, as any other value may be NULL. 

BooleanNonNullBNBN constrains the boolean type so that the value may not be NULL. This type is created for use within the data types specification where it is not appropriate for a null value to be used 

Encapsulated DataEDData that is primarily intended for human interpretation or for further machine processing outside the scope of HL7. This includes unformatted or formatted written language, multimedia data, or structured information in as defined by a different standard (e.g., XML-signatures.) Instead of the data itself, an ED may contain only a reference (see TEL.) Note that ST is a specialization of the ED where the mediaType is fixed to text/plain. 

Character StringSTThe character string data type stands for text data, primarily intended for machine processing (e.g., sorting, querying, indexing, etc.) Used for names, symbols, and formal expressions. 
Concept DescriptorCDA CD represents any kind of concept usually by giving a code defined in a code system. A CD can contain the original text or phrase that served as the basis of the coding and one or more translations into different coding systems. A CD can also contain qualifiers to describe, e.g., the concept of a "left foot" as a postcoordinated term built from the primary code "FOOT" and the qualifier "LEFT". In cases of an exceptional value, the CD need not contain a code but only the original text describing that concept. 

Coded Simple ValueCSCoded data in its simplest form, where only the code is not predetermined. The code system and code system version are fixed by the context in which the CS value occurs. CS is used for coded attributes that have a single HL7-defined value set. 

Coded OrdinalCOCoded data, where the coding system from which the code comes is ordered. CO adds semantics related to ordering so that models that make use of such domains may introduce model elements that involve statements about the order of the terms in a domain. 

Coded With EquivalentsCECoded data that consists of a coded value and, optionally, coded value(s) from other coding systems that identify the same concept. Used when alternative codes may exist. 
Character String with CodeSCA character string that optionally may have a code attached. The text must always be present if a code is present. The code is often a local code. 
Instance IdentifierIIAn identifier that uniquely identifies a thing or object. Examples are object identifier for HL7 RIM objects, medical record number, order id, service catalog item id, Vehicle Identification Number (VIN), etc. Instance identifiers are defined based on ISO object identifiers. 
Telecommunication AddressTELA telephone number (voice or fax), e-mail address, or other locator for a resource mediated by telecommunication equipment. The address is specified as a Universal Resource Locator (URL) qualified by time specification and use codes that help in deciding which address to use for a given time and purpose. 
Postal AddressADMailing and home or office addresses. A sequence of address parts, such as street or post office Box, city, postal code, country, etc. 
Entity NameENA name for a person, organization, place or thing. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for entity name values are "Jim Bob Walton, Jr.", "Health Level Seven, Inc.", "Lake Tahoe", etc. An entity name may be as simple as a character string or may consist of several entity name parts, such as, "Jim", "Bob", "Walton", and "Jr.", "Health Level Seven" and "Inc.", "Lake" and "Tahoe". 

Trivial NameTNA restriction of entity name that is effectively a simple string used for a simple name for things and places. 
Person NamePNAn EN used when the named Entity is a Person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. A name part is a restriction of entity name part that only allows those entity name parts qualifiers applicable to person names. Since the structure of entity name is mostly determined by the requirements of person name, the restriction is very minor. 
Organization NameONAn EN used when the named Entity is an Organization. A sequence of name parts. 
Integer NumberINTInteger numbers (-1,0,1,2, 100, 3398129, etc.) are precise numbers that are results of counting and enumerating. Integer numbers are discrete, the set of integers is infinite but countable. No arbitrary limit is imposed on the range of integer numbers. Two NULL flavors are defined for the positive and negative infinity. 
Real NumberREALFractional numbers. Typically used whenever quantities are measured, estimated, or computed from other real numbers. The typical representation is decimal, where the number of significant decimal digits is known as the precision. 
RatioRTOA quantity constructed as the quotient of a numerator quantity divided by a denominator quantity. Common factors in the numerator and denominator are not automatically cancelled out. The RTO data type supports titers (e.g., "1:128") and other quantities produced by laboratories that truly represent ratios. Ratios are not simply "structured numerics", particularly blood pressure measurements (e.g. "120/60") are not ratios. In many cases the REAL should be used instead of the RTO. 

Physical QuantityPQA dimensioned quantity expressing the result of measuring. 
Monetary AmountMOAn MO is a quantity expressing the amount of money in some currency. Currencies are the units in which monetary amounts are denominated in different economic regions. While the monetary amount is a single kind of quantity (money) the exchange rates between the different units are variable. This is the principle difference between PQ and MO, and the reason why currency units are not physical units. 

Point in TimeTSA quantity specifying a point on the axis of natural time. A point in time is most often represented as a calendar expression. 
SetSETA value that contains other distinct values in no particular order. 
SequenceLISTA value that contains other discrete (but not necessarily distinct) values in a defined sequence. 
BagBAGAn unordered collection of values, where each value can be contained more than once in the collection. 
IntervalIVLA set of consecutive values of an ordered base data type. 
HistoryHISTA set of data values that have a valid-time property and thus conform to the HXIT type. The history information is not limited to the past; expected future values can also appear. 
Uncertain Value - ProbabilisticUVPA generic data type extension used to specify a probability expressing the information producer's belief that the given value holds. 
Periodic Interval of TimePIVLAn interval of time that recurs periodically. PIVL has two properties, phase and period. phase specifies the "interval prototype" that is repeated every .. 

Event-Related Periodic Interval of TimeEIVLSpecifies a periodic interval of time where the recurrence is based on activities of daily living or other important events that are time-related but not fully determined by time. 
General Timing SpecificationGTSA , specifying the timing of events and actions and the cyclical validity-patterns that may exist for certain kinds of information, such as phone numbers (evening, daytime), addresses (so called "snowbirds," residing closer to the equator during winter and farther from the equator during summer) and office hours.
Parametric Probability DistributionPPDA generic data type extension specifying uncertainty of quantitative data using a distribution function and its parameters. Aside from the specific parameters of the distribution, a mean (expected value) and standard deviation is always given to help maintain a minimum layer of interoperability if receiving applications cannot deal with a certain probability distribution. 

文档

HL7所有的DataType

 Table1:OverviewofHL7version3datatypesNameSymbolDescriptionDataValueANYDefinesthebasicpropertiesofeverydatavalue.Thisisanabstracttype,meaningthatnovaluecanbejustadatavaluewithoutbelongingtoanyconcretetype.Everyconcretetypeisaspecializationofthisgene
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top