Code | Display | Definition |
---|
0.01 | 0.01 | Oldest archived version of FHIR. |
0.05 | 0.05 | 1st Draft for Comment (Sept 2012 Ballot). |
0.06 | 0.06 | 2nd Draft for Comment (January 2013 Ballot). |
0.11 | 0.11 | DSTU 1 Ballot version. |
0.0.80 | 0.0.80 | DSTU 1 Official version. |
0.0.81 | 0.0.81 | DSTU 1 Official version Technical Errata #1. |
0.0.82 | 0.0.82 | DSTU 1 Official version Technical Errata #2. |
0.4.0 | 0.4.0 | Draft For Comment (January 2015 Ballot). |
0.5.0 | 0.5.0 | DSTU 2 Ballot version (May 2015 Ballot). |
1.0.0 | 1.0.0 | DSTU 2 QA Preview + CQIF Ballot (Sep 2015). |
1.0.1 | 1.0.1 | DSTU 2 (Official version). |
1.0.2 | 1.0.2 | DSTU 2 (Official version) with 1 technical errata. |
1.1.0 | 1.1.0 | GAO Ballot + draft changes to main FHIR standard. |
1.4.0 | 1.4.0 | CQF on FHIR Ballot + Connectathon 12 (Montreal). |
1.6.0 | 1.6.0 | FHIR STU3 Ballot + Connectathon 13 (Baltimore). |
1.8.0 | 1.8.0 | FHIR STU3 Candidate + Connectathon 14 (San Antonio). |
3.0.0 | 3.0.0 | FHIR Release 3 (STU). |
3.0.1 | 3.0.1 | FHIR Release 3 (STU) with 1 technical errata. |
3.3.0 | 3.3.0 | R4 Ballot #1. |
3.5.0 | 3.5.0 | R4 Ballot #2. |
3.6.0 | 3.6.0 | Current Development build (Lead up to Release 4). |
4.0.0 | 4.0.0 | FHIR Release 4 (Normative + STU). |
Code | Display | Definition |
---|
code | code (internal reference) | The property value is a code that identifies a concept defined in the code system. |
Coding | Coding (external reference) | The property value is a code defined in an external code system. This may be used for translations, but is not the intent. |
string | string | The property value is a string. |
integer | integer | The property value is a string (often used to assign ranking values to concepts for supporting score assessments). |
boolean | boolean | The property value is a boolean true | false. |
dateTime | dateTime | The property is a date or a date + time. |
decimal | decimal | The property value is a decimal number. |
Code | Display | Definition |
---|
ActivityDefinition | ActivityDefinition | This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context. |
EventDefinition | EventDefinition | The EventDefinition resource provides a reusable description of when a particular event can occur. |
Measure | Measure | The Measure resource provides the definition of a quality measure. |
OperationDefinition | OperationDefinition | A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). |
PlanDefinition | PlanDefinition | 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. |
Questionnaire | Questionnaire | 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. |
Code | Display | Definition |
---|
inactive | Inactive | True if the concept is not considered active - e.g. not a valid concept any more. Property type is boolean, default value is false |
deprecated | Deprecated | The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged, and they should be expected to be made inactive in a future release. Property type is dateTime |
notSelectable | Not Selectable | The concept is not intended to be chosen by the user - only intended to be used as a selector for other concepts. Note, though, that the interpretation of this is highly contextual; all concepts are selectable in some context. Property type is boolean |
parent | Parent | The concept identified in this property is a parent of the concept on which it is a property. The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning attribute |
child | Child | The concept identified in this property is a child of the concept on which it is a property. The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning attribute |
Code | Display | Definition |
---|
grouped-by | Grouped By | No particular relationship between the concepts can be assumed, except what can be determined by inspection of the definitions of the elements (possible reasons to use this: importing from a source where this is not defined, or where various parts of the hierarchy have different meanings). |
is-a | Is-A | A hierarchy where the child concepts have an IS-A relationship with the parents - that is, all the properties of the parent are also true for its child concepts. Not that is-a is a property of the concepts, so additional subsumption relationships may be defined using properties or the [subsumes](extension-codesystem-subsumes.html) extension. |
part-of | Part Of | Child elements list the individual parts of a composite whole (e.g. body site). |
classified-with | Classified With | Child concepts in the hierarchy may have only one parent, and there is a presumption that the code system is a "closed world" meaning all things must be in the hierarchy. This results in concepts such as "not otherwise classified.". |
Code | Display | Definition |
---|
= | Equals | The specified property of the code equals the provided value. |
is-a | Is A (by subsumption) | Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself (include descendant codes and self). |
descendent-of | Descendent Of (by subsumption) | Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, excluding the provided concept itself i.e. include descendant codes only). |
is-not-a | Not (Is A) (by subsumption) | The specified property of the code does not have an is-a relationship with the provided value. |
regex | Regular Expression | The specified property of the code matches the regex specified in the provided value. |
in | In Set | The specified property of the code is in the set of codes or concepts specified in the provided value (comma separated list). |
not-in | Not in Set | The specified property of the code is not in the set of codes or concepts specified in the provided value (comma separated list). |
generalizes | Generalizes (by Subsumption) | Includes all concept ids that have a transitive is-a relationship from the concept Id provided as the value, including the provided concept itself (i.e. include ancestor codes and self). |
exists | Exists | The specified property of the code has at least one value (if the specified value is true; if the specified value is false, then matches when the specified property of the code has no values). |
Code | Display | Definition |
---|
ChargeItem | ChargeItem | Item containing charge code(s) associated with the provision of healthcare provider products. |
ClaimResponse | ClaimResponse | Remittance resource. |
ClinicalImpression | ClinicalImpression | A clinical assessment performed when planning treatments and management strategies for a patient. |
Communication | Communication | A record of information transmitted from a sender to a receiver. |
Composition | Composition | A set of resources composed into a single coherent clinical statement with clinical attestation. |
Condition | Condition | Detailed information about conditions, problems or diagnoses. |
Consent | Consent | A healthcare consumer's policy choices to permits or denies recipients or roles to perform actions for specific purposes and periods of time. |
Coverage | Coverage | Insurance or medical plan or a payment agreement. |
DeviceUseStatement | DeviceUseStatement | Record of use of a device. |
DiagnosticReport | DiagnosticReport | A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports. |
DocumentManifest | DocumentManifest | A list that defines a set of documents. |
DocumentReference | DocumentReference | A reference to a document. |
Encounter | Encounter | An interaction during which services are provided to the patient. |
EnrollmentResponse | EnrollmentResponse | EnrollmentResponse resource. |
EpisodeOfCare | EpisodeOfCare | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility. |
ExplanationOfBenefit | ExplanationOfBenefit | Explanation of Benefit resource. |
FamilyMemberHistory | FamilyMemberHistory | Information about patient's relatives, relevant for patient. |
GuidanceResponse | GuidanceResponse | The formal response to a guidance request. |
ImagingStudy | ImagingStudy | A set of images produced in single study (one or more series of references images). |
Immunization | Immunization | Immunization event information. |
MeasureReport | MeasureReport | Results of a measure evaluation. |
Media | Media | A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference. |
MedicationAdministration | MedicationAdministration | Administration of medication to a patient. |
MedicationDispense | MedicationDispense | Dispensing a medication to a named patient. |
MedicationStatement | MedicationStatement | Record of medication being taken by a patient. |
Observation | Observation | Measurements and simple assertions. |
PaymentNotice | PaymentNotice | PaymentNotice request. |
PaymentReconciliation | PaymentReconciliation | PaymentReconciliation resource. |
Procedure | Procedure | An action that is being or was performed on a patient. |
ProcessResponse | ProcessResponse | ProcessResponse resource. |
QuestionnaireResponse | QuestionnaireResponse | A structured set of questions and their answers. |
RiskAssessment | RiskAssessment | Potential outcomes for a subject with likelihood. |
SupplyDelivery | SupplyDelivery | Delivery of bulk Supplies. |
Task | Task | A task to be performed. |
Code | Display | Definition |
---|
ActivityDefinition | ActivityDefinition | The definition of a specific activity to be taken, independent of any particular patient or context. |
CodeSystem | CodeSystem | A set of codes drawn from one or more code systems. |
ConceptMap | ConceptMap | A map from one set of concepts to one or more other concepts. |
Library | Library | Represents a library of quality improvement components. |
Measure | Measure | A quality measure definition. |
PlanDefinition | PlanDefinition | The definition of a plan for a series of actions, independent of any specific patient or context. |
StructureDefinition | StructureDefinition | Structural Definition. |
StructureMap | StructureMap | A Map of relationships between 2 structures that can be used to transform data. |
ValueSet | ValueSet | A set of codes drawn from one or more code systems. |