Unit bsFhir_stu3

Uses
Functions and Procedures
Constants
Variables

Description

****************************************************

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TResource This is the base resource type for everything.
Class TResourceArray  
Class TDomainResource A resource that includes narrative, extensions, and contained resources.
Class TBackboneElement Base definition for all elements that are defined inside a resource - but not those in a data type. 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
Class Tdate_ A 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. If the element is present, it must have either a @value, an @id, or extensions
Class TdateTime_ A 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. If the element is present, it must have either a @value, an @id, or extensions
Class TdateTime_Array  
Class Tcode A 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 If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class TcodeArray  
Class Tstring A sequence of Unicode characters Note that FHIR strings may not exceed 1MB in size If the element is present, it must have either a @value, an @id, or extensions
Class TstringArray  
Class Tinteger A whole number 32 bit number; for values larger than this, use decimal If the element is present, it must have either a @value, an @id, or extensions
Class TintegerArray  
Class Toid An OID represented as a URI RFC 3001. See also ISO/IEC 8824:1990 € If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class Turi String of characters used to identify a name or a resource see http://en.wikipedia.org/wiki/Uniform_resource_identifier If the element is present, it must have either a @value, an @id, or extensions
Class TuriArray  
Class Tuuid A UUID, represented as a URI See The Open Group, CDE 1.1 Remote Procedure Call specification, Appendix A. If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class Tinstant An instant in time - known at least to the second Note: This is intended for precisely observed times, typically system logs etc., and not human-reported times - for them, see date and dateTime below. Time zone is always required If the element is present, it must have either a @value, an @id, or extensions
Class Tboolean Value of "true" or "false" If the element is present, it must have either a @value, an @id, or extensions
Class Tbase64Binary A stream of bytes A stream of bytes, base64 encoded If the element is present, it must have either a @value, an @id, or extensions
Class TunsignedInt An integer with a value that is not negative (e.g. >= 0) If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class Tmarkdown A string that may contain markdown syntax for optional processing by a mark down presentation engine Systems are not required to have markdown support, and there is considerable variation in markdown syntax, so the text should be readable without markdown processing. The preferred markdown syntax is described here: http://daringfireball.net/projects/markdown/syntax (and tests here: http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip) If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class TmarkdownArray  
Class Ttime_ A time during the day, with no date specified If the element is present, it must have either a @value, an @id, or extensions
Class Ttime_Array  
Class Tid Any 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. RFC 4122 If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class TidArray  
Class TpositiveInt An integer with a value that is positive (e.g. >0) If the element is present, it must have either a @value, an @id referenced from the Narrative, or extensions
Class TpositiveIntArray  
Class Tdecimal A rational number with implicit precision Do not use a IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger) If the element is present, it must have either a @value, an @id, or extensions
Class TNarrative A human-readable formatted text, including images. 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
Class TNarrativeStatus The status of a resource narrative If the element is present, it must have either a @value, an @id, or extensions
Class TReference A reference from one resource to another. 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
Class TReferenceArray  
Class TQuantity 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
Class TQuantityComparator How the Quantity should be understood and represented. If the element is present, it must have either a @value, an @id, or extensions
Class TPeriod A time period defined by a start and end date and optionally time. 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
Class TPeriodArray  
Class TAttachment For referring to data content defined in other formats. 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
Class TAttachmentArray  
Class TDuration A length of time. 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
Class TCount 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
Class TRange A set of ordered Quantities defined by a low and high limit. 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
Class TAnnotation A text note which also contains information about who made the statement and when. 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
Class TAnnotationArray  
Class TMoney An amount of economic utility in some recognized currency. 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
Class TIdentifier A technical identifier - identifies some entity uniquely and unambiguously. 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
Class TIdentifierArray  
Class TIdentifierUse Identifies the purpose for this identifier, if known . If the element is present, it must have either a @value, an @id, or extensions
Class TCoding A reference to a code defined by a terminology system. 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
Class TCodingArray  
Class TSignature A 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. 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
Class TSignatureArray  
Class TSampledData A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data. 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
Class TSampledDataDataType  
Class TRatio A relationship of two Quantity values - expressed as a numerator and a denominator. 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
Class TDistance A length - a value with a unit that is a physical distance. 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
Class TAge A duration of time during which an organism (or a process) has existed. 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
Class TCodeableConcept A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text. 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
Class TCodeableConceptArray  
Class TMeta The 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. 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
Class TAddress An 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 which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. 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
Class TAddressArray  
Class TAddressUse The use of an address If the element is present, it must have either a @value, an @id, or extensions
Class TAddressType The type of an address (physical / postal) If the element is present, it must have either a @value, an @id, or extensions
Class TTriggerDefinition A description of a triggering event. 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
Class TTriggerDefinitionArray  
Class TTriggerType The type of trigger If the element is present, it must have either a @value, an @id, or extensions
Class TContributor A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers. 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
Class TContributorArray  
Class TContributorType The type of contributor If the element is present, it must have either a @value, an @id, or extensions
Class TDataRequirement Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data. 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
Class TDataRequirementArray  
Class TDataRequirementCodeFilter Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data. 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
Class TDataRequirementCodeFilterArray  
Class TDataRequirementDateFilter Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data. 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
Class TDataRequirementDateFilterArray  
Class TDosage Indicates how the medication is/was taken or should be taken by the patient. 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
Class TDosageArray  
Class TRelatedArtifact Related artifacts such as additional documentation, justification, or bibliographic references. 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
Class TRelatedArtifactArray  
Class TRelatedArtifactType The type of relationship to the related artifact If the element is present, it must have either a @value, an @id, or extensions
Class TContactDetail Specifies contact information for a person or organization. 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
Class TContactDetailArray  
Class THumanName A human's name with the ability to identify parts and usage. 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
Class THumanNameArray  
Class TNameUse The use of a human name If the element is present, it must have either a @value, an @id, or extensions
Class TContactPoint Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc. 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
Class TContactPointArray  
Class TContactPointSystem Telecommunications form for contact point If the element is present, it must have either a @value, an @id, or extensions
Class TContactPointUse Use of contact point If the element is present, it must have either a @value, an @id, or extensions
Class TUsageContext Specifies clinical/business/etc metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care). 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
Class TUsageContextArray  
Class TTiming Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, 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, and may be used for reporting the schedule to which past regular activities were carried out. 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
Class TTimingArray  
Class TTimingRepeat Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, 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, and may be used for reporting the schedule to which past regular activities were carried out. 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
Class TUnitsOfTime A unit of time (units from UCUM). If the element is present, it must have either a @value, an @id, or extensions
Class TEventTiming Real world event relating to the schedule. If the element is present, it must have either a @value, an @id, or extensions
Class TEventTimingArray  
Class TElementDefinition Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionArray  
Class TElementDefinitionConstraint Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionConstraintArray  
Class TElementDefinitionMapping Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionMappingArray  
Class TElementDefinitionBase Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionType Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionTypeArray  
Class TElementDefinitionExample Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionExampleArray  
Class TElementDefinitionSlicing Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionBinding Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionDiscriminator Captures constraints on each element within the resource, profile, or extension. 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
Class TElementDefinitionDiscriminatorArray  
Class TPropertyRepresentation How a property is represented when serialized. If the element is present, it must have either a @value, an @id, or extensions
Class TPropertyRepresentationArray  
Class TConstraintSeverity SHALL applications comply with this constraint? If the element is present, it must have either a @value, an @id, or extensions
Class TAggregationMode How resource references can be aggregated. If the element is present, it must have either a @value, an @id, or extensions
Class TAggregationModeArray  
Class TReferenceVersionRules Whether a reference needs to be version specific or version independent, or whether either can be used If the element is present, it must have either a @value, an @id, or extensions
Class TSlicingRules How slices are interpreted when evaluating an instance. If the element is present, it must have either a @value, an @id, or extensions
Class TBindingStrength Indication of the degree of conformance expectations associated with a binding. If the element is present, it must have either a @value, an @id, or extensions
Class TDiscriminatorType How an element value is interpreted when discrimination is evaluated If the element is present, it must have either a @value, an @id, or extensions
Class TParameterDefinition The 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. 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
Class TParameterDefinitionArray  
Class TPublicationStatus If the element is present, it must have either a @value, an @id, or extensions
Class TSearchParamType If the element is present, it must have either a @value, an @id, or extensions
Class TAdministrativeGender If the element is present, it must have either a @value, an @id, or extensions
Class TRemittanceOutcome If the element is present, it must have either a @value, an @id, or extensions
Class TNoteType If the element is present, it must have either a @value, an @id, or extensions
Class TConceptMapEquivalence If the element is present, it must have either a @value, an @id, or extensions
Class TDocumentReferenceStatus If the element is present, it must have either a @value, an @id, or extensions
Class TAccount A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc. If the element is present, it must have either a @value, an @id, or extensions
Class TAccountCoverage A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
Class TAccountCoverageArray  
Class TAccountGuarantor A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.
Class TAccountGuarantorArray  
Class TAccountStatus Indicates whether the account is available to be used. If the element is present, it must have either a @value, an @id, or extensions
Class TActivityDefinition This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. If the element is present, it must have either a @value, an @id, or extensions
Class TActivityDefinitionParticipant This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.
Class TActivityDefinitionParticipantArray  
Class TActivityDefinitionDynamicValue This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.
Class TActivityDefinitionDynamicValueArray  
Class TActionParticipantType The type of participant in the activity If the element is present, it must have either a @value, an @id, or extensions
Class TResourceType The kind of activity the definition is describing If the element is present, it must have either a @value, an @id, or extensions
Class TResourceTypeArray  
Class TAdverseEvent Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death. If the element is present, it must have either a @value, an @id, or extensions
Class TAdverseEventSuspectEntity Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death.
Class TAdverseEventSuspectEntityArray  
Class TAdverseEventCausality TODO If the element is present, it must have either a @value, an @id, or extensions
Class TAdverseEventCategory Overall categorization of the event, e.g. real or potential If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntolerance Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance. If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntoleranceReaction Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.
Class TAllergyIntoleranceReactionArray  
Class TAllergyIntoleranceCriticality Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance. If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntoleranceType Identification of the underlying physiological mechanism for a Reaction Risk. If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntoleranceCategory Category of an identified substance. If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntoleranceCategoryArray  
Class TAllergyIntoleranceVerificationStatus Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance. If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntoleranceSeverity Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations. If the element is present, it must have either a @value, an @id, or extensions
Class TAllergyIntoleranceClinicalStatus The clinical status of the allergy or intolerance. If the element is present, it must have either a @value, an @id, or extensions
Class TAppointment A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s). If the element is present, it must have either a @value, an @id, or extensions
Class TAppointmentParticipant A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
Class TAppointmentParticipantArray  
Class TParticipantRequired Is the Participant required to attend the appointment. If the element is present, it must have either a @value, an @id, or extensions
Class TAppointmentStatus The free/busy status of an appointment. If the element is present, it must have either a @value, an @id, or extensions
Class TParticipationStatus The Participation status of an appointment. If the element is present, it must have either a @value, an @id, or extensions
Class TAppointmentResponse A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. If the element is present, it must have either a @value, an @id, or extensions
Class TAuditEvent A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage. If the element is present, it must have either a @value, an @id, or extensions
Class TAuditEventAgent A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
Class TAuditEventAgentArray  
Class TAuditEventNetwork A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
Class TAuditEventSource A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
Class TAuditEventEntity A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
Class TAuditEventEntityArray  
Class TAuditEventDetail A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.
Class TAuditEventDetailArray  
Class TAuditEventOutcome Indicates whether the event succeeded or failed If the element is present, it must have either a @value, an @id, or extensions
Class TAuditEventAction Indicator for type of action performed during the event that generated the event If the element is present, it must have either a @value, an @id, or extensions
Class TAuditEventAgentNetworkType The type of network access point of this agent in the audit event If the element is present, it must have either a @value, an @id, or extensions
Class TBasic Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification. If the element is present, it must have either a @value, an @id, or extensions
Class TBinary A binary resource can contain any content, whether text, image, pdf, zip archive, etc. If the element is present, it must have either a @value, an @id, or extensions
Class TBodySite Record details about the anatomical location of a specimen or body part. This resource may be used when a coded concept does not provide the necessary detail needed for the use case. If the element is present, it must have either a @value, an @id, or extensions
Class TBundle A container for a collection of resources. If the element is present, it must have either a @value, an @id, or extensions
Class TBundleLink A container for a collection of resources.
Class TBundleLinkArray  
Class TBundleEntry A container for a collection of resources.
Class TBundleEntryArray  
Class TBundleSearch A container for a collection of resources.
Class TBundleRequest A container for a collection of resources.
Class TBundleResponse A container for a collection of resources.
Class THTTPVerb HTTP verbs (in the HTTP command line). If the element is present, it must have either a @value, an @id, or extensions
Class TBundleType Indicates the purpose of a bundle - how it was intended to be used. If the element is present, it must have either a @value, an @id, or extensions
Class TSearchEntryMode Why an entry is in the result set - whether it's included as a match or because of an _include requirement. If the element is present, it must have either a @value, an @id, or extensions
Class TCapabilityStatement A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation. If the element is present, it must have either a @value, an @id, or extensions
Class TCapabilityStatementSoftware A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementImplementation A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementRest A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementRestArray  
Class TCapabilityStatementSecurity A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementCertificate A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementCertificateArray  
Class TCapabilityStatementResource A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementResourceArray  
Class TCapabilityStatementInteraction A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementInteractionArray  
Class TCapabilityStatementSearchParam A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementSearchParamArray  
Class TCapabilityStatementInteraction1 A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementInteraction1Array  
Class TCapabilityStatementOperation A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementOperationArray  
Class TCapabilityStatementMessaging A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementMessagingArray  
Class TCapabilityStatementEndpoint A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementEndpointArray  
Class TCapabilityStatementSupportedMessage A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementSupportedMessageArray  
Class TCapabilityStatementEvent A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementEventArray  
Class TCapabilityStatementDocument A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Class TCapabilityStatementDocumentArray  
Class TCapabilityStatementKind How a capability statement is intended to be used. If the element is present, it must have either a @value, an @id, or extensions
Class TEventCapabilityMode The mode of a message capability statement. If the element is present, it must have either a @value, an @id, or extensions
Class TResourceVersionPolicy How the system supports versioning for a resource. If the element is present, it must have either a @value, an @id, or extensions
Class TMessageSignificanceCategory The impact of the content of a message. If the element is present, it must have either a @value, an @id, or extensions
Class TDocumentMode Whether the application produces or consumes documents. If the element is present, it must have either a @value, an @id, or extensions
Class TRestfulCapabilityMode The mode of a RESTful capability statement. If the element is present, it must have either a @value, an @id, or extensions
Class TUnknownContentCode A code that indicates whether an application accepts unknown elements or extensions when reading resources. If the element is present, it must have either a @value, an @id, or extensions
Class TTypeRestfulInteraction Operations supported by REST at the type or instance level. If the element is present, it must have either a @value, an @id, or extensions
Class TSystemRestfulInteraction Operations supported by REST at the system level. If the element is present, it must have either a @value, an @id, or extensions
Class TConditionalReadStatus A code that indicates how the server supports conditional read. If the element is present, it must have either a @value, an @id, or extensions
Class TReferenceHandlingPolicy A set of flags that defines how references are supported. If the element is present, it must have either a @value, an @id, or extensions
Class TReferenceHandlingPolicyArray  
Class TConditionalDeleteStatus A code that indicates how the server supports conditional delete. If the element is present, it must have either a @value, an @id, or extensions
Class TCarePlan Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. If the element is present, it must have either a @value, an @id, or extensions
Class TCarePlanActivity Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
Class TCarePlanActivityArray  
Class TCarePlanDetail Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
Class TCarePlanStatus Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. If the element is present, it must have either a @value, an @id, or extensions
Class TCarePlanActivityStatus Indicates where the activity is at in its overall life cycle. If the element is present, it must have either a @value, an @id, or extensions
Class TCarePlanIntent Codes indicating the degree of authority/intentionality associated with a care plan If the element is present, it must have either a @value, an @id, or extensions
Class TCareTeam The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient. If the element is present, it must have either a @value, an @id, or extensions
Class TCareTeamParticipant The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.
Class TCareTeamParticipantArray  
Class TCareTeamStatus Indicates the status of the care team. If the element is present, it must have either a @value, an @id, or extensions
Class TChargeItem The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation. If the element is present, it must have either a @value, an @id, or extensions
Class TChargeItemParticipant The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.
Class TChargeItemParticipantArray  
Class TChargeItemStatus Codes identifying the stage lifecycle stage of a ChargeItem If the element is present, it must have either a @value, an @id, or extensions
Class TClaim A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery. If the element is present, it must have either a @value, an @id, or extensions
Class TClaimRelated A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimRelatedArray  
Class TClaimPayee A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimCareTeam A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimCareTeamArray  
Class TClaimInformation A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimInformationArray  
Class TClaimDiagnosis A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimDiagnosisArray  
Class TClaimProcedure A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimProcedureArray  
Class TClaimInsurance A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimInsuranceArray  
Class TClaimAccident A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimItem A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimItemArray  
Class TClaimDetail A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimDetailArray  
Class TClaimSubDetail A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Class TClaimSubDetailArray  
Class TUse Complete, proposed, exploratory, other If the element is present, it must have either a @value, an @id, or extensions
Class TFinancialResourceStatusCodes A code specifying the state of the resource instance. If the element is present, it must have either a @value, an @id, or extensions
Class TClaimResponse This resource provides the adjudication details from the processing of a Claim resource. If the element is present, it must have either a @value, an @id, or extensions
Class TClaimResponseItem This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseItemArray  
Class TClaimResponseAdjudication This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseAdjudicationArray  
Class TClaimResponseDetail This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseDetailArray  
Class TClaimResponseSubDetail This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseSubDetailArray  
Class TClaimResponseAddItem This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseAddItemArray  
Class TClaimResponseDetail1 This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseDetail1Array  
Class TClaimResponseError This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseErrorArray  
Class TClaimResponsePayment This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseProcessNote This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseProcessNoteArray  
Class TClaimResponseInsurance This resource provides the adjudication details from the processing of a Claim resource.
Class TClaimResponseInsuranceArray  
Class TClinicalImpression A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score. If the element is present, it must have either a @value, an @id, or extensions
Class TClinicalImpressionInvestigation A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score.
Class TClinicalImpressionInvestigationArray  
Class TClinicalImpressionFinding A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called "ClinicalImpression" rather than "ClinicalAssessment" to avoid confusion with the recording of assessment tools such as Apgar score.
Class TClinicalImpressionFindingArray  
Class TClinicalImpressionStatus The workflow state of a clinical impression. If the element is present, it must have either a @value, an @id, or extensions
Class TCodeSystem A code system resource specifies a set of codes drawn from one or more code systems. If the element is present, it must have either a @value, an @id, or extensions
Class TCodeSystemFilter A code system resource specifies a set of codes drawn from one or more code systems.
Class TCodeSystemFilterArray  
Class TCodeSystemProperty A code system resource specifies a set of codes drawn from one or more code systems.
Class TCodeSystemPropertyArray  
Class TCodeSystemConcept A code system resource specifies a set of codes drawn from one or more code systems.
Class TCodeSystemConceptArray  
Class TCodeSystemDesignation A code system resource specifies a set of codes drawn from one or more code systems.
Class TCodeSystemDesignationArray  
Class TCodeSystemProperty1 A code system resource specifies a set of codes drawn from one or more code systems.
Class TCodeSystemProperty1Array  
Class TFilterOperator The kind of operation to perform as a part of a property based filter. If the element is present, it must have either a @value, an @id, or extensions
Class TFilterOperatorArray  
Class TPropertyType The type of a property value If the element is present, it must have either a @value, an @id, or extensions
Class TCodeSystemHierarchyMeaning The meaning of the hierarchy of concepts in a code system If the element is present, it must have either a @value, an @id, or extensions
Class TCodeSystemContentMode How much of the content of the code system - the concepts and codes it defines - are represented in a code system resource If the element is present, it must have either a @value, an @id, or extensions
Class TCommunication An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency was notified about a reportable condition. If the element is present, it must have either a @value, an @id, or extensions
Class TCommunicationPayload An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency was notified about a reportable condition.
Class TCommunicationPayloadArray  
Class TEventStatus The status of the communication. If the element is present, it must have either a @value, an @id, or extensions
Class TCommunicationRequest A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. If the element is present, it must have either a @value, an @id, or extensions
Class TCommunicationRequestPayload A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.
Class TCommunicationRequestPayloadArray  
Class TCommunicationRequestRequester A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.
Class TRequestStatus The status of the communication request. If the element is present, it must have either a @value, an @id, or extensions
Class TRequestPriority Codes indicating the relative importance of a communication request. If the element is present, it must have either a @value, an @id, or extensions
Class TCompartmentDefinition A compartment definition that defines how resources are accessed on a server. If the element is present, it must have either a @value, an @id, or extensions
Class TCompartmentDefinitionResource A compartment definition that defines how resources are accessed on a server.
Class TCompartmentDefinitionResourceArray  
Class TCompartmentType Which compartment a compartment definition describes If the element is present, it must have either a @value, an @id, or extensions
Class TComposition A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained. If the element is present, it must have either a @value, an @id, or extensions
Class TCompositionAttester A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.
Class TCompositionAttesterArray  
Class TCompositionRelatesTo A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.
Class TCompositionRelatesToArray  
Class TCompositionEvent A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.
Class TCompositionEventArray  
Class TCompositionSection A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained.
Class TCompositionSectionArray  
Class TCompositionStatus The workflow/clinical status of the composition. If the element is present, it must have either a @value, an @id, or extensions
Class TConfidentialityClassification Codes specifying the level of confidentiality of the composition. If the element is present, it must have either a @value, an @id, or extensions
Class TDocumentRelationshipType The type of relationship between documents. If the element is present, it must have either a @value, an @id, or extensions
Class TCompositionAttestationMode The way in which a person authenticated a composition. If the element is present, it must have either a @value, an @id, or extensions
Class TCompositionAttestationModeArray  
Class TListMode The processing mode that applies to this section. If the element is present, it must have either a @value, an @id, or extensions
Class TConceptMap A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models. If the element is present, it must have either a @value, an @id, or extensions
Class TConceptMapGroup A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Class TConceptMapGroupArray  
Class TConceptMapElement A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Class TConceptMapElementArray  
Class TConceptMapTarget A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Class TConceptMapTargetArray  
Class TConceptMapDependsOn A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Class TConceptMapDependsOnArray  
Class TConceptMapUnmapped A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
Class TConceptMapGroupUnmappedMode Defines which action to take if there is no match in the group. If the element is present, it must have either a @value, an @id, or extensions
Class TCondition A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. If the element is present, it must have either a @value, an @id, or extensions
Class TConditionStage A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
Class TConditionEvidence A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.
Class TConditionEvidenceArray  
Class TConditionVerificationStatus The verification status to support or decline the clinical status of the condition or diagnosis. If the element is present, it must have either a @value, an @id, or extensions
Class TConditionClinicalStatusCodes The clinical status of the condition or diagnosis. If the element is present, it must have either a @value, an @id, or extensions
Class TConsent A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. If the element is present, it must have either a @value, an @id, or extensions
Class TConsentActor A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Class TConsentActorArray  
Class TConsentPolicy A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Class TConsentPolicyArray  
Class TConsentData A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Class TConsentDataArray  
Class TConsentExcept A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Class TConsentExceptArray  
Class TConsentActor1 A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Class TConsentActor1Array  
Class TConsentData1 A record of a healthcare consumer’s policy choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.
Class TConsentData1Array  
Class TConsentDataMeaning How a resource reference is interpreted when testing consent restrictions If the element is present, it must have either a @value, an @id, or extensions
Class TConsentState Indicates the state of the consent If the element is present, it must have either a @value, an @id, or extensions
Class TConsentExceptType How an exception statement is applied, such as adding additional consent or removing consent If the element is present, it must have either a @value, an @id, or extensions
Class TContract A formal agreement between parties regarding the conduct of business, exchange of information or other matters. If the element is present, it must have either a @value, an @id, or extensions
Class TContractAgent A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractAgentArray  
Class TContractSigner A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractSignerArray  
Class TContractValuedItem A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractValuedItemArray  
Class TContractTerm A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractTermArray  
Class TContractAgent1 A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractAgent1Array  
Class TContractValuedItem1 A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractValuedItem1Array  
Class TContractFriendly A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractFriendlyArray  
Class TContractLegal A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractLegalArray  
Class TContractRule A formal agreement between parties regarding the conduct of business, exchange of information or other matters.
Class TContractRuleArray  
Class TContractResourceStatusCodes A code specifying the state of the resource instance. If the element is present, it must have either a @value, an @id, or extensions
Class TCoverage Financial instrument which may be used to reimburse or pay for health care products and services. If the element is present, it must have either a @value, an @id, or extensions
Class TCoverageGrouping Financial instrument which may be used to reimburse or pay for health care products and services.
Class TDataElement The formal description of a single piece of information that can be gathered and reported. If the element is present, it must have either a @value, an @id, or extensions
Class TDataElementMapping The formal description of a single piece of information that can be gathered and reported.
Class TDataElementMappingArray  
Class TDataElementStringency Indicates the degree of precision of the data element definition. If the element is present, it must have either a @value, an @id, or extensions
Class TDetectedIssue Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc. If the element is present, it must have either a @value, an @id, or extensions
Class TDetectedIssueMitigation Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc.
Class TDetectedIssueMitigationArray  
Class TObservationStatus Indicates the status of the identified issue If the element is present, it must have either a @value, an @id, or extensions
Class TDetectedIssueSeverity Indicates the potential degree of impact of the identified issue on the patient. If the element is present, it must have either a @value, an @id, or extensions
Class TDevice This resource identifies an instance or a type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. Medical devices include durable (reusable) medical equipment, implantable devices, as well as disposable equipment used for diagnostic, treatment, and research for healthcare and public health. Non-medical devices may include items such as a machine, cellphone, computer, application, etc. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceUdi This resource identifies an instance or a type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. Medical devices include durable (reusable) medical equipment, implantable devices, as well as disposable equipment used for diagnostic, treatment, and research for healthcare and public health. Non-medical devices may include items such as a machine, cellphone, computer, application, etc.
Class TFHIRDeviceStatus The availability status of the device. If the element is present, it must have either a @value, an @id, or extensions
Class TUDIEntryType Codes to identify how UDI data was entered If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceComponent The characteristics, operational status and capabilities of a medical-related component of a medical device. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceComponentProductionSpecification The characteristics, operational status and capabilities of a medical-related component of a medical device.
Class TDeviceComponentProductionSpecificationArray  
Class TMeasmntPrinciple Different measurement principle supported by the device. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceMetric Describes a measurement, calculation or setting capability of a medical device. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceMetricCalibration Describes a measurement, calculation or setting capability of a medical device.
Class TDeviceMetricCalibrationArray  
Class TDeviceMetricCalibrationType Describes the type of a metric calibration. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceMetricColor Describes the typical color of representation. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceMetricCalibrationState Describes the state of a metric calibration. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceMetricOperationalStatus Describes the operational status of the DeviceMetric. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceMetricCategory Describes the category of the metric. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceRequest Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceRequestRequester Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.
Class TDeviceUseStatement A record of a device being used by a patient where the record is the result of a report from the patient or another clinician. If the element is present, it must have either a @value, an @id, or extensions
Class TDeviceUseStatementStatus A coded concept indicating the current status of a the Device Usage If the element is present, it must have either a @value, an @id, or extensions
Class TDiagnosticReport The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. If the element is present, it must have either a @value, an @id, or extensions
Class TDiagnosticReportPerformer The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.
Class TDiagnosticReportPerformerArray  
Class TDiagnosticReportImage The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.
Class TDiagnosticReportImageArray  
Class TDiagnosticReportStatus The status of the diagnostic report as a whole. If the element is present, it must have either a @value, an @id, or extensions
Class TDocumentManifest A collection of documents compiled for a purpose together with metadata that applies to the collection. If the element is present, it must have either a @value, an @id, or extensions
Class TDocumentManifestContent A collection of documents compiled for a purpose together with metadata that applies to the collection.
Class TDocumentManifestContentArray  
Class TDocumentManifestRelated A collection of documents compiled for a purpose together with metadata that applies to the collection.
Class TDocumentManifestRelatedArray  
Class TDocumentReference A reference to a document. If the element is present, it must have either a @value, an @id, or extensions
Class TDocumentReferenceRelatesTo A reference to a document.
Class TDocumentReferenceRelatesToArray  
Class TDocumentReferenceContent A reference to a document.
Class TDocumentReferenceContentArray  
Class TDocumentReferenceContext A reference to a document.
Class TDocumentReferenceRelated A reference to a document.
Class TDocumentReferenceRelatedArray  
Class TEligibilityRequest The EligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an EligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. If the element is present, it must have either a @value, an @id, or extensions
Class TEligibilityResponse This resource provides eligibility and plan details from the processing of an Eligibility resource. If the element is present, it must have either a @value, an @id, or extensions
Class TEligibilityResponseInsurance This resource provides eligibility and plan details from the processing of an Eligibility resource.
Class TEligibilityResponseInsuranceArray  
Class TEligibilityResponseBenefitBalance This resource provides eligibility and plan details from the processing of an Eligibility resource.
Class TEligibilityResponseBenefitBalanceArray  
Class TEligibilityResponseFinancial This resource provides eligibility and plan details from the processing of an Eligibility resource.
Class TEligibilityResponseFinancialArray  
Class TEligibilityResponseError This resource provides eligibility and plan details from the processing of an Eligibility resource.
Class TEligibilityResponseErrorArray  
Class TEncounter An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. If the element is present, it must have either a @value, an @id, or extensions
Class TEncounterStatusHistory An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Class TEncounterStatusHistoryArray  
Class TEncounterClassHistory An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Class TEncounterClassHistoryArray  
Class TEncounterParticipant An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Class TEncounterParticipantArray  
Class TEncounterDiagnosis An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Class TEncounterDiagnosisArray  
Class TEncounterHospitalization An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Class TEncounterLocation An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Class TEncounterLocationArray  
Class TEncounterLocationStatus The status of the location. If the element is present, it must have either a @value, an @id, or extensions
Class TEncounterStatus Current state of the encounter If the element is present, it must have either a @value, an @id, or extensions
Class TEndpoint The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information. If the element is present, it must have either a @value, an @id, or extensions
Class TEndpointStatus The status of the endpoint If the element is present, it must have either a @value, an @id, or extensions
Class TEnrollmentRequest This resource provides the insurance enrollment details to the insurer regarding a specified coverage. If the element is present, it must have either a @value, an @id, or extensions
Class TEnrollmentResponse This resource provides enrollment and plan details from the processing of an Enrollment resource. If the element is present, it must have either a @value, an @id, or extensions
Class TEpisodeOfCare An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time. If the element is present, it must have either a @value, an @id, or extensions
Class TEpisodeOfCareStatusHistory An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.
Class TEpisodeOfCareStatusHistoryArray  
Class TEpisodeOfCareDiagnosis An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.
Class TEpisodeOfCareDiagnosisArray  
Class TEpisodeOfCareStatus The status of the episode of care. If the element is present, it must have either a @value, an @id, or extensions
Class TExpansionProfile Resource to define constraints on the Expansion of a FHIR ValueSet. If the element is present, it must have either a @value, an @id, or extensions
Class TExpansionProfileFixedVersion Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileFixedVersionArray  
Class TExpansionProfileExcludedSystem Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileDesignation Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileInclude Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileDesignation1 Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileDesignation1Array  
Class TExpansionProfileExclude Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileDesignation2 Resource to define constraints on the Expansion of a FHIR ValueSet.
Class TExpansionProfileDesignation2Array  
Class TSystemVersionProcessingMode How to manage the intersection between a fixed version in a value set, and a fixed version of the system in the expansion profile If the element is present, it must have either a @value, an @id, or extensions
Class TExplanationOfBenefit This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided. If the element is present, it must have either a @value, an @id, or extensions
Class TExplanationOfBenefitRelated This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitRelatedArray  
Class TExplanationOfBenefitPayee This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitInformation This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitInformationArray  
Class TExplanationOfBenefitCareTeam This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitCareTeamArray  
Class TExplanationOfBenefitDiagnosis This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitDiagnosisArray  
Class TExplanationOfBenefitProcedure This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitProcedureArray  
Class TExplanationOfBenefitInsurance This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitAccident This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitItem This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitItemArray  
Class TExplanationOfBenefitAdjudication This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitAdjudicationArray  
Class TExplanationOfBenefitDetail This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitDetailArray  
Class TExplanationOfBenefitSubDetail This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitSubDetailArray  
Class TExplanationOfBenefitAddItem This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitAddItemArray  
Class TExplanationOfBenefitDetail1 This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitDetail1Array  
Class TExplanationOfBenefitPayment This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitProcessNote This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitProcessNoteArray  
Class TExplanationOfBenefitBenefitBalance This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitBenefitBalanceArray  
Class TExplanationOfBenefitFinancial This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.
Class TExplanationOfBenefitFinancialArray  
Class TExplanationOfBenefitStatus A code specifying the state of the resource instance. If the element is present, it must have either a @value, an @id, or extensions
Class TFamilyMemberHistory Significant health events and conditions for a person related to the patient relevant in the context of care for the patient. If the element is present, it must have either a @value, an @id, or extensions
Class TFamilyMemberHistoryCondition Significant health events and conditions for a person related to the patient relevant in the context of care for the patient.
Class TFamilyMemberHistoryConditionArray  
Class TFamilyHistoryStatus A code that identifies the status of the family history record. If the element is present, it must have either a @value, an @id, or extensions
Class TFlag Prospective warnings of potential issues when providing care to the patient. If the element is present, it must have either a @value, an @id, or extensions
Class TFlagStatus Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or entered in error. If the element is present, it must have either a @value, an @id, or extensions
Class TGoal Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc. If the element is present, it must have either a @value, an @id, or extensions
Class TGoalTarget Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.
Class TGoalStatus Indicates whether the goal has been met and is still being targeted If the element is present, it must have either a @value, an @id, or extensions
Class TGraphDefinition A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set. If the element is present, it must have either a @value, an @id, or extensions
Class TGraphDefinitionLink A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.
Class TGraphDefinitionLinkArray  
Class TGraphDefinitionTarget A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.
Class TGraphDefinitionTargetArray  
Class TGraphDefinitionCompartment A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.
Class TGraphDefinitionCompartmentArray  
Class TGraphCompartmentRule How a compartment must be linked If the element is present, it must have either a @value, an @id, or extensions
Class TGroup Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. If the element is present, it must have either a @value, an @id, or extensions
Class TGroupCharacteristic Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.
Class TGroupCharacteristicArray  
Class TGroupMember Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.
Class TGroupMemberArray  
Class TGroupType Types of resources that are part of group If the element is present, it must have either a @value, an @id, or extensions
Class TGuidanceResponse A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken. If the element is present, it must have either a @value, an @id, or extensions
Class TGuidanceResponseStatus The status of a guidance response If the element is present, it must have either a @value, an @id, or extensions
Class THealthcareService The details of a healthcare service available at a location. If the element is present, it must have either a @value, an @id, or extensions
Class THealthcareServiceAvailableTime The details of a healthcare service available at a location.
Class THealthcareServiceAvailableTimeArray  
Class THealthcareServiceNotAvailable The details of a healthcare service available at a location.
Class THealthcareServiceNotAvailableArray  
Class TDaysOfWeek The days of the week. If the element is present, it must have either a @value, an @id, or extensions
Class TDaysOfWeekArray  
Class TImagingManifest A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection. If the element is present, it must have either a @value, an @id, or extensions
Class TImagingManifestStudy A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection.
Class TImagingManifestStudyArray  
Class TImagingManifestSeries A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection.
Class TImagingManifestSeriesArray  
Class TImagingManifestInstance A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection.
Class TImagingManifestInstanceArray  
Class TImagingStudy Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. If the element is present, it must have either a @value, an @id, or extensions
Class TImagingStudySeries Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.
Class TImagingStudySeriesArray  
Class TImagingStudyInstance Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.
Class TImagingStudyInstanceArray  
Class TInstanceAvailability Availability of the resource If the element is present, it must have either a @value, an @id, or extensions
Class TImmunization Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed. If the element is present, it must have either a @value, an @id, or extensions
Class TImmunizationPractitioner Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.
Class TImmunizationPractitionerArray  
Class TImmunizationExplanation Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.
Class TImmunizationReaction Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.
Class TImmunizationReactionArray  
Class TImmunizationVaccinationProtocol Describes the event of a patient being administered a vaccination or a record of a vaccination as reported by a patient, a clinician or another party and may include vaccine reaction information and what vaccination protocol was followed.
Class TImmunizationVaccinationProtocolArray  
Class TImmunizationStatusCodes A set of codes indicating the current status of an Immunization If the element is present, it must have either a @value, an @id, or extensions
Class TImmunizationRecommendation A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification. If the element is present, it must have either a @value, an @id, or extensions
Class TImmunizationRecommendationRecommendation A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification.
Class TImmunizationRecommendationRecommendationArray  
Class TImmunizationRecommendationDateCriterion A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification.
Class TImmunizationRecommendationDateCriterionArray  
Class TImmunizationRecommendationProtocol A patient's point-in-time immunization and recommendation (i.e. forecasting a patient's immunization eligibility according to a published schedule) with optional supporting justification.
Class TImplementationGuide A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts. If the element is present, it must have either a @value, an @id, or extensions
Class TImplementationGuideDependency A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
Class TImplementationGuideDependencyArray  
Class TImplementationGuidePackage A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
Class TImplementationGuidePackageArray  
Class TImplementationGuideResource A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
Class TImplementationGuideResourceArray  
Class TImplementationGuideGlobal A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
Class TImplementationGuideGlobalArray  
Class TImplementationGuidePage A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
Class TImplementationGuidePageArray  
Class TGuideDependencyType How a dependency is represented when the guide is published. If the element is present, it must have either a @value, an @id, or extensions
Class TGuidePageKind The kind of an included page. If the element is present, it must have either a @value, an @id, or extensions
Class TLibrary The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets. If the element is present, it must have either a @value, an @id, or extensions
Class TLinkage Identifies two or more records (resource instances) that are referring to the same real-world "occurrence". If the element is present, it must have either a @value, an @id, or extensions
Class TLinkageItem Identifies two or more records (resource instances) that are referring to the same real-world "occurrence".
Class TLinkageItemArray  
Class TLinkageType Used to distinguish different roles a resource can play within a set of linked resources If the element is present, it must have either a @value, an @id, or extensions
Class TList A set of information summarized from a list of other resources. If the element is present, it must have either a @value, an @id, or extensions
Class TListEntry A set of information summarized from a list of other resources.
Class TListEntryArray  
Class TListStatus The current state of the list If the element is present, it must have either a @value, an @id, or extensions
Class TLocation Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated. If the element is present, it must have either a @value, an @id, or extensions
Class TLocationPosition Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.
Class TLocationMode Indicates whether a resource instance represents a specific location or a class of locations. If the element is present, it must have either a @value, an @id, or extensions
Class TLocationStatus Indicates whether the location is still in use. If the element is present, it must have either a @value, an @id, or extensions
Class TMeasure The Measure resource provides the definition of a quality measure. If the element is present, it must have either a @value, an @id, or extensions
Class TMeasureGroup The Measure resource provides the definition of a quality measure.
Class TMeasureGroupArray  
Class TMeasurePopulation The Measure resource provides the definition of a quality measure.
Class TMeasurePopulationArray  
Class TMeasureStratifier The Measure resource provides the definition of a quality measure.
Class TMeasureStratifierArray  
Class TMeasureSupplementalData The Measure resource provides the definition of a quality measure.
Class TMeasureSupplementalDataArray  
Class TMeasureReport The MeasureReport resource contains the results of evaluating a measure. If the element is present, it must have either a @value, an @id, or extensions
Class TMeasureReportGroup The MeasureReport resource contains the results of evaluating a measure.
Class TMeasureReportGroupArray  
Class TMeasureReportPopulation The MeasureReport resource contains the results of evaluating a measure.
Class TMeasureReportPopulationArray  
Class TMeasureReportStratifier The MeasureReport resource contains the results of evaluating a measure.
Class TMeasureReportStratifierArray  
Class TMeasureReportStratum The MeasureReport resource contains the results of evaluating a measure.
Class TMeasureReportStratumArray  
Class TMeasureReportPopulation1 The MeasureReport resource contains the results of evaluating a measure.
Class TMeasureReportPopulation1Array  
Class TMeasureReportStatus The status of the measure report If the element is present, it must have either a @value, an @id, or extensions
Class TMeasureReportType The type of the measure report If the element is present, it must have either a @value, an @id, or extensions
Class TMedia A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. If the element is present, it must have either a @value, an @id, or extensions
Class TDigitalMediaType Whether the media is a photo, video, or audio If the element is present, it must have either a @value, an @id, or extensions
Class TMedication This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationIngredient This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
Class TMedicationIngredientArray  
Class TMedicationPackage This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
Class TMedicationContent This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
Class TMedicationContentArray  
Class TMedicationBatch This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.
Class TMedicationBatchArray  
Class TMedicationStatus A coded concept defining if the medication is in active use If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationAdministration Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationAdministrationPerformer Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.
Class TMedicationAdministrationPerformerArray  
Class TMedicationAdministrationDosage Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.
Class TMedicationAdministrationStatus A set of codes indicating the current status of a MedicationAdministration. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationDispense Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationDispensePerformer Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.
Class TMedicationDispensePerformerArray  
Class TMedicationDispenseSubstitution Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.
Class TMedicationDispenseStatus A coded concept specifying the state of the dispense event. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationRequest An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationRequestRequester An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.
Class TMedicationRequestDispenseRequest An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.
Class TMedicationRequestSubstitution An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.
Class TMedicationRequestStatus A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationRequestPriority Identifies the level of importance to be assigned to actioning the request If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationRequestIntent The kind of medication order If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationStatement A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now, or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains

The primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information. If the element is present, it must have either a @value, an @id, or extensions

Class TMedicationStatementStatus A coded concept indicating the current status of a MedicationStatement. If the element is present, it must have either a @value, an @id, or extensions
Class TMedicationStatementTaken A coded concept identifying level of certainty if patient has taken or has not taken the medication If the element is present, it must have either a @value, an @id, or extensions
Class TMessageDefinition Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted. If the element is present, it must have either a @value, an @id, or extensions
Class TMessageDefinitionFocus Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.
Class TMessageDefinitionFocusArray  
Class TMessageDefinitionAllowedResponse Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.
Class TMessageDefinitionAllowedResponseArray  
Class TMessageHeader The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. If the element is present, it must have either a @value, an @id, or extensions
Class TMessageHeaderDestination The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.
Class TMessageHeaderDestinationArray  
Class TMessageHeaderSource The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.
Class TMessageHeaderResponse The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.
Class TResponseType The kind of response to a message If the element is present, it must have either a @value, an @id, or extensions
Class TNamingSystem A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types. If the element is present, it must have either a @value, an @id, or extensions
Class TNamingSystemUniqueId A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types.
Class TNamingSystemUniqueIdArray  
Class TNamingSystemIdentifierType Identifies the style of unique identifier used to identify a namespace. If the element is present, it must have either a @value, an @id, or extensions
Class TNamingSystemType Identifies the purpose of the naming system. If the element is present, it must have either a @value, an @id, or extensions
Class TNutritionOrder A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. If the element is present, it must have either a @value, an @id, or extensions
Class TNutritionOrderOralDiet A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Class TNutritionOrderNutrient A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Class TNutritionOrderNutrientArray  
Class TNutritionOrderTexture A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Class TNutritionOrderTextureArray  
Class TNutritionOrderSupplement A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Class TNutritionOrderSupplementArray  
Class TNutritionOrderEnteralFormula A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Class TNutritionOrderAdministration A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.
Class TNutritionOrderAdministrationArray  
Class TNutritionOrderStatus Codes specifying the state of the request. Describes the lifecycle of the nutrition order. If the element is present, it must have either a @value, an @id, or extensions
Class TObservation Measurements and simple assertions made about a patient, device or other subject. If the element is present, it must have either a @value, an @id, or extensions
Class TObservationReferenceRange Measurements and simple assertions made about a patient, device or other subject.
Class TObservationReferenceRangeArray  
Class TObservationRelated Measurements and simple assertions made about a patient, device or other subject.
Class TObservationRelatedArray  
Class TObservationComponent Measurements and simple assertions made about a patient, device or other subject.
Class TObservationComponentArray  
Class TObservationRelationshipType Codes specifying how two observations are related. If the element is present, it must have either a @value, an @id, or extensions
Class TOperationDefinition A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). If the element is present, it must have either a @value, an @id, or extensions
Class TOperationDefinitionParameter A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).
Class TOperationDefinitionParameterArray  
Class TOperationDefinitionBinding A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).
Class TOperationDefinitionOverload A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).
Class TOperationDefinitionOverloadArray  
Class TFHIRAllTypes If the element is present, it must have either a @value, an @id, or extensions
Class TOperationParameterUse Whether an operation parameter is an input or an output parameter. If the element is present, it must have either a @value, an @id, or extensions
Class TOperationKind Whether an operation is a normal operation or a query. If the element is present, it must have either a @value, an @id, or extensions
Class TOperationOutcome A collection of error, warning or information messages that result from a system action. If the element is present, it must have either a @value, an @id, or extensions
Class TOperationOutcomeIssue A collection of error, warning or information messages that result from a system action.
Class TOperationOutcomeIssueArray  
Class TIssueType A code that describes the type of issue. If the element is present, it must have either a @value, an @id, or extensions
Class TIssueSeverity How the issue affects the success of the action. If the element is present, it must have either a @value, an @id, or extensions
Class TOrganization A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc. If the element is present, it must have either a @value, an @id, or extensions
Class TOrganizationContact A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc.
Class TOrganizationContactArray  
Class TParameters This special resource type is used to represent an operation request and response (operations.html). It has no other use, and there is no RESTful endpoint associated with it. If the element is present, it must have either a @value, an @id, or extensions
Class TParametersParameter This special resource type is used to represent an operation request and response (operations.html). It has no other use, and there is no RESTful endpoint associated with it.
Class TParametersParameterArray  
Class TPatient Demographics and other administrative information about an individual or animal receiving care or other health-related services. If the element is present, it must have either a @value, an @id, or extensions
Class TPatientContact Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Class TPatientContactArray  
Class TPatientAnimal Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Class TPatientCommunication Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Class TPatientCommunicationArray  
Class TPatientLink Demographics and other administrative information about an individual or animal receiving care or other health-related services.
Class TPatientLinkArray  
Class TLinkType The type of link between this patient resource and another patient resource. If the element is present, it must have either a @value, an @id, or extensions
Class TPaymentNotice This resource provides the status of the payment for goods and services rendered, and the request and response resource references. If the element is present, it must have either a @value, an @id, or extensions
Class TPaymentReconciliation This resource provides payment details and claim references supporting a bulk payment. If the element is present, it must have either a @value, an @id, or extensions
Class TPaymentReconciliationDetail This resource provides payment details and claim references supporting a bulk payment.
Class TPaymentReconciliationDetailArray  
Class TPaymentReconciliationProcessNote This resource provides payment details and claim references supporting a bulk payment.
Class TPaymentReconciliationProcessNoteArray  
Class TPerson Demographics and administrative information about a person independent of a specific health-related context. If the element is present, it must have either a @value, an @id, or extensions
Class TPersonLink Demographics and administrative information about a person independent of a specific health-related context.
Class TPersonLinkArray  
Class TIdentityAssuranceLevel The level of confidence that this link represents the same actual person, based on NIST Authentication Levels. If the element is present, it must have either a @value, an @id, or extensions
Class TPlanDefinition This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols. If the element is present, it must have either a @value, an @id, or extensions
Class TPlanDefinitionGoal This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionGoalArray  
Class TPlanDefinitionTarget This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionTargetArray  
Class TPlanDefinitionAction This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionActionArray  
Class TPlanDefinitionCondition This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionConditionArray  
Class TPlanDefinitionRelatedAction This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionRelatedActionArray  
Class TPlanDefinitionParticipant This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionParticipantArray  
Class TPlanDefinitionDynamicValue This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.
Class TPlanDefinitionDynamicValueArray  
Class TActionRequiredBehavior Defines requiredness behavior for selecting an action or an action group If the element is present, it must have either a @value, an @id, or extensions
Class TActionRelationshipType Defines the types of relationships between actions If the element is present, it must have either a @value, an @id, or extensions
Class TActionGroupingBehavior Defines organization behavior of a group If the element is present, it must have either a @value, an @id, or extensions
Class TActionSelectionBehavior Defines selection behavior of a group If the element is present, it must have either a @value, an @id, or extensions
Class TActionCardinalityBehavior Defines behavior for an action or a group for how many times that item may be repeated If the element is present, it must have either a @value, an @id, or extensions
Class TActionPrecheckBehavior Defines selection frequency behavior for an action or group If the element is present, it must have either a @value, an @id, or extensions
Class TActionConditionKind Defines the kinds of conditions that can appear on actions If the element is present, it must have either a @value, an @id, or extensions
Class TPractitioner A person who is directly or indirectly involved in the provisioning of healthcare. If the element is present, it must have either a @value, an @id, or extensions
Class TPractitionerQualification A person who is directly or indirectly involved in the provisioning of healthcare.
Class TPractitionerQualificationArray  
Class TPractitionerRole A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time. If the element is present, it must have either a @value, an @id, or extensions
Class TPractitionerRoleAvailableTime A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.
Class TPractitionerRoleAvailableTimeArray  
Class TPractitionerRoleNotAvailable A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.
Class TPractitionerRoleNotAvailableArray  
Class TProcedure An action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy. If the element is present, it must have either a @value, an @id, or extensions
Class TProcedurePerformer An action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy.
Class TProcedurePerformerArray  
Class TProcedureFocalDevice An action that is or was performed on a patient. This can be a physical intervention like an operation, or less invasive like counseling or hypnotherapy.
Class TProcedureFocalDeviceArray  
Class TProcedureRequest A record of a request for diagnostic investigations, treatments, or operations to be performed. If the element is present, it must have either a @value, an @id, or extensions
Class TProcedureRequestRequester A record of a request for diagnostic investigations, treatments, or operations to be performed.
Class TRequestIntent The kind of procedure or diagnostic request If the element is present, it must have either a @value, an @id, or extensions
Class TProcessRequest This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources. If the element is present, it must have either a @value, an @id, or extensions
Class TProcessRequestItem This resource provides the target, request and response, and action details for an action to be performed by the target on or about existing resources.
Class TProcessRequestItemArray  
Class TActionList List of allowable action which this resource can request. If the element is present, it must have either a @value, an @id, or extensions
Class TProcessResponse This resource provides processing status, errors and notes from the processing of a resource. If the element is present, it must have either a @value, an @id, or extensions
Class TProcessResponseProcessNote This resource provides processing status, errors and notes from the processing of a resource.
Class TProcessResponseProcessNoteArray  
Class TProvenance Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies. If the element is present, it must have either a @value, an @id, or extensions
Class TProvenanceAgent Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.
Class TProvenanceAgentArray  
Class TProvenanceEntity Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.
Class TProvenanceEntityArray  
Class TProvenanceEntityRole How an entity was used in an activity. If the element is present, it must have either a @value, an @id, or extensions
Class TQuestionnaire A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection. If the element is present, it must have either a @value, an @id, or extensions
Class TQuestionnaireItem A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
Class TQuestionnaireItemArray  
Class TQuestionnaireEnableWhen A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
Class TQuestionnaireEnableWhenArray  
Class TQuestionnaireOption A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.
Class TQuestionnaireOptionArray  
Class TQuestionnaireItemType Distinguishes groups from questions and display text and indicates data type for questions If the element is present, it must have either a @value, an @id, or extensions
Class TQuestionnaireResponse A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to. If the element is present, it must have either a @value, an @id, or extensions
Class TQuestionnaireResponseItem A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.
Class TQuestionnaireResponseItemArray  
Class TQuestionnaireResponseAnswer A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.
Class TQuestionnaireResponseAnswerArray  
Class TQuestionnaireResponseStatus Lifecycle status of the questionnaire response. If the element is present, it must have either a @value, an @id, or extensions
Class TReferralRequest Used to record and send details about a request for referral service or transfer of a patient to the care of another provider or provider organization. If the element is present, it must have either a @value, an @id, or extensions
Class TReferralRequestRequester Used to record and send details about a request for referral service or transfer of a patient to the care of another provider or provider organization.
Class TRelatedPerson Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. If the element is present, it must have either a @value, an @id, or extensions
Class TRequestGroup A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one". If the element is present, it must have either a @value, an @id, or extensions
Class TRequestGroupAction A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".
Class TRequestGroupActionArray  
Class TRequestGroupCondition A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".
Class TRequestGroupConditionArray  
Class TRequestGroupRelatedAction A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".
Class TRequestGroupRelatedActionArray  
Class TResearchStudy A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. If the element is present, it must have either a @value, an @id, or extensions
Class TResearchStudyArm A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects.
Class TResearchStudyArmArray  
Class TResearchStudyStatus Codes that convey the current status of the research study If the element is present, it must have either a @value, an @id, or extensions
Class TResearchSubject A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge. This includes studies of safety, efficacy, comparative effectiveness and other information about medications, devices, therapies and other interventional and investigative techniques. A ResearchStudy involves the gathering of information about human or animal subjects. If the element is present, it must have either a @value, an @id, or extensions
Class TResearchSubjectStatus Indicates the progression of a study subject through a study If the element is present, it must have either a @value, an @id, or extensions
Class TRiskAssessment An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome. If the element is present, it must have either a @value, an @id, or extensions
Class TRiskAssessmentPrediction An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.
Class TRiskAssessmentPredictionArray  
Class TSchedule A container for slots of time that may be available for booking appointments. If the element is present, it must have either a @value, an @id, or extensions
Class TSearchParameter A search parameter that defines a named search item that can be used to search/filter on a resource. If the element is present, it must have either a @value, an @id, or extensions
Class TSearchParameterComponent A search parameter that defines a named search item that can be used to search/filter on a resource.
Class TSearchParameterComponentArray  
Class TXPathUsageType How a search parameter relates to the set of elements returned by evaluating its xpath query. If the element is present, it must have either a @value, an @id, or extensions
Class TSearchModifierCode A supported modifier for a search parameter. If the element is present, it must have either a @value, an @id, or extensions
Class TSearchModifierCodeArray  
Class TSearchComparator What Search Comparator Codes are supported in search If the element is present, it must have either a @value, an @id, or extensions
Class TSearchComparatorArray  
Class TSequence Raw data describing a biological sequence. If the element is present, it must have either a @value, an @id, or extensions
Class TSequenceReferenceSeq Raw data describing a biological sequence.
Class TSequenceVariant Raw data describing a biological sequence.
Class TSequenceVariantArray  
Class TSequenceQuality Raw data describing a biological sequence.
Class TSequenceQualityArray  
Class TSequenceRepository Raw data describing a biological sequence.
Class TSequenceRepositoryArray  
Class TrepositoryType Type for access of external URI If the element is present, it must have either a @value, an @id, or extensions
Class TqualityType Type for quality report If the element is present, it must have either a @value, an @id, or extensions
Class TServiceDefinition The ServiceDefinition describes a unit of decision support functionality that is made available as a service, such as immunization modules or drug-drug interaction checking. If the element is present, it must have either a @value, an @id, or extensions
Class TSlot A slot of time on a schedule that may be available for booking appointments. If the element is present, it must have either a @value, an @id, or extensions
Class TSlotStatus The free/busy status of the slot. If the element is present, it must have either a @value, an @id, or extensions
Class TSpecimen A sample to be used for analysis. If the element is present, it must have either a @value, an @id, or extensions
Class TSpecimenCollection A sample to be used for analysis.
Class TSpecimenProcessing A sample to be used for analysis.
Class TSpecimenProcessingArray  
Class TSpecimenContainer A sample to be used for analysis.
Class TSpecimenContainerArray  
Class TSpecimenStatus Codes providing the status/availability of a specimen. If the element is present, it must have either a @value, an @id, or extensions
Class TStructureDefinition A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types. If the element is present, it must have either a @value, an @id, or extensions
Class TStructureDefinitionMapping A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.
Class TStructureDefinitionMappingArray  
Class TStructureDefinitionSnapshot A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.
Class TStructureDefinitionDifferential A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.
Class TStructureDefinitionKind Defines the type of structure that a definition is describing. If the element is present, it must have either a @value, an @id, or extensions
Class TTypeDerivationRule How a type relates to its baseDefinition. If the element is present, it must have either a @value, an @id, or extensions
Class TExtensionContext How an extension context is interpreted. If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMap A Map of relationships between 2 structures that can be used to transform data. If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapStructure A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapStructureArray  
Class TStructureMapGroup A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapGroupArray  
Class TStructureMapInput A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapInputArray  
Class TStructureMapRule A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapRuleArray  
Class TStructureMapSource A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapSourceArray  
Class TStructureMapTarget A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapTargetArray  
Class TStructureMapParameter A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapParameterArray  
Class TStructureMapDependent A Map of relationships between 2 structures that can be used to transform data.
Class TStructureMapDependentArray  
Class TStructureMapInputMode Mode for this instance of data If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapContextType How to interpret the context If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapTargetListMode If field is a list, how to manage the production If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapTargetListModeArray  
Class TStructureMapTransform How data is copied/created If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapSourceListMode If field is a list, how to manage the source If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapGroupTypeMode If this is the default rule set to apply for the source type, or this combination of types If the element is present, it must have either a @value, an @id, or extensions
Class TStructureMapModelMode How the referenced structure is used in this mapping If the element is present, it must have either a @value, an @id, or extensions
Class TSubscription The subscription resource is used to define a push based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system is able to take an appropriate action. If the element is present, it must have either a @value, an @id, or extensions
Class TSubscriptionChannel The subscription resource is used to define a push based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined "channel" so that another system is able to take an appropriate action.
Class TSubscriptionStatus The status of a subscription. If the element is present, it must have either a @value, an @id, or extensions
Class TSubscriptionChannelType The type of method used to execute a subscription. If the element is present, it must have either a @value, an @id, or extensions
Class TSubstance A homogeneous material with a definite composition. If the element is present, it must have either a @value, an @id, or extensions
Class TSubstanceInstance A homogeneous material with a definite composition.
Class TSubstanceInstanceArray  
Class TSubstanceIngredient A homogeneous material with a definite composition.
Class TSubstanceIngredientArray  
Class TFHIRSubstanceStatus A code to indicate if the substance is actively used If the element is present, it must have either a @value, an @id, or extensions
Class TSupplyDelivery Record of delivery of what is supplied. If the element is present, it must have either a @value, an @id, or extensions
Class TSupplyDeliverySuppliedItem Record of delivery of what is supplied.
Class TSupplyDeliveryStatus Status of the supply delivery. If the element is present, it must have either a @value, an @id, or extensions
Class TSupplyRequest A record of a request for a medication, substance or device used in the healthcare setting. If the element is present, it must have either a @value, an @id, or extensions
Class TSupplyRequestOrderedItem A record of a request for a medication, substance or device used in the healthcare setting.
Class TSupplyRequestRequester A record of a request for a medication, substance or device used in the healthcare setting.
Class TSupplyRequestStatus Status of the supply request If the element is present, it must have either a @value, an @id, or extensions
Class TTask A task to be performed. If the element is present, it must have either a @value, an @id, or extensions
Class TTaskRequester A task to be performed.
Class TTaskRestriction A task to be performed.
Class TTaskInput A task to be performed.
Class TTaskInputArray  
Class TTaskOutput A task to be performed.
Class TTaskOutputArray  
Class TTaskStatus The current status of the task. If the element is present, it must have either a @value, an @id, or extensions
Class TTestReport A summary of information based on the results of executing a TestScript. If the element is present, it must have either a @value, an @id, or extensions
Class TTestReportParticipant A summary of information based on the results of executing a TestScript.
Class TTestReportParticipantArray  
Class TTestReportSetup A summary of information based on the results of executing a TestScript.
Class TTestReportAction A summary of information based on the results of executing a TestScript.
Class TTestReportActionArray  
Class TTestReportOperation A summary of information based on the results of executing a TestScript.
Class TTestReportAssert A summary of information based on the results of executing a TestScript.
Class TTestReportTest A summary of information based on the results of executing a TestScript.
Class TTestReportTestArray  
Class TTestReportAction1 A summary of information based on the results of executing a TestScript.
Class TTestReportAction1Array  
Class TTestReportTeardown A summary of information based on the results of executing a TestScript.
Class TTestReportAction2 A summary of information based on the results of executing a TestScript.
Class TTestReportAction2Array  
Class TTestReportStatus The current status of the test report. If the element is present, it must have either a @value, an @id, or extensions
Class TTestReportActionResult The results of executing an action. If the element is present, it must have either a @value, an @id, or extensions
Class TTestReportParticipantType The type of participant. If the element is present, it must have either a @value, an @id, or extensions
Class TTestReportResult The reported execution result. If the element is present, it must have either a @value, an @id, or extensions
Class TTestScript A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification. If the element is present, it must have either a @value, an @id, or extensions
Class TTestScriptOrigin A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptOriginArray  
Class TTestScriptDestination A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptDestinationArray  
Class TTestScriptMetadata A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptLink A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptLinkArray  
Class TTestScriptCapability A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptCapabilityArray  
Class TTestScriptFixture A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptFixtureArray  
Class TTestScriptVariable A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptVariableArray  
Class TTestScriptRule A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRuleArray  
Class TTestScriptParam A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptParamArray  
Class TTestScriptRuleset A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRulesetArray  
Class TTestScriptRule1 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRule1Array  
Class TTestScriptParam1 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptParam1Array  
Class TTestScriptSetup A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptAction A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptActionArray  
Class TTestScriptOperation A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRequestHeader A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRequestHeaderArray  
Class TTestScriptAssert A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRule2 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptParam2 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptParam2Array  
Class TTestScriptRuleset1 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRule3 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptRule3Array  
Class TTestScriptParam3 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptParam3Array  
Class TTestScriptTest A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptTestArray  
Class TTestScriptAction1 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptAction1Array  
Class TTestScriptTeardown A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptAction2 A structured set of tests against a FHIR server implementation to determine compliance against the FHIR specification.
Class TTestScriptAction2Array  
Class TFHIRDefinedType If the element is present, it must have either a @value, an @id, or extensions
Class TContentType The content or mime type. If the element is present, it must have either a @value, an @id, or extensions
Class TAssertionDirectionType The type of direction to use for assertion. If the element is present, it must have either a @value, an @id, or extensions
Class TAssertionOperatorType The type of operator to use for assertion. If the element is present, it must have either a @value, an @id, or extensions
Class TAssertionResponseTypes The type of response code to use for assertion. If the element is present, it must have either a @value, an @id, or extensions
Class TTestScriptRequestMethodCode The allowable request method or HTTP operation codes. If the element is present, it must have either a @value, an @id, or extensions
Class TValueSet A value set specifies a set of codes drawn from one or more code systems. If the element is present, it must have either a @value, an @id, or extensions
Class TValueSetCompose A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetInclude A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetIncludeArray  
Class TValueSetConcept A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetConceptArray  
Class TValueSetDesignation A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetDesignationArray  
Class TValueSetFilter A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetFilterArray  
Class TValueSetExpansion A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetParameter A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetParameterArray  
Class TValueSetContains A value set specifies a set of codes drawn from one or more code systems.
Class TValueSetContainsArray  
Class TVisionPrescription An authorization for the supply of glasses and/or contact lenses to a patient. If the element is present, it must have either a @value, an @id, or extensions
Class TVisionPrescriptionDispense An authorization for the supply of glasses and/or contact lenses to a patient.
Class TVisionPrescriptionDispenseArray  
Class TVisionBase A coded concept listing the base codes. If the element is present, it must have either a @value, an @id, or extensions
Class TVisionEyes A coded concept listing the eye codes. If the element is present, it must have either a @value, an @id, or extensions

Types

Tdateprimitive = string;
TdateTimeprimitive = string;
Tcodeprimitive = string;
Tstringprimitive = string;
Tintegerprimitive = integer;
Toidprimitive = string;
Turiprimitive = string;
Tuuidprimitive = string;
Tinstantprimitive = TDateTime;
Tbooleanprimitive = Boolean;
Tbase64Binaryprimitive = string;
TunsignedIntprimitive = Int64;
Tmarkdownprimitive = string;
Ttimeprimitive = TTime;
Tidprimitive = string;
TpositiveIntprimitive = Int64;
Tdecimalprimitive = Extended;
TNarrativeStatuslist = Tcodeprimitive;
TQuantityComparatorlist = Tcodeprimitive;
TIdentifierUselist = Tcodeprimitive;
TSampledDataDataTypeprimitive = string;
TAddressUselist = Tcodeprimitive;
TAddressTypelist = Tcodeprimitive;
TTriggerTypelist = Tcodeprimitive;
TContributorTypelist = Tcodeprimitive;
TRelatedArtifactTypelist = Tcodeprimitive;
TNameUselist = Tcodeprimitive;
TContactPointSystemlist = Tcodeprimitive;
TContactPointUselist = Tcodeprimitive;
TUnitsOfTimelist = Tcodeprimitive;
TEventTiminglist = Tcodeprimitive;
TPropertyRepresentationlist = Tcodeprimitive;
TConstraintSeveritylist = Tcodeprimitive;
TAggregationModelist = Tcodeprimitive;
TReferenceVersionRuleslist = Tcodeprimitive;
TSlicingRuleslist = Tcodeprimitive;
TBindingStrengthlist = Tcodeprimitive;
TDiscriminatorTypelist = Tcodeprimitive;
TPublicationStatuslist = Tcodeprimitive;
TSearchParamTypelist = Tcodeprimitive;
TAdministrativeGenderlist = Tcodeprimitive;
TRemittanceOutcomelist = Tcodeprimitive;
TNoteTypelist = Tcodeprimitive;
TConceptMapEquivalencelist = Tcodeprimitive;
TDocumentReferenceStatuslist = Tcodeprimitive;
TAccountStatuslist = Tcodeprimitive;
TActionParticipantTypelist = Tcodeprimitive;
TResourceTypelist = Tcodeprimitive;
TAdverseEventCausalitylist = Tcodeprimitive;
TAdverseEventCategorylist = Tcodeprimitive;
TAllergyIntoleranceCriticalitylist = Tcodeprimitive;
TAllergyIntoleranceTypelist = Tcodeprimitive;
TAllergyIntoleranceCategorylist = Tcodeprimitive;
TAllergyIntoleranceVerificationStatuslist = Tcodeprimitive;
TAllergyIntoleranceSeveritylist = Tcodeprimitive;
TAllergyIntoleranceClinicalStatuslist = Tcodeprimitive;
TParticipantRequiredlist = Tcodeprimitive;
TAppointmentStatuslist = Tcodeprimitive;
TParticipationStatuslist = Tcodeprimitive;
TAuditEventOutcomelist = Tcodeprimitive;
TAuditEventActionlist = Tcodeprimitive;
TAuditEventAgentNetworkTypelist = Tcodeprimitive;
THTTPVerblist = Tcodeprimitive;
TBundleTypelist = Tcodeprimitive;
TSearchEntryModelist = Tcodeprimitive;
TCapabilityStatementKindlist = Tcodeprimitive;
TEventCapabilityModelist = Tcodeprimitive;
TResourceVersionPolicylist = Tcodeprimitive;
TMessageSignificanceCategorylist = Tcodeprimitive;
TDocumentModelist = Tcodeprimitive;
TRestfulCapabilityModelist = Tcodeprimitive;
TUnknownContentCodelist = Tcodeprimitive;
TTypeRestfulInteractionlist = Tcodeprimitive;
TSystemRestfulInteractionlist = Tcodeprimitive;
TConditionalReadStatuslist = Tcodeprimitive;
TReferenceHandlingPolicylist = Tcodeprimitive;
TConditionalDeleteStatuslist = Tcodeprimitive;
TCarePlanStatuslist = Tcodeprimitive;
TCarePlanActivityStatuslist = Tcodeprimitive;
TCarePlanIntentlist = Tcodeprimitive;
TCareTeamStatuslist = Tcodeprimitive;
TChargeItemStatuslist = Tcodeprimitive;
TUselist = Tcodeprimitive;
TFinancialResourceStatusCodeslist = Tcodeprimitive;
TClinicalImpressionStatuslist = Tcodeprimitive;
TFilterOperatorlist = Tcodeprimitive;
TPropertyTypelist = Tcodeprimitive;
TCodeSystemHierarchyMeaninglist = Tcodeprimitive;
TCodeSystemContentModelist = Tcodeprimitive;
TEventStatuslist = Tcodeprimitive;
TRequestStatuslist = Tcodeprimitive;
TRequestPrioritylist = Tcodeprimitive;
TCompartmentTypelist = Tcodeprimitive;
TCompositionStatuslist = Tcodeprimitive;
TConfidentialityClassificationlist = Tcodeprimitive;
TDocumentRelationshipTypelist = Tcodeprimitive;
TCompositionAttestationModelist = Tcodeprimitive;
TListModelist = Tcodeprimitive;
TConceptMapGroupUnmappedModelist = Tcodeprimitive;
TConditionVerificationStatuslist = Tcodeprimitive;
TConditionClinicalStatusCodeslist = Tcodeprimitive;
TConsentDataMeaninglist = Tcodeprimitive;
TConsentStatelist = Tcodeprimitive;
TConsentExceptTypelist = Tcodeprimitive;
TContractResourceStatusCodeslist = Tcodeprimitive;
TDataElementStringencylist = Tcodeprimitive;
TObservationStatuslist = Tcodeprimitive;
TDetectedIssueSeveritylist = Tcodeprimitive;
TFHIRDeviceStatuslist = Tcodeprimitive;
TUDIEntryTypelist = Tcodeprimitive;
TMeasmntPrinciplelist = Tcodeprimitive;
TDeviceMetricCalibrationTypelist = Tcodeprimitive;
TDeviceMetricColorlist = Tcodeprimitive;
TDeviceMetricCalibrationStatelist = Tcodeprimitive;
TDeviceMetricOperationalStatuslist = Tcodeprimitive;
TDeviceMetricCategorylist = Tcodeprimitive;
TDeviceUseStatementStatuslist = Tcodeprimitive;
TDiagnosticReportStatuslist = Tcodeprimitive;
TEncounterLocationStatuslist = Tcodeprimitive;
TEncounterStatuslist = Tcodeprimitive;
TEndpointStatuslist = Tcodeprimitive;
TEpisodeOfCareStatuslist = Tcodeprimitive;
TSystemVersionProcessingModelist = Tcodeprimitive;
TExplanationOfBenefitStatuslist = Tcodeprimitive;
TFamilyHistoryStatuslist = Tcodeprimitive;
TFlagStatuslist = Tcodeprimitive;
TGoalStatuslist = Tcodeprimitive;
TGraphCompartmentRulelist = Tcodeprimitive;
TGroupTypelist = Tcodeprimitive;
TGuidanceResponseStatuslist = Tcodeprimitive;
TDaysOfWeeklist = Tcodeprimitive;
TInstanceAvailabilitylist = Tcodeprimitive;
TImmunizationStatusCodeslist = Tcodeprimitive;
TGuideDependencyTypelist = Tcodeprimitive;
TGuidePageKindlist = Tcodeprimitive;
TLinkageTypelist = Tcodeprimitive;
TListStatuslist = Tcodeprimitive;
TLocationModelist = Tcodeprimitive;
TLocationStatuslist = Tcodeprimitive;
TMeasureReportStatuslist = Tcodeprimitive;
TMeasureReportTypelist = Tcodeprimitive;
TDigitalMediaTypelist = Tcodeprimitive;
TMedicationStatuslist = Tcodeprimitive;
TMedicationAdministrationStatuslist = Tcodeprimitive;
TMedicationDispenseStatuslist = Tcodeprimitive;
TMedicationRequestStatuslist = Tcodeprimitive;
TMedicationRequestPrioritylist = Tcodeprimitive;
TMedicationRequestIntentlist = Tcodeprimitive;
TMedicationStatementStatuslist = Tcodeprimitive;
TMedicationStatementTakenlist = Tcodeprimitive;
TResponseTypelist = Tcodeprimitive;
TNamingSystemIdentifierTypelist = Tcodeprimitive;
TNamingSystemTypelist = Tcodeprimitive;
TNutritionOrderStatuslist = Tcodeprimitive;
TObservationRelationshipTypelist = Tcodeprimitive;
TFHIRAllTypeslist = Tcodeprimitive;
TOperationParameterUselist = Tcodeprimitive;
TOperationKindlist = Tcodeprimitive;
TIssueTypelist = Tcodeprimitive;
TIssueSeveritylist = Tcodeprimitive;
TLinkTypelist = Tcodeprimitive;
TIdentityAssuranceLevellist = Tcodeprimitive;
TActionRequiredBehaviorlist = Tcodeprimitive;
TActionRelationshipTypelist = Tcodeprimitive;
TActionGroupingBehaviorlist = Tcodeprimitive;
TActionSelectionBehaviorlist = Tcodeprimitive;
TActionCardinalityBehaviorlist = Tcodeprimitive;
TActionPrecheckBehaviorlist = Tcodeprimitive;
TActionConditionKindlist = Tcodeprimitive;
TRequestIntentlist = Tcodeprimitive;
TActionListlist = Tcodeprimitive;
TProvenanceEntityRolelist = Tcodeprimitive;
TQuestionnaireItemTypelist = Tcodeprimitive;
TQuestionnaireResponseStatuslist = Tcodeprimitive;
TResearchStudyStatuslist = Tcodeprimitive;
TResearchSubjectStatuslist = Tcodeprimitive;
TXPathUsageTypelist = Tcodeprimitive;
TSearchModifierCodelist = Tcodeprimitive;
TSearchComparatorlist = Tcodeprimitive;
TrepositoryTypelist = Tcodeprimitive;
TqualityTypelist = Tcodeprimitive;
TSlotStatuslist = Tcodeprimitive;
TSpecimenStatuslist = Tcodeprimitive;
TStructureDefinitionKindlist = Tcodeprimitive;
TTypeDerivationRulelist = Tcodeprimitive;
TExtensionContextlist = Tcodeprimitive;
TStructureMapInputModelist = Tcodeprimitive;
TStructureMapContextTypelist = Tcodeprimitive;
TStructureMapTargetListModelist = Tcodeprimitive;
TStructureMapTransformlist = Tcodeprimitive;
TStructureMapSourceListModelist = Tcodeprimitive;
TStructureMapGroupTypeModelist = Tcodeprimitive;
TStructureMapModelModelist = Tcodeprimitive;
TSubscriptionStatuslist = Tcodeprimitive;
TSubscriptionChannelTypelist = Tcodeprimitive;
TFHIRSubstanceStatuslist = Tcodeprimitive;
TSupplyDeliveryStatuslist = Tcodeprimitive;
TSupplyRequestStatuslist = Tcodeprimitive;
TTaskStatuslist = Tcodeprimitive;
TTestReportStatuslist = Tcodeprimitive;
TTestReportActionResultlist = Tcodeprimitive;
TTestReportParticipantTypelist = Tcodeprimitive;
TTestReportResultlist = Tcodeprimitive;
TFHIRDefinedTypelist = Tcodeprimitive;
TContentTypelist = Tcodeprimitive;
TAssertionDirectionTypelist = Tcodeprimitive;
TAssertionOperatorTypelist = Tcodeprimitive;
TAssertionResponseTypeslist = Tcodeprimitive;
TTestScriptRequestMethodCodelist = Tcodeprimitive;
TVisionBaselist = Tcodeprimitive;
TVisionEyeslist = Tcodeprimitive;

Description

Types

Tdateprimitive = string;
 
TdateTimeprimitive = string;
 
Tcodeprimitive = string;
 
Tstringprimitive = string;
 
Tintegerprimitive = integer;
 
Toidprimitive = string;
 
Turiprimitive = string;
 
Tuuidprimitive = string;
 
Tinstantprimitive = TDateTime;
 
Tbooleanprimitive = Boolean;
 
Tbase64Binaryprimitive = string;
 
TunsignedIntprimitive = Int64;
 
Tmarkdownprimitive = string;
 
Ttimeprimitive = TTime;
 
Tidprimitive = string;
 
TpositiveIntprimitive = Int64;
 
Tdecimalprimitive = Extended;
 
TNarrativeStatuslist = Tcodeprimitive;

  • generated : Generated

  • extensions : Extensions

  • additional : Additional

  • empty : Empty

TQuantityComparatorlist = Tcodeprimitive;

  • < : Less than

  • <= : Less or Equal to

  • >= : Greater or Equal to

  • > : Greater than

TIdentifierUselist = Tcodeprimitive;

  • usual : Usual

  • official : Official

  • temp : Temp

  • secondary : Secondary

TSampledDataDataTypeprimitive = string;
 
TAddressUselist = Tcodeprimitive;

  • home : Home

  • work : Work

  • temp : Temporary

  • old : Old / Incorrect

TAddressTypelist = Tcodeprimitive;

  • postal : Postal

  • physical : Physical

  • both : Postal & Physical

TTriggerTypelist = Tcodeprimitive;

  • named-event : Named Event

  • periodic : Periodic

  • data-added : Data Added

  • data-modified : Data Modified

  • data-removed : Data Removed

  • data-accessed : Data Accessed

  • data-access-ended : Data Access Ended

TContributorTypelist = Tcodeprimitive;

  • author : Author

  • editor : Editor

  • reviewer : Reviewer

  • endorser : Endorser

TRelatedArtifactTypelist = Tcodeprimitive;

  • documentation : Documentation

  • justification : Justification

  • citation : Citation

  • predecessor : Predecessor

  • successor : Successor

  • derived-from : Derived From

  • depends-on : Depends On

  • composed-of : Composed Of

TNameUselist = Tcodeprimitive;

  • usual : Usual

  • official : Official

  • temp : Temp

  • nickname : Nickname

  • anonymous : Anonymous

  • old : Old

  • maiden : Name changed for Marriage

TContactPointSystemlist = Tcodeprimitive;

  • phone : Phone

  • fax : Fax

  • email : Email

  • pager : Pager

  • url : URL

  • sms : SMS

  • other : Other

TContactPointUselist = Tcodeprimitive;

  • home : Home

  • work : Work

  • temp : Temp

  • old : Old

  • mobile : Mobile

TUnitsOfTimelist = Tcodeprimitive;

  • s : ?

  • min : ??

  • h : ??

  • d : ?

  • wk : ??

  • mo : ?

  • a : ?

TEventTiminglist = Tcodeprimitive;

  • MORN : Morning

  • AFT : Afternoon

  • EVE : Evening

  • NIGHT : Night

  • PHS : After Sleep

  • HS : HS

  • WAKE : WAKE

  • C : C

  • CM : CM

  • CD : CD

  • CV : CV

  • AC : AC

  • ACM : ACM

  • ACD : ACD

  • ACV : ACV

  • PC : PC

  • PCM : PCM

  • PCD : PCD

  • PCV : PCV

TPropertyRepresentationlist = Tcodeprimitive;

  • xmlAttr : XML Attribute

  • xmlText : XML Text

  • typeAttr : Type Attribute

  • cdaText : CDA Text Format

  • xhtml : XHTML

TConstraintSeveritylist = Tcodeprimitive;

  • error : Error

  • warning : Warning

TAggregationModelist = Tcodeprimitive;

  • contained : Contained

  • referenced : Referenced

  • bundled : Bundled

TReferenceVersionRuleslist = Tcodeprimitive;

  • either : Either Specific or independent

  • independent : Version independent

  • specific : Version Specific

TSlicingRuleslist = Tcodeprimitive;

  • closed : Closed

  • open : Open

  • openAtEnd : Open at End

TBindingStrengthlist = Tcodeprimitive;

  • required : Required

  • extensible : Extensible

  • preferred : Preferred

  • example : Example

TDiscriminatorTypelist = Tcodeprimitive;

  • value : Value

  • exists : Exists

  • pattern : Pattern

  • type : Type

  • profile : Profile

TPublicationStatuslist = Tcodeprimitive;

  • draft : Draft.????????.ontwerp

  • active : Active.????????.actief

  • retired : Retired.??????.verouderd

  • unknown : Unknown

TSearchParamTypelist = Tcodeprimitive;

  • number : Number

  • date : Date/DateTime

  • string : String

  • token : Token

  • reference : Reference

  • composite : Composite

  • quantity : Quantity

  • uri : URI

TAdministrativeGenderlist = Tcodeprimitive;

  • male : Male

  • female : Female

  • other : Other

  • unknown : Unknown

TRemittanceOutcomelist = Tcodeprimitive;

  • complete : Processing Complete

  • error : Error

  • partial : Partial Processing

TNoteTypelist = Tcodeprimitive;

  • display : Display

  • print : Print (Form)

  • printoper : Print (Operator)

TConceptMapEquivalencelist = Tcodeprimitive;

  • relatedto : Related To

  • equivalent : Equivalent

  • equal : Equal

  • wider : Wider

  • subsumes : Subsumes

  • narrower : Narrower

  • specializes : Specializes

  • inexact : Inexact

  • unmatched : Unmatched

  • disjoint : Disjoint

TDocumentReferenceStatuslist = Tcodeprimitive;

  • current : Current

  • superseded : Superseded

  • entered-in-error : Entered in Error

TAccountStatuslist = Tcodeprimitive;

  • active : Active

  • inactive : Inactive

  • entered-in-error : Entered in error

TActionParticipantTypelist = Tcodeprimitive;

  • patient : Patient

  • practitioner : Practitioner

  • related-person : Related Person

TResourceTypelist = Tcodeprimitive;

  • Account : Account

  • ActivityDefinition : ActivityDefinition

  • AdverseEvent : AdverseEvent

  • AllergyIntolerance : AllergyIntolerance

  • Appointment : Appointment

  • AppointmentResponse : AppointmentResponse

  • AuditEvent : AuditEvent

  • Basic : Basic

  • Binary : Binary

  • BodySite : BodySite

  • Bundle : Bundle

  • CapabilityStatement : CapabilityStatement

  • CarePlan : CarePlan

  • CareTeam : CareTeam

  • ChargeItem : ChargeItem

  • Claim : Claim

  • ClaimResponse : ClaimResponse

  • ClinicalImpression : ClinicalImpression

  • CodeSystem : CodeSystem

  • Communication : Communication

  • CommunicationRequest : CommunicationRequest

  • CompartmentDefinition : CompartmentDefinition

  • Composition : Composition

  • ConceptMap : ConceptMap

  • Condition : Condition

  • Consent : Consent

  • Contract : Contract

  • Coverage : Coverage

  • DataElement : DataElement

  • DetectedIssue : DetectedIssue

  • Device : Device

  • DeviceComponent : DeviceComponent

  • DeviceMetric : DeviceMetric

  • DeviceRequest : DeviceRequest

  • DeviceUseStatement : DeviceUseStatement

  • DiagnosticReport : DiagnosticReport

  • DocumentManifest : DocumentManifest

  • DocumentReference : DocumentReference

  • DomainResource : DomainResource

  • EligibilityRequest : EligibilityRequest

  • EligibilityResponse : EligibilityResponse

  • Encounter : Encounter

  • Endpoint : Endpoint

  • EnrollmentRequest : EnrollmentRequest

  • EnrollmentResponse : EnrollmentResponse

  • EpisodeOfCare : EpisodeOfCare

  • ExpansionProfile : ExpansionProfile

  • ExplanationOfBenefit : ExplanationOfBenefit

  • FamilyMemberHistory : FamilyMemberHistory

  • Flag : Flag

  • Goal : Goal

  • GraphDefinition : GraphDefinition

  • Group : Group

  • GuidanceResponse : GuidanceResponse

  • HealthcareService : HealthcareService

  • ImagingManifest : ImagingManifest

  • ImagingStudy : ImagingStudy

  • Immunization : Immunization

  • ImmunizationRecommendation : ImmunizationRecommendation

  • ImplementationGuide : ImplementationGuide

  • Library : Library

  • Linkage : Linkage

  • List : List

  • Location : Location

  • Measure : Measure

  • MeasureReport : MeasureReport

  • Media : Media

  • Medication : Medication

  • MedicationAdministration : MedicationAdministration

  • MedicationDispense : MedicationDispense

  • MedicationRequest : MedicationRequest

  • MedicationStatement : MedicationStatement

  • MessageDefinition : MessageDefinition

  • MessageHeader : MessageHeader

  • NamingSystem : NamingSystem

  • NutritionOrder : NutritionOrder

  • Observation : Observation

  • OperationDefinition : OperationDefinition

  • OperationOutcome : OperationOutcome

  • Organization : Organization

  • Parameters : Parameters

  • Patient : Patient

  • PaymentNotice : PaymentNotice

  • PaymentReconciliation : PaymentReconciliation

  • Person : Person

  • PlanDefinition : PlanDefinition

  • Practitioner : Practitioner

  • PractitionerRole : PractitionerRole

  • Procedure : Procedure

  • ProcedureRequest : ProcedureRequest

  • ProcessRequest : ProcessRequest

  • ProcessResponse : ProcessResponse

  • Provenance : Provenance

  • Questionnaire : Questionnaire

  • QuestionnaireResponse : QuestionnaireResponse

  • ReferralRequest : ReferralRequest

  • RelatedPerson : RelatedPerson

  • RequestGroup : RequestGroup

  • ResearchStudy : ResearchStudy

  • ResearchSubject : ResearchSubject

  • Resource : Resource

  • RiskAssessment : RiskAssessment

  • Schedule : Schedule

  • SearchParameter : SearchParameter

  • Sequence : Sequence

  • ServiceDefinition : ServiceDefinition

  • Slot : Slot

  • Specimen : Specimen

  • StructureDefinition : StructureDefinition

  • StructureMap : StructureMap

  • Subscription : Subscription

  • Substance : Substance

  • SupplyDelivery : SupplyDelivery

  • SupplyRequest : SupplyRequest

  • Task : Task

  • TestReport : TestReport

  • TestScript : TestScript

  • ValueSet : ValueSet

  • VisionPrescription : VisionPrescription

TAdverseEventCausalitylist = Tcodeprimitive;

  • causality1 : causality1 placeholder

  • causality2 : causality2 placeholder

TAdverseEventCategorylist = Tcodeprimitive;

  • AE : Adverse Event

  • PAE : Potential Adverse Event

TAllergyIntoleranceCriticalitylist = Tcodeprimitive;

  • low : Low Risk

  • high : High Risk

  • unable-to-assess : Unable to Assess Risk

TAllergyIntoleranceTypelist = Tcodeprimitive;

  • allergy : Allergy

  • intolerance : Intolerance

TAllergyIntoleranceCategorylist = Tcodeprimitive;

  • food : Food

  • medication : Medication

  • environment : Environment

  • biologic : Biologic

TAllergyIntoleranceVerificationStatuslist = Tcodeprimitive;

  • unconfirmed : Unconfirmed

  • confirmed : Confirmed

  • refuted : Refuted

  • entered-in-error : Entered In Error

TAllergyIntoleranceSeveritylist = Tcodeprimitive;

  • mild : Mild

  • moderate : Moderate

  • severe : Severe

TAllergyIntoleranceClinicalStatuslist = Tcodeprimitive;

  • active : Active

  • inactive : Inactive

  • resolved : Resolved

TParticipantRequiredlist = Tcodeprimitive;

  • required : Required

  • optional : Optional

  • information-only : Information Only

TAppointmentStatuslist = Tcodeprimitive;

  • proposed : Proposed

  • pending : Pending

  • booked : Booked

  • arrived : Arrived

  • fulfilled : Fulfilled

  • cancelled : Cancelled

  • noshow : No Show

  • entered-in-error : Entered in error

TParticipationStatuslist = Tcodeprimitive;

  • accepted : Accepted

  • declined : Declined

  • tentative : Tentative

  • needs-action : Needs Action

TAuditEventOutcomelist = Tcodeprimitive;

  • 0 : Success

  • 4 : Minor failure

  • 8 : Serious failure

  • 12 : Major failure

TAuditEventActionlist = Tcodeprimitive;

  • C : Create

  • R : Read/View/Print

  • U : Update

  • D : Delete

  • E : Execute

TAuditEventAgentNetworkTypelist = Tcodeprimitive;

  • 1 : Machine Name

  • 2 : IP Address

  • 3 : Telephone Number

  • 4 : Email address

  • 5 : URI

THTTPVerblist = Tcodeprimitive;

  • GET : GET

  • POST : POST

  • PUT : PUT

  • DELETE : DELETE

TBundleTypelist = Tcodeprimitive;

  • document : Document

  • message : Message

  • transaction : Transaction

  • transaction-response : Transaction Response

  • batch : Batch

  • batch-response : Batch Response

  • history : History List

  • searchset : Search Results

  • collection : Collection

TSearchEntryModelist = Tcodeprimitive;

  • match : Match

  • include : Include

  • outcome : Outcome

TCapabilityStatementKindlist = Tcodeprimitive;

  • instance : Instance

  • capability : Capability

  • requirements : Requirements

TEventCapabilityModelist = Tcodeprimitive;

  • sender : Sender

  • receiver : Receiver

TResourceVersionPolicylist = Tcodeprimitive;

  • no-version : No VersionId Support

  • versioned : Versioned

  • versioned-update : VersionId tracked fully

TMessageSignificanceCategorylist = Tcodeprimitive;

  • Consequence : Consequence

  • Currency : Currency

  • Notification : Notification

TDocumentModelist = Tcodeprimitive;

  • producer : Producer

  • consumer : Consumer

TRestfulCapabilityModelist = Tcodeprimitive;

  • client : Client

  • server : Server

TUnknownContentCodelist = Tcodeprimitive;

  • no : Neither Elements or Extensions

  • extensions : Unknown Extensions

  • elements : Unknown Elements

  • both : Unknown Elements and Extensions

TTypeRestfulInteractionlist = Tcodeprimitive;

  • read : read

  • vread : vread

  • update : update

  • patch : patch

  • delete : delete

  • history-instance : history-instance

  • history-type : history-type

  • create : create

  • search-type : search-type

TSystemRestfulInteractionlist = Tcodeprimitive;

  • transaction : transaction

  • batch : batch

  • search-system : search-system

  • history-system : history-system

TConditionalReadStatuslist = Tcodeprimitive;

  • not-supported : Not Supported

  • modified-since : If-Modified-Since

  • not-match : If-None-Match

  • full-support : Full Support

TReferenceHandlingPolicylist = Tcodeprimitive;

  • literal : Literal References

  • logical : Logical References

  • resolves : Resolves References

  • enforced : Reference Integrity Enforced

  • local : Local References Only

TConditionalDeleteStatuslist = Tcodeprimitive;

  • not-supported : Not Supported

  • single : Single Deletes Supported

  • multiple : Multiple Deletes Supported

TCarePlanStatuslist = Tcodeprimitive;

  • draft : Pending

  • active : Active

  • suspended : Suspended

  • completed : Completed

  • entered-in-error : Entered In Error

  • cancelled : Cancelled

  • unknown : Unknown

TCarePlanActivityStatuslist = Tcodeprimitive;

  • not-started : Not Started

  • scheduled : Scheduled

  • in-progress : In Progress

  • on-hold : On Hold

  • completed : Completed

  • cancelled : Cancelled

  • unknown : Unknown

TCarePlanIntentlist = Tcodeprimitive;

  • proposal : Proposal

  • plan : Plan

  • order : Order

  • option : Option

TCareTeamStatuslist = Tcodeprimitive;

  • proposed : Proposed

  • active : Active

  • suspended : Suspended

  • inactive : Inactive

  • entered-in-error : Entered In Error

TChargeItemStatuslist = Tcodeprimitive;

  • planned : Planned

  • billable : Billable

  • not-billable : Not billable

  • aborted : Aborted

  • billed : Billed

  • entered-in-error : Entered in Error

  • unknown : Unknown

TUselist = Tcodeprimitive;

  • complete : Complete

  • proposed : Proposed

  • exploratory : Exploratory

  • other : Other

TFinancialResourceStatusCodeslist = Tcodeprimitive;

  • active : Active

  • cancelled : Cancelled

  • draft : Draft

  • entered-in-error : Entered in Error

TClinicalImpressionStatuslist = Tcodeprimitive;

  • draft : In progress

  • completed : Completed

  • entered-in-error : Entered in Error

TFilterOperatorlist = Tcodeprimitive;

  • = : Equals

  • is-a : Is A (by subsumption)

  • descendent-of : Descendent Of (by subsumption)

  • is-not-a : Not (Is A) (by subsumption)

  • regex : Regular Expression

  • in : In Set

  • not-in : Not in Set

  • generalizes : Generalizes (by Subsumption)

  • exists : Exists

TPropertyTypelist = Tcodeprimitive;

  • code : code (internal reference)

  • Coding : Coding (external reference)

  • string : string

  • integer : integer

  • boolean : boolean

  • dateTime : dateTime

TCodeSystemHierarchyMeaninglist = Tcodeprimitive;

  • grouped-by : Grouped By

  • is-a : Is-A

  • part-of : Part Of

  • classified-with : Classified With

TCodeSystemContentModelist = Tcodeprimitive;

  • not-present : Not Present

  • example : Example

  • fragment : Fragment

  • complete : Complete

TEventStatuslist = Tcodeprimitive;

  • preparation : Preparation

  • in-progress : In Progress

  • suspended : Suspended

  • aborted : Aborted

  • completed : Completed

  • entered-in-error : Entered in Error

  • unknown : Unknown

TRequestStatuslist = Tcodeprimitive;

  • draft : Draft

  • active : Active

  • suspended : Suspended

  • cancelled : Cancelled

  • completed : Completed

  • entered-in-error : Entered in Error

  • unknown : Unknown

TRequestPrioritylist = Tcodeprimitive;

  • routine : Routine

  • urgent : Urgent

  • asap : ASAP

  • stat : STAT

TCompartmentTypelist = Tcodeprimitive;

  • Patient : Patient

  • Encounter : Encounter

  • RelatedPerson : RelatedPerson

  • Practitioner : Practitioner

  • Device : Device

TCompositionStatuslist = Tcodeprimitive;

  • preliminary : Preliminary

  • final : Final

  • amended : Amended

  • entered-in-error : Entered in Error

TConfidentialityClassificationlist = Tcodeprimitive;

  • U : unrestricted

  • L : low

  • M : moderate

  • N : normal

  • R : restricted

  • V : very restricted

TDocumentRelationshipTypelist = Tcodeprimitive;

  • replaces : Replaces

  • transforms : Transforms

  • signs : Signs

  • appends : Appends

TCompositionAttestationModelist = Tcodeprimitive;

  • personal : Personal

  • professional : Professional

  • legal : Legal

  • official : Official

TListModelist = Tcodeprimitive;

  • working : Working List

  • snapshot : Snapshot List

  • changes : Change List

TConceptMapGroupUnmappedModelist = Tcodeprimitive;

  • provided : Provided Code

  • fixed : Fixed Code

  • other-map : Other Map

TConditionVerificationStatuslist = Tcodeprimitive;

  • provisional : Provisional

  • differential : Differential

  • confirmed : Confirmed

  • refuted : Refuted

  • entered-in-error : Entered In Error

  • unknown : Unknown

TConditionClinicalStatusCodeslist = Tcodeprimitive;

  • active : Active

  • recurrence : Recurrence

  • inactive : Inactive

  • remission : Remission

  • resolved : Resolved

TConsentDataMeaninglist = Tcodeprimitive;

  • instance : Instance

  • related : Related

  • dependents : Dependents

  • authoredby : AuthoredBy

TConsentStatelist = Tcodeprimitive;

  • draft : Pending

  • proposed : Proposed

  • active : Active

  • rejected : Rejected

  • inactive : Inactive

  • entered-in-error : Entered in Error

TConsentExceptTypelist = Tcodeprimitive;

  • deny : Opt Out

  • permit : Opt In

TContractResourceStatusCodeslist = Tcodeprimitive;

  • amended : Amended

  • appended : Appended

  • cancelled : Cancelled

  • disputed : Disputed

  • entered-in-error : Entered in Error

  • executable : Executable

  • executed : Executed

  • negotiable : Negotiable

  • offered : Offered

  • policy : Policy

  • rejected : Rejected

  • renewed : Renewed

  • revoked : Revoked

  • resolved : Resolved

  • terminated : Terminated

TDataElementStringencylist = Tcodeprimitive;

  • comparable : Comparable

  • fully-specified : Fully Specified

  • equivalent : Equivalent

  • convertable : Convertable

  • scaleable : Scaleable

  • flexible : Flexible

TObservationStatuslist = Tcodeprimitive;

  • registered : Registered

  • preliminary : Preliminary

  • final : Final

  • amended : Amended

  • corrected : Corrected

  • cancelled : Cancelled

  • entered-in-error : Entered in Error

  • unknown : Unknown

TDetectedIssueSeveritylist = Tcodeprimitive;

  • high : High

  • moderate : Moderate

  • low : Low

TFHIRDeviceStatuslist = Tcodeprimitive;

  • active : Active

  • inactive : Inactive

  • entered-in-error : Entered in Error

  • unknown : Unknown

TUDIEntryTypelist = Tcodeprimitive;

  • barcode : BarCode

  • rfid : RFID

  • manual : Manual

  • card : Card

  • self-reported : Self Reported

  • unknown : Unknown

TMeasmntPrinciplelist = Tcodeprimitive;

  • other : MSP Other

  • chemical : MSP Chemical

  • electrical : MSP Electrical

  • impedance : MSP Impedance

  • nuclear : MSP Nuclear

  • optical : MSP Optical

  • thermal : MSP Thermal

  • biological : MSP Biological

  • mechanical : MSP Mechanical

  • acoustical : MSP Acoustical

  • manual : MSP Manual

TDeviceMetricCalibrationTypelist = Tcodeprimitive;

  • unspecified : Unspecified

  • offset : Offset

  • gain : Gain

  • two-point : Two Point

TDeviceMetricColorlist = Tcodeprimitive;

  • black : Color Black

  • red : Color Red

  • green : Color Green

  • yellow : Color Yellow

  • blue : Color Blue

  • magenta : Color Magenta

  • cyan : Color Cyan

  • white : Color White

TDeviceMetricCalibrationStatelist = Tcodeprimitive;

  • not-calibrated : Not Calibrated

  • calibration-required : Calibration Required

  • calibrated : Calibrated

  • unspecified : Unspecified

TDeviceMetricOperationalStatuslist = Tcodeprimitive;

  • on : On

  • off : Off

  • standby : Standby

  • entered-in-error : Entered In Error

TDeviceMetricCategorylist = Tcodeprimitive;

  • measurement : Measurement

  • setting : Setting

  • calculation : Calculation

  • unspecified : Unspecified

TDeviceUseStatementStatuslist = Tcodeprimitive;

  • active : Active

  • completed : Completed

  • entered-in-error : Entered in Error

  • intended : Intended

  • stopped : Stopped

  • on-hold : On Hold

TDiagnosticReportStatuslist = Tcodeprimitive;

  • registered : Registered

  • partial : Partial

  • preliminary : Preliminary

  • final : Final

  • amended : Amended

  • corrected : Corrected

  • appended : Appended

  • cancelled : Cancelled

  • entered-in-error : Entered in Error

  • unknown : Unknown

TEncounterLocationStatuslist = Tcodeprimitive;

  • planned : Planned

  • active : Active

  • reserved : Reserved

  • completed : Completed

TEncounterStatuslist = Tcodeprimitive;

  • planned : Planned

  • arrived : Arrived

  • triaged : Triaged

  • in-progress : In Progress

  • onleave : On Leave

  • finished : Finished

  • cancelled : Cancelled

  • entered-in-error : Entered in Error

  • unknown : Unknown

TEndpointStatuslist = Tcodeprimitive;

  • active : Active

  • suspended : Suspended

  • error : Error

  • off : Off

  • entered-in-error : Entered in error

  • test : Test

TEpisodeOfCareStatuslist = Tcodeprimitive;

  • planned : Planned

  • waitlist : Waitlist

  • active : Active

  • onhold : On Hold

  • finished : Finished

  • cancelled : Cancelled

  • entered-in-error : Entered in Error

TSystemVersionProcessingModelist = Tcodeprimitive;

  • default : Default Version

  • check : Check ValueSet Version

  • override : Override ValueSet Version

TExplanationOfBenefitStatuslist = Tcodeprimitive;

  • active : Active

  • cancelled : Cancelled

  • draft : Draft

  • entered-in-error : Entered In Error

TFamilyHistoryStatuslist = Tcodeprimitive;

  • partial : Partial

  • completed : Completed

  • entered-in-error : Entered in error

  • health-unknown : Health unknown

TFlagStatuslist = Tcodeprimitive;

  • active : Active

  • inactive : Inactive

  • entered-in-error : Entered in Error

TGoalStatuslist = Tcodeprimitive;

  • proposed : Proposed

  • accepted : Accepted

  • planned : Planned

  • in-progress : In Progress

  • on-target : On Target

  • ahead-of-target : Ahead of Target

  • behind-target : Behind Target

  • sustaining : Sustaining

  • achieved : Achieved

  • on-hold : On Hold

  • cancelled : Cancelled

  • entered-in-error : Entered In Error

  • rejected : Rejected

TGraphCompartmentRulelist = Tcodeprimitive;

  • identical : Identical

  • matching : Matching

  • different : Different

  • custom : Custom

TGroupTypelist = Tcodeprimitive;

  • person : Person

  • animal : Animal

  • practitioner : Practitioner

  • device : Device

  • medication : Medication

  • substance : Substance

TGuidanceResponseStatuslist = Tcodeprimitive;

  • success : Success

  • data-requested : Data Requested

  • data-required : Data Required

  • in-progress : In Progress

  • failure : Failure

  • entered-in-error : Entered In Error

TDaysOfWeeklist = Tcodeprimitive;

  • mon : Monday

  • tue : Tuesday

  • wed : Wednesday

  • thu : Thursday

  • fri : Friday

  • sat : Saturday

  • sun : Sunday

TInstanceAvailabilitylist = Tcodeprimitive;

  • ONLINE : Online

  • OFFLINE : Offline

  • NEARLINE : Nearline

  • UNAVAILABLE : Unavailable

TImmunizationStatusCodeslist = Tcodeprimitive;

  • completed : Completed

  • entered-in-error : Entered in Error

TGuideDependencyTypelist = Tcodeprimitive;

  • reference : Reference

  • inclusion : Inclusion

TGuidePageKindlist = Tcodeprimitive;

  • page : Page

  • example : Example

  • list : List

  • include : Include

  • directory : Directory

  • dictionary : Dictionary

  • toc : Table Of Contents

  • resource : Resource

TLinkageTypelist = Tcodeprimitive;

  • source : Source of truth

  • alternate : Alternate record

  • historical : Historical/obsolete record

TListStatuslist = Tcodeprimitive;

  • current : Current

  • retired : Retired

  • entered-in-error : Entered In Error

TLocationModelist = Tcodeprimitive;

  • instance : Instance

  • kind : Kind

TLocationStatuslist = Tcodeprimitive;

  • active : Active

  • suspended : Suspended

  • inactive : Inactive

TMeasureReportStatuslist = Tcodeprimitive;

  • complete : Complete

  • pending : Pending

  • error : Error

TMeasureReportTypelist = Tcodeprimitive;

  • individual : Individual

  • patient-list : Patient List

  • summary : Summary

TDigitalMediaTypelist = Tcodeprimitive;

  • photo : Photo

  • video : Video

  • audio : Audio

TMedicationStatuslist = Tcodeprimitive;

  • active : Active

  • inactive : Inactive

  • entered-in-error : Entered in Error

TMedicationAdministrationStatuslist = Tcodeprimitive;

  • in-progress : In Progress

  • on-hold : On Hold

  • completed : Completed

  • entered-in-error : Entered in Error

  • stopped : Stopped

  • unknown : Unknown

TMedicationDispenseStatuslist = Tcodeprimitive;

  • preparation : Preparation

  • in-progress : In Progress

  • on-hold : On Hold

  • completed : Completed

  • entered-in-error : Entered in-Error

  • stopped : Stopped

TMedicationRequestStatuslist = Tcodeprimitive;

  • active : Active

  • on-hold : On Hold

  • cancelled : Cancelled

  • completed : Completed

  • entered-in-error : Entered In Error

  • stopped : Stopped

  • draft : Draft

  • unknown : Unknown

TMedicationRequestPrioritylist = Tcodeprimitive;

  • routine : Routine

  • urgent : Urgent

  • stat : Stat

  • asap : ASAP

TMedicationRequestIntentlist = Tcodeprimitive;

  • proposal : Proposal

  • plan : Plan

  • order : Order

  • instance-order : Instance Order

TMedicationStatementStatuslist = Tcodeprimitive;

  • active : Active

  • completed : Completed

  • entered-in-error : Entered in Error

  • intended : Intended

  • stopped : Stopped

  • on-hold : On Hold

TMedicationStatementTakenlist = Tcodeprimitive;

  • y : Yes

  • n : No

  • unk : Unknown

  • na : Not Applicable

TResponseTypelist = Tcodeprimitive;

  • ok : OK

  • transient-error : Transient Error

  • fatal-error : Fatal Error

TNamingSystemIdentifierTypelist = Tcodeprimitive;

  • oid : OID

  • uuid : UUID

  • uri : URI

  • other : Other

TNamingSystemTypelist = Tcodeprimitive;

  • codesystem : Code System

  • identifier : Identifier

  • root : Root

TNutritionOrderStatuslist = Tcodeprimitive;

  • proposed : Proposed

  • draft : Draft

  • planned : Planned

  • requested : Requested

  • active : Active

  • on-hold : On-Hold

  • completed : Completed

  • cancelled : Cancelled

  • entered-in-error : Entered in Error

TObservationRelationshipTypelist = Tcodeprimitive;

  • has-member : Has Member

  • derived-from : Derived From

  • sequel-to : Sequel To

  • replaces : Replaces

  • qualified-by : Qualified By

  • interfered-by : Interfered By

TFHIRAllTypeslist = Tcodeprimitive;

  • Address : Address

  • Age : Age

  • Annotation : Annotation

  • Attachment : Attachment

  • BackboneElement : BackboneElement

  • CodeableConcept : CodeableConcept

  • Coding : Coding

  • ContactDetail : ContactDetail

  • ContactPoint : ContactPoint

  • Contributor : Contributor

  • Count : Count

  • DataRequirement : DataRequirement

  • Distance : Distance

  • Dosage : Dosage

  • Duration : Duration

  • Element : Element

  • ElementDefinition : ElementDefinition

  • Extension : Extension

  • HumanName : HumanName

  • Identifier : Identifier

  • Meta : Meta

  • Money : Money

  • Narrative : Narrative

  • ParameterDefinition : ParameterDefinition

  • Period : Period

  • Quantity : Quantity

  • Range : Range

  • Ratio : Ratio

  • Reference : Reference

  • RelatedArtifact : RelatedArtifact

  • SampledData : SampledData

  • Signature : Signature

  • SimpleQuantity : SimpleQuantity

  • Timing : Timing

  • TriggerDefinition : TriggerDefinition

  • UsageContext : UsageContext

  • base64Binary : base64Binary

  • boolean : boolean

  • code : code

  • date : date

  • dateTime : dateTime

  • decimal : decimal

  • id : id

  • instant : instant

  • integer : integer

  • markdown : markdown

  • oid : oid

  • positiveInt : positiveInt

  • string : string

  • time : time

  • unsignedInt : unsignedInt

  • uri : uri

  • uuid : uuid

  • xhtml : XHTML

  • Account : Account

  • ActivityDefinition : ActivityDefinition

  • AdverseEvent : AdverseEvent

  • AllergyIntolerance : AllergyIntolerance

  • Appointment : Appointment

  • AppointmentResponse : AppointmentResponse

  • AuditEvent : AuditEvent

  • Basic : Basic

  • Binary : Binary

  • BodySite : BodySite

  • Bundle : Bundle

  • CapabilityStatement : CapabilityStatement

  • CarePlan : CarePlan

  • CareTeam : CareTeam

  • ChargeItem : ChargeItem

  • Claim : Claim

  • ClaimResponse : ClaimResponse

  • ClinicalImpression : ClinicalImpression

  • CodeSystem : CodeSystem

  • Communication : Communication

  • CommunicationRequest : CommunicationRequest

  • CompartmentDefinition : CompartmentDefinition

  • Composition : Composition

  • ConceptMap : ConceptMap

  • Condition : Condition

  • Consent : Consent

  • Contract : Contract

  • Coverage : Coverage

  • DataElement : DataElement

  • DetectedIssue : DetectedIssue

  • Device : Device

  • DeviceComponent : DeviceComponent

  • DeviceMetric : DeviceMetric

  • DeviceRequest : DeviceRequest

  • DeviceUseStatement : DeviceUseStatement

  • DiagnosticReport : DiagnosticReport

  • DocumentManifest : DocumentManifest

  • DocumentReference : DocumentReference

  • DomainResource : DomainResource

  • EligibilityRequest : EligibilityRequest

  • EligibilityResponse : EligibilityResponse

  • Encounter : Encounter

  • Endpoint : Endpoint

  • EnrollmentRequest : EnrollmentRequest

  • EnrollmentResponse : EnrollmentResponse

  • EpisodeOfCare : EpisodeOfCare

  • ExpansionProfile : ExpansionProfile

  • ExplanationOfBenefit : ExplanationOfBenefit

  • FamilyMemberHistory : FamilyMemberHistory

  • Flag : Flag

  • Goal : Goal

  • GraphDefinition : GraphDefinition

  • Group : Group

  • GuidanceResponse : GuidanceResponse

  • HealthcareService : HealthcareService

  • ImagingManifest : ImagingManifest

  • ImagingStudy : ImagingStudy

  • Immunization : Immunization

  • ImmunizationRecommendation : ImmunizationRecommendation

  • ImplementationGuide : ImplementationGuide

  • Library : Library

  • Linkage : Linkage

  • List : List

  • Location : Location

  • Measure : Measure

  • MeasureReport : MeasureReport

  • Media : Media

  • Medication : Medication

  • MedicationAdministration : MedicationAdministration

  • MedicationDispense : MedicationDispense

  • MedicationRequest : MedicationRequest

  • MedicationStatement : MedicationStatement

  • MessageDefinition : MessageDefinition

  • MessageHeader : MessageHeader

  • NamingSystem : NamingSystem

  • NutritionOrder : NutritionOrder

  • Observation : Observation

  • OperationDefinition : OperationDefinition

  • OperationOutcome : OperationOutcome

  • Organization : Organization

  • Parameters : Parameters

  • Patient : Patient

  • PaymentNotice : PaymentNotice

  • PaymentReconciliation : PaymentReconciliation

  • Person : Person

  • PlanDefinition : PlanDefinition

  • Practitioner : Practitioner

  • PractitionerRole : PractitionerRole

  • Procedure : Procedure

  • ProcedureRequest : ProcedureRequest

  • ProcessRequest : ProcessRequest

  • ProcessResponse : ProcessResponse

  • Provenance : Provenance

  • Questionnaire : Questionnaire

  • QuestionnaireResponse : QuestionnaireResponse

  • ReferralRequest : ReferralRequest

  • RelatedPerson : RelatedPerson

  • RequestGroup : RequestGroup

  • ResearchStudy : ResearchStudy

  • ResearchSubject : ResearchSubject

  • Resource : Resource

  • RiskAssessment : RiskAssessment

  • Schedule : Schedule

  • SearchParameter : SearchParameter

  • Sequence : Sequence

  • ServiceDefinition : ServiceDefinition

  • Slot : Slot

  • Specimen : Specimen

  • StructureDefinition : StructureDefinition

  • StructureMap : StructureMap

  • Subscription : Subscription

  • Substance : Substance

  • SupplyDelivery : SupplyDelivery

  • SupplyRequest : SupplyRequest

  • Task : Task

  • TestReport : TestReport

  • TestScript : TestScript

  • ValueSet : ValueSet

  • VisionPrescription : VisionPrescription

  • Type : Type

  • Any : Any

TOperationParameterUselist = Tcodeprimitive;

  • in : In

  • out : Out

TOperationKindlist = Tcodeprimitive;

  • operation : Operation

  • query : Query

TIssueTypelist = Tcodeprimitive;

  • invalid : Invalid Content

  • structure : Structural Issue

  • required : Required element missing

  • value : Element value invalid

  • invariant : Validation rule failed

  • security : Security Problem

  • login : Login Required

  • unknown : Unknown User

  • expired : Session Expired

  • forbidden : Forbidden

  • suppressed : Information Suppressed

  • processing : Processing Failure

  • not-supported : Content not supported

  • duplicate : Duplicate

  • not-found : Not Found

  • too-long : Content Too Long

  • code-invalid : Invalid Code

  • extension : Unacceptable Extension

  • too-costly : Operation Too Costly

  • business-rule : Business Rule Violation

  • conflict : Edit Version Conflict

  • incomplete : Incomplete Results

  • transient : Transient Issue

  • lock-error : Lock Error

  • no-store : No Store Available

  • exception : Exception

  • timeout : Timeout

  • throttled : Throttled

  • informational : Informational Note

TIssueSeveritylist = Tcodeprimitive;

  • fatal : Fatal

  • error : Error

  • warning : Warning

  • information : Information

TLinkTypelist = Tcodeprimitive;

  • replaced-by : Replaced-by.vervangen

  • replaces : Replaces

  • refer : Refer.verwijzing

  • seealso : See also.zie ook

TIdentityAssuranceLevellist = Tcodeprimitive;

  • level1 : Level 1

  • level2 : Level 2

  • level3 : Level 3

  • level4 : Level 4

TActionRequiredBehaviorlist = Tcodeprimitive;

  • must : Must

  • could : Could

  • must-unless-documented : Must Unless Documented

TActionRelationshipTypelist = Tcodeprimitive;

  • before-start : Before Start

  • before : Before

  • before-end : Before End

  • concurrent-with-start : Concurrent With Start

  • concurrent : Concurrent

  • concurrent-with-end : Concurrent With End

  • after-start : After Start

  • after : After

  • after-end : After End

TActionGroupingBehaviorlist = Tcodeprimitive;

  • visual-group : Visual Group

  • logical-group : Logical Group

  • sentence-group : Sentence Group

TActionSelectionBehaviorlist = Tcodeprimitive;

  • any : Any

  • all : All

  • all-or-none : All Or None

  • exactly-one : Exactly One

  • at-most-one : At Most One

  • one-or-more : One Or More

TActionCardinalityBehaviorlist = Tcodeprimitive;

  • single : Single

  • multiple : Multiple

TActionPrecheckBehaviorlist = Tcodeprimitive;

  • yes : Yes

  • no : No

TActionConditionKindlist = Tcodeprimitive;

  • applicability : Applicability

  • start : Start

  • stop : Stop

TRequestIntentlist = Tcodeprimitive;

  • proposal : Proposal

  • plan : Plan

  • order : Order

  • original-order : Original Order

  • reflex-order : Reflex Order

  • filler-order : Filler Order

  • instance-order : Instance Order

  • option : Option

TActionListlist = Tcodeprimitive;

  • cancel : Cancel, Reverse or Nullify

  • poll : Poll

  • reprocess : Re-Process

  • status : Status Check

TProvenanceEntityRolelist = Tcodeprimitive;

  • derivation : Derivation

  • revision : Revision

  • quotation : Quotation

  • source : Source

  • removal : Removal

TQuestionnaireItemTypelist = Tcodeprimitive;

  • group : Group

  • display : Display

  • boolean : Boolean

  • decimal : Decimal

  • integer : Integer

  • date : Date

  • dateTime : Date Time

  • time : Time

  • string : String

  • text : Text

  • url : Url

  • choice : Choice

  • open-choice : Open Choice

  • attachment : Attachment

  • reference : Reference

  • quantity : Quantity

TQuestionnaireResponseStatuslist = Tcodeprimitive;

  • in-progress : In Progress

  • completed : Completed

  • amended : Amended

  • entered-in-error : Entered in Error

  • stopped : Stopped

TResearchStudyStatuslist = Tcodeprimitive;

  • draft : Draft

  • in-progress : In-progress

  • suspended : Suspended

  • stopped : Stopped

  • completed : Completed

  • entered-in-error : Entered in error

TResearchSubjectStatuslist = Tcodeprimitive;

  • candidate : Candidate

  • enrolled : Enrolled

  • active : Active

  • suspended : Suspended

  • withdrawn : Withdrawn

  • completed : Completed

TXPathUsageTypelist = Tcodeprimitive;

  • normal : Normal

  • phonetic : Phonetic

  • nearby : Nearby

  • distance : Distance

  • other : Other

TSearchModifierCodelist = Tcodeprimitive;

  • missing : Missing

  • exact : Exact

  • contains : Contains

  • not : Not

  • text : Text

  • in : In

  • not-in : Not In

  • below : Below

  • above : Above

  • type : Type

TSearchComparatorlist = Tcodeprimitive;

  • eq : Equals

  • ne : Not Equals

  • gt : Greater Than

  • lt : Less Then

  • ge : Greater or Equals

  • le : Less of Equal

  • sa : Starts After

  • eb : Ends Before

  • ap : Approximately

TrepositoryTypelist = Tcodeprimitive;

  • directlink : Click and see

  • openapi : The URL is the RESTful or other kind of API that can access to the result.

  • login : Result cannot be access unless an account is logged in

  • oauth : Result need to be fetched with API and need LOGIN( or cookies are required when visiting the link of resource)

  • other : Some other complicated or particular way to get resource from URL.

TqualityTypelist = Tcodeprimitive;

  • indel : INDEL Comparison

  • snp : SNP Comparison

  • unknown : UNKNOWN Comparison

TSlotStatuslist = Tcodeprimitive;

  • busy : Busy

  • free : Free

  • busy-unavailable : Busy (Unavailable)

  • busy-tentative : Busy (Tentative)

  • entered-in-error : Entered in error

TSpecimenStatuslist = Tcodeprimitive;

  • available : Available

  • unavailable : Unavailable

  • unsatisfactory : Unsatisfactory

  • entered-in-error : Entered-in-error

TStructureDefinitionKindlist = Tcodeprimitive;

  • primitive-type : Primitive Data Type

  • complex-type : Complex Data Type

  • resource : Resource

  • logical : Logical Model

TTypeDerivationRulelist = Tcodeprimitive;

  • specialization : Specialization

  • constraint : Constraint

TExtensionContextlist = Tcodeprimitive;

  • resource : Resource

  • datatype : Datatype

  • extension : Extension

TStructureMapInputModelist = Tcodeprimitive;

  • source : Source Instance

  • target : Target Instance

TStructureMapContextTypelist = Tcodeprimitive;

  • type : Type

  • variable : Variable

TStructureMapTargetListModelist = Tcodeprimitive;

  • first : First

  • share : Share

  • last : Last

  • collate : Collate

TStructureMapTransformlist = Tcodeprimitive;

  • create : create

  • copy : copy

  • truncate : truncate

  • escape : escape

  • cast : cast

  • append : append

  • translate : translate

  • reference : reference

  • dateOp : dateOp

  • uuid : uuid

  • pointer : pointer

  • evaluate : evaluate

  • cc : cc

  • c : c

  • qty : qty

  • id : id

  • cp : cp

TStructureMapSourceListModelist = Tcodeprimitive;

  • first : First

  • not_first : All but the first

  • last : Last

  • not_last : All but the last

  • only_one : Enforce only one

TStructureMapGroupTypeModelist = Tcodeprimitive;

  • none : Not a Default

  • types : Default for Type Combination

  • type-and-types : Default for type + combination

TStructureMapModelModelist = Tcodeprimitive;

  • source : Source Structure Definition

  • queried : Queried Structure Definition

  • target : Target Structure Definition

  • produced : Produced Structure Definition

TSubscriptionStatuslist = Tcodeprimitive;

  • requested : Requested

  • active : Active

  • error : Error

  • off : Off

TSubscriptionChannelTypelist = Tcodeprimitive;

  • rest-hook : Rest Hook

  • websocket : Websocket

  • email : Email

  • sms : SMS

  • message : Message

TFHIRSubstanceStatuslist = Tcodeprimitive;

  • active : Active

  • inactive : Inactive

  • entered-in-error : Entered in Error

TSupplyDeliveryStatuslist = Tcodeprimitive;

  • in-progress : In Progress

  • completed : Delivered

  • abandoned : Abandoned

  • entered-in-error : Entered In Error

TSupplyRequestStatuslist = Tcodeprimitive;

  • draft : Draft

  • active : Active

  • suspended : Suspended

  • cancelled : Cancelled

  • completed : Completed

  • entered-in-error : Entered in Error

  • unknown : Unknown

TTaskStatuslist = Tcodeprimitive;

  • draft : Draft

  • requested : Requested

  • received : Received

  • accepted : Accepted

  • rejected : Rejected

  • ready : Ready

  • cancelled : Cancelled

  • in-progress : In Progress

  • on-hold : On Hold

  • failed : Failed

  • completed : Completed

  • entered-in-error : Entered in Error

TTestReportStatuslist = Tcodeprimitive;

  • completed : Completed

  • in-progress : In Progress

  • waiting : Waiting

  • stopped : Stopped

  • entered-in-error : Entered In Error

TTestReportActionResultlist = Tcodeprimitive;

  • pass : Pass

  • skip : Skip

  • fail : Fail

  • warning : Warning

  • error : Error

TTestReportParticipantTypelist = Tcodeprimitive;

  • test-engine : Test Engine

  • client : Client

  • server : Server

TTestReportResultlist = Tcodeprimitive;

  • pass : Pass

  • fail : Fail

  • pending : Pending

TFHIRDefinedTypelist = Tcodeprimitive;

  • Address : Address

  • Age : Age

  • Annotation : Annotation

  • Attachment : Attachment

  • BackboneElement : BackboneElement

  • CodeableConcept : CodeableConcept

  • Coding : Coding

  • ContactDetail : ContactDetail

  • ContactPoint : ContactPoint

  • Contributor : Contributor

  • Count : Count

  • DataRequirement : DataRequirement

  • Distance : Distance

  • Dosage : Dosage

  • Duration : Duration

  • Element : Element

  • ElementDefinition : ElementDefinition

  • Extension : Extension

  • HumanName : HumanName

  • Identifier : Identifier

  • Meta : Meta

  • Money : Money

  • Narrative : Narrative

  • ParameterDefinition : ParameterDefinition

  • Period : Period

  • Quantity : Quantity

  • Range : Range

  • Ratio : Ratio

  • Reference : Reference

  • RelatedArtifact : RelatedArtifact

  • SampledData : SampledData

  • Signature : Signature

  • SimpleQuantity : SimpleQuantity

  • Timing : Timing

  • TriggerDefinition : TriggerDefinition

  • UsageContext : UsageContext

  • base64Binary : base64Binary

  • boolean : boolean

  • code : code

  • date : date

  • dateTime : dateTime

  • decimal : decimal

  • id : id

  • instant : instant

  • integer : integer

  • markdown : markdown

  • oid : oid

  • positiveInt : positiveInt

  • string : string

  • time : time

  • unsignedInt : unsignedInt

  • uri : uri

  • uuid : uuid

  • xhtml : XHTML

  • Account : Account

  • ActivityDefinition : ActivityDefinition

  • AdverseEvent : AdverseEvent

  • AllergyIntolerance : AllergyIntolerance

  • Appointment : Appointment

  • AppointmentResponse : AppointmentResponse

  • AuditEvent : AuditEvent

  • Basic : Basic

  • Binary : Binary

  • BodySite : BodySite

  • Bundle : Bundle

  • CapabilityStatement : CapabilityStatement

  • CarePlan : CarePlan

  • CareTeam : CareTeam

  • ChargeItem : ChargeItem

  • Claim : Claim

  • ClaimResponse : ClaimResponse

  • ClinicalImpression : ClinicalImpression

  • CodeSystem : CodeSystem

  • Communication : Communication

  • CommunicationRequest : CommunicationRequest

  • CompartmentDefinition : CompartmentDefinition

  • Composition : Composition

  • ConceptMap : ConceptMap

  • Condition : Condition

  • Consent : Consent

  • Contract : Contract

  • Coverage : Coverage

  • DataElement : DataElement

  • DetectedIssue : DetectedIssue

  • Device : Device

  • DeviceComponent : DeviceComponent

  • DeviceMetric : DeviceMetric

  • DeviceRequest : DeviceRequest

  • DeviceUseStatement : DeviceUseStatement

  • DiagnosticReport : DiagnosticReport

  • DocumentManifest : DocumentManifest

  • DocumentReference : DocumentReference

  • DomainResource : DomainResource

  • EligibilityRequest : EligibilityRequest

  • EligibilityResponse : EligibilityResponse

  • Encounter : Encounter

  • Endpoint : Endpoint

  • EnrollmentRequest : EnrollmentRequest

  • EnrollmentResponse : EnrollmentResponse

  • EpisodeOfCare : EpisodeOfCare

  • ExpansionProfile : ExpansionProfile

  • ExplanationOfBenefit : ExplanationOfBenefit

  • FamilyMemberHistory : FamilyMemberHistory

  • Flag : Flag

  • Goal : Goal

  • GraphDefinition : GraphDefinition

  • Group : Group

  • GuidanceResponse : GuidanceResponse

  • HealthcareService : HealthcareService

  • ImagingManifest : ImagingManifest

  • ImagingStudy : ImagingStudy

  • Immunization : Immunization

  • ImmunizationRecommendation : ImmunizationRecommendation

  • ImplementationGuide : ImplementationGuide

  • Library : Library

  • Linkage : Linkage

  • List : List

  • Location : Location

  • Measure : Measure

  • MeasureReport : MeasureReport

  • Media : Media

  • Medication : Medication

  • MedicationAdministration : MedicationAdministration

  • MedicationDispense : MedicationDispense

  • MedicationRequest : MedicationRequest

  • MedicationStatement : MedicationStatement

  • MessageDefinition : MessageDefinition

  • MessageHeader : MessageHeader

  • NamingSystem : NamingSystem

  • NutritionOrder : NutritionOrder

  • Observation : Observation

  • OperationDefinition : OperationDefinition

  • OperationOutcome : OperationOutcome

  • Organization : Organization

  • Parameters : Parameters

  • Patient : Patient

  • PaymentNotice : PaymentNotice

  • PaymentReconciliation : PaymentReconciliation

  • Person : Person

  • PlanDefinition : PlanDefinition

  • Practitioner : Practitioner

  • PractitionerRole : PractitionerRole

  • Procedure : Procedure

  • ProcedureRequest : ProcedureRequest

  • ProcessRequest : ProcessRequest

  • ProcessResponse : ProcessResponse

  • Provenance : Provenance

  • Questionnaire : Questionnaire

  • QuestionnaireResponse : QuestionnaireResponse

  • ReferralRequest : ReferralRequest

  • RelatedPerson : RelatedPerson

  • RequestGroup : RequestGroup

  • ResearchStudy : ResearchStudy

  • ResearchSubject : ResearchSubject

  • Resource : Resource

  • RiskAssessment : RiskAssessment

  • Schedule : Schedule

  • SearchParameter : SearchParameter

  • Sequence : Sequence

  • ServiceDefinition : ServiceDefinition

  • Slot : Slot

  • Specimen : Specimen

  • StructureDefinition : StructureDefinition

  • StructureMap : StructureMap

  • Subscription : Subscription

  • Substance : Substance

  • SupplyDelivery : SupplyDelivery

  • SupplyRequest : SupplyRequest

  • Task : Task

  • TestReport : TestReport

  • TestScript : TestScript

  • ValueSet : ValueSet

  • VisionPrescription : VisionPrescription

TContentTypelist = Tcodeprimitive;

  • xml : xml

  • json : json

  • ttl : ttl

  • none : none

TAssertionDirectionTypelist = Tcodeprimitive;

  • response : response

  • request : request

TAssertionOperatorTypelist = Tcodeprimitive;

  • equals : equals

  • notEquals : notEquals

  • in : in

  • notIn : notIn

  • greaterThan : greaterThan

  • lessThan : lessThan

  • empty : empty

  • notEmpty : notEmpty

  • contains : contains

  • notContains : notContains

  • eval : evaluate

TAssertionResponseTypeslist = Tcodeprimitive;

  • okay : okay

  • created : created

  • noContent : noContent

  • notModified : notModified

  • bad : bad

  • forbidden : forbidden

  • notFound : notFound

  • methodNotAllowed : methodNotAllowed

  • conflict : conflict

  • gone : gone

  • preconditionFailed : preconditionFailed

  • unprocessable : unprocessable

TTestScriptRequestMethodCodelist = Tcodeprimitive;

  • delete : DELETE

  • get : GET

  • options : OPTIONS

  • patch : PATCH

  • post : POST

  • put : PUT

TVisionBaselist = Tcodeprimitive;

  • up : Up

  • down : Down

  • in : In

  • out : Out

TVisionEyeslist = Tcodeprimitive;

  • right : Right Eye

  • left : Left Eye


Generated by PasDoc 0.15.0.