-
Notifications
You must be signed in to change notification settings - Fork 124
FHIRModelInfo
Bryn Rhodes edited this page Dec 11, 2020
·
3 revisions
To support the use of CQL with FHIR, the translator includes model info (descriptions of the structures and types available in a model) for each version of FHIR. To use CQL with FHIR, include a using
declaration referencing FHIR for one of the following versions:
Version | Description |
---|---|
1.0.2 | FHIR DSTU2 Release |
1.6 | FHIR STU3 Ballot + Connectathon 13 (Baltimore) |
1.8 | FHIR STU3 Candidate + Connectathon 14 (San Antonio) |
3.0.1 | FHIR STU3 Release |
3.2.0 | FHIR R4 Draft for Comment |
4.0.1 | FHIR R4 |
NOTE: Model Info for versions 3.0.0
and 4.0.0
is still available for backwards compatibility, but new artifacts should use 3.0.1
and 4.0.1