Skip to content

Commit

Permalink
Merge pull request #188 from project-husky/ch-emed-epr/140
Browse files Browse the repository at this point in the history
[#140] Fixed ChEmedEprMedicationStatementChanged @ResourceDef url
  • Loading branch information
ralych authored Oct 10, 2024
2 parents 4110fbe + 8d41f18 commit f6c85b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
import java.util.UUID;

/**
* The HAPI custom structure for CH EMED MedicationStatement Changed (PADV).
* The HAPI custom structure for CH EMED EPR MedicationStatement Changed (PADV).
*
* @author Ronaldo Loureiro
**/
@ResourceDef(profile = "http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medicationstatement-changed")
@ResourceDef(profile = "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-medicationstatement-changed")
public class ChEmedEprMedicationStatementChanged extends ChEmedEprMedicationStatement {

/**
Expand Down

0 comments on commit f6c85b6

Please sign in to comment.