Skip to content

Commit

Permalink
Merge branch 'main' into openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
litlfred authored Apr 24, 2024
2 parents 7bc59ec + a9a67cf commit 276d9de
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ This ImplementationGuide is published in the following locations:
Continuous Build: __https://worldhealthorganization.github.io/smart-trust__
Canonical / permanent URL: __https://smart.who.int/trust__

<br> </br>

<br/>
### Issues
Issues and change requests are managed here:

Expand Down
11 changes: 11 additions & 0 deletions input/fsh/actors/Credential.Holder.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Instance: Credential.Holder
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "TNP"
* name = "Credential.Holder"
* title = "Credential.Holder"
* experimental = false
* description = "Credential Holder"
11 changes: 11 additions & 0 deletions input/fsh/actors/Credential.Issuer.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Instance: Credential.Issuer
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "TNP"
* name = "Credential.Issuer"
* title = "Credential.Issuer"
* experimental = false
* description = "Credential Issuer"
11 changes: 11 additions & 0 deletions input/fsh/actors/GDHCN.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Instance: GDHCN
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "GDHCN"
* name = "GDHCN"
* title = "GDHCN"
* experimental = false
* description = "WHO Global Digital Health Certification Network"
11 changes: 11 additions & 0 deletions input/fsh/actors/TNG.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Instance: TNG
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "TNG"
* name = "TNG"
* title = "TNG"
* experimental = false
* description = "Trust Network Gateway"
11 changes: 11 additions & 0 deletions input/fsh/actors/TNP.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Instance: TNP
InstanceOf: ActorDefinition
Usage: #example
* meta.profile = "http://smart.who.int/smart-base/StructureDefinition/SGPersona"
* type = #system
* status = #draft
* identifier.value = "TNP"
* name = "TNP"
* title = "TNP"
* experimental = false
* description = "Trust Network Participant"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions input/pagecontent/concepts_onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ These [concepts](concepts.html) and the following table contains abbreviations a
* DDCC: The Trust Domain for the Digital Documentation of COVID-19 Certificates
* <a href="Letter_of_Application_Transitive_Trust.docx">Letter of Application for DDCC using the Transitive Trust</a>
* <a href="Letter_of_Application_DDCC.docx">Letter of Application for DDCC by the Full Onboarding Process</a>
* <a href="Letter_of_Application_DDCC-Arabic.docx">Letter of Application for DDCC by the Full Onboarding Process - Arabic Version</a>
* <a href="Letter_of_Application_DDCC_Chinese.docx">Letter of Application for DDCC by the Full Onboarding Process - Chinese Version</a>
* <a href="Letter_of_Application_DDCC_French.docx">Letter of Application for DDCC by the Full Onboarding Process - French Version</a>
* <a href="Letter_of_Application_DDCC_Russian.docx">Letter of Application for DDCC by the Full Onboarding Process - Russian Version</a>
* <a href="Letter_of_Application_DDCC-Spanish.docx">Letter of Application for DDCC by the Full Onboarding Process - Spanish Version</a>



The <i>GDHCN Administrative and Operational Framework</i> should be considered the authoritative source of definitions and concepts in case of any discrepncies.

Expand Down

0 comments on commit 276d9de

Please sign in to comment.