cqf-fhir-utility
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-utility</artifactId> <version>3.20.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-utility</artifactId> <version>3.20.0</version> <name>FHIR Clinical Reasoning (Utilities)</name> <description>Utilities to help develop clinical reasoning operations</description> <parent> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir</artifactId> <version>3.20.0</version> </parent> <dependencies> <dependency> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-api</artifactId> <version>3.20.0</version> </dependency> <dependency> <groupId>info.cqframework</groupId> <artifactId>engine</artifactId> </dependency> <dependency> <groupId>info.cqframework</groupId> <artifactId>engine-fhir</artifactId> </dependency> <dependency> <groupId>info.cqframework</groupId> <artifactId>cql-to-elm</artifactId> </dependency> <dependency> <groupId>info.cqframework</groupId> <artifactId>elm-fhir</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-base</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-client</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-structures-dstu3</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-structures-r4</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-structures-r4b</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-structures-r5</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-validation</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-validation-resources-dstu3</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-validation-resources-r4</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-validation-resources-r4b</artifactId> </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> <artifactId>hapi-fhir-validation-resources-r5</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.opencds.cqf.fhir</groupId> <artifactId>cqf-fhir-test</artifactId> <version>3.20.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.valfirst</groupId> <artifactId>slf4j-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>