Skip to content

Commit

Permalink
changed VHLType to HLType
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani committed Jan 24, 2025
1 parent ca67c44 commit 235d485
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion input/fsh/Aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Alias: $SGTransactionDef = http://smart.who.int/base/StructureDefinition/SGTrans

Alias: $TrustTrans = http://smart.who.int/ips-pilgrimage/CodeSystem/WHO.TRUST.TRANSACTION
Alias: $TrustActor = http://smart.who.int/ips-pilgrimage/CodeSystem/WHO.TRUST.ACTOR
Alias: $VhlType = http://smart.who.int/trust/CodeSystem/VHL.TYPE
Alias: $HlType = http://smart.who.int/trust/CodeSystem/HL.TYPE
13 changes: 13 additions & 0 deletions input/fsh/codesystems/HL.TYPE.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
CodeSystem: HL.TYPE
Title: "HL Type CodeSystem"
Description: """
CodeSystem for Health Link Type that has codes classifying type of Smart Health Link
"""

* ^experimental = true
* ^caseSensitive = false
* ^name = "HL_TYPE"
* ^status = #active

* #vhl "Verifiable Health Link"
* #shl "Smart Health Link"
12 changes: 0 additions & 12 deletions input/fsh/codesystems/VHL.TYPE.fsh

This file was deleted.

2 changes: 1 addition & 1 deletion input/fsh/models/VerifiableHealthLinkPayload.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This logical model was extends the Smart Health Link Payload
* ^status = #draft

* type 1..1 code "classifying type code" "Classifying type code to distinguish between SHL and VHL"
* type from VHL_TYPE
* type from HL_TYPE
10 changes: 5 additions & 5 deletions input/fsh/valuesets/VHL.TYPE.fsh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ValueSet: VHL.TYPE
Title: "VHL.TYPE ValueSet "
Description: "ValueSet of VHL Type Codes"
ValueSet: HL.TYPE
Title: "HL.TYPE ValueSet "
Description: "ValueSet of HL Type Codes"

* ^status = #active
* ^experimental = true
* ^name = "VHL_TYPE"
* ^name = "HL_TYPE"

* include codes from system $VhlType
* include codes from system $HlType

0 comments on commit 235d485

Please sign in to comment.