Skip to content

Commit

Permalink
Update TransformerConstants.java
Browse files Browse the repository at this point in the history
corrected url
  • Loading branch information
MahiFentaye committed Jan 23, 2025
1 parent 8c1a10a commit 6525397
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,15 +705,16 @@ public enum CurrencyIdentifier {
"https://www.hhs.gov/sites/default/files/logo-white-lg.png";

/**
* HL7 CodeSystem v3-Confidentiality <a
* href="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"">CodeSystem: </a>.
* URL for v3 Confidentiality Code System <a
* href="http://terminology.hl7.org/CodeSystem/v3-Confidentiality">HL7 v3 Confidentiality Code
* System</a>.
*/
public static final String SAMHSA_CONFIDENTIALITY_CODE_SYSTEM_URL =
"http://terminology.hl7.org/CodeSystem/v3-Confidentiality";

/**
* HL7 CodeSystem v3-Confidentiality<a
* href="http://terminology.hl7.org/CodeSystem/v3-ActCode">CodeSystem: </a>.
* URL for v3 Act Code System <a href="http://terminology.hl7.org/CodeSystem/v3-ActCode">v3 Act
* Code System</a>.
*/
public static final String SAMHSA_ACT_CODE_SYSTEM_URL =
"http://terminology.hl7.org/CodeSystem/v3-ActCode";
Expand Down

0 comments on commit 6525397

Please sign in to comment.