Skip to content

Commit

Permalink
VHL LM addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani committed Jan 23, 2025
1 parent 5ee5ce5 commit bedb8db
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions input/fsh/Aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +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/ips-pilgrimage/CodeSystem/VHL.TYPE
12 changes: 12 additions & 0 deletions input/fsh/codesystems/VHL.TYPE.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CodeSystem: VHL.TYPE
Title: "VHL Type CodeSystem"
Description: """
CodeSystem for VHL Type that has codes classifying type of Smart Health Link
"""

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

* #vhl "Verifiable Health Link"
15 changes: 15 additions & 0 deletions input/fsh/models/VerifiableHealthLinkPayload.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Logical: VerifiableHealthLinkPayload
Parent: SmartHealthLinkPayload
Title: "Verifiable Health Link Payload (DRAFT)"
Description: "Verifiable Health Link Payload (DRAFT)

This logical model was extends the Smart Health Link Payload

"

* ^url = "http://smart.who.int/trust/StructureDefinition/VerifiableHealthLinkPayload"
* ^version = "RC2"
* ^status = #draft

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

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

* include codes from system $VhlType

0 comments on commit bedb8db

Please sign in to comment.