-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ee5ce5
commit bedb8db
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|