Skip to content

Commit

Permalink
fix(VRCL) fixed an incorrect base resource in VRCLPractitioner. vital…
Browse files Browse the repository at this point in the history
…-records 5.2.1 -> 5.2.2
  • Loading branch information
MikeRileyGTRI committed Aug 26, 2024
1 parent 6038a58 commit ca6c581
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VRCL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<groupId>edu.gatech.chai</groupId>
<artifactId>vrcl</artifactId>
<version>5.2.0</version>
<version>5.2.1</version>
<packaging>jar</packaging>

<parent>
<groupId>edu.gatech.chai</groupId>
<artifactId>vital-records</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
</parent>

<name>VRCL</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import edu.gatech.chai.USCore.model.USCorePractitioner;
import edu.gatech.chai.USCore.model.util.CommonUtil;

@ResourceDef(name = "Patient", profile = "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr")
@ResourceDef(name = "Practitioner", profile = "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Practitioner-vr")
public class PractitionerVitalRecords extends USCorePractitioner {

public PractitionerVitalRecords() {
Expand Down
2 changes: 1 addition & 1 deletion VRDR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>edu.gatech.chai</groupId>
<artifactId>vital-records</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
</parent>

<name>VRDR</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>edu.gatech.chai</groupId>
<artifactId>vital-records</artifactId>
<version>5.2.1</version>
<version>5.2.2</version>
<packaging>pom</packaging>
<!--
<name>VRDR_packaging</name>
Expand Down

0 comments on commit ca6c581

Please sign in to comment.