hsp-data
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.hspconsortium</groupId>
<artifactId>hsp-data</artifactId>
<version>0.8</version>
</dependency><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>
<parent>
<groupId>org.hspconsortium</groupId>
<artifactId>hspc</artifactId>
<version>0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hsp-data</artifactId>
<packaging>pom</packaging>
<version>0.8</version>
<name>Health Services Platform Consortium - HSP Data</name>
<description>Data packs for HSP platforms</description>
<url>https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium</url>
<modules>
<module>sample-data-dstu1</module>
<module>sample-data-dstu2</module>
<module>fhir-dstu2-ballot-example-data</module>
</modules>
</project>