Skip to content

Commit

Permalink
Merge pull request #17 from WorldHealthOrganization/release-candidate
Browse files Browse the repository at this point in the history
Release candidate
  • Loading branch information
ritikarawlani authored Jan 25, 2024
2 parents 7a31e63 + 0f6e980 commit 1fc2105
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ig.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[IG]
ig = fsh-generated/resources/ImplementationGuide-who.trust.json
ig = fsh-generated/resources/ImplementationGuide-smart.who.int.trust.json
#template = #local-template
template = who.template.root#current
usage-stats-opt-out = false
Expand Down
7 changes: 3 additions & 4 deletions input/fsh/hcert.fsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Alias: $IPS = http://hl7.org/fhir/uv/ips/StructureDefinition/Bundle-uv-ips
Alias: $HCertDCC = http://smart.who.int/ddcc/StructureDefinition/HCert
Alias: $HCertDCC = http://smart.who.int/ddcc/StructureDefinition/HCertDCC
Alias: $DDCCVS = http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSet.VS
Alias: $DDCCTR = http://smart.who.int/ddcc/StructureDefinition/DDCCCoreDataSet.TR
Alias: $SmartHealthLink = http://smart.who.int/ips-pilgrimage/StructureDefinition/SmartHealthLink
Expand All @@ -8,13 +8,12 @@ Logical: HCert
Title: "Health Certificate"
Description: "Logical Model for the HCERT"

* ^url = "http://smart.who.int/ddcc/StructureDefinition/HCert"
* ^url = "http://smart.who.int/trust/StructureDefinition/HCert"
* ^version = "1.0.0"
* ^status = #draft
* hcert 0..1 Canonical($HCertDCC) "HCERT EU DCC" "HCERT EU DCC"
// * 2 0..* RACSEL_DDVC "RACSEL Vaccination Certficate Data Set claim" "RACSEL Vaccination Certificate (PROPOSED)"
* ddccvs 0..* Canonical($DDCCVS) "Vaccination Core Data Set claim" "DDCC Vaccination claim (PROPOSED)"
* ddcctr 0..* Canonical($DDCCTR) "Test Result Core Data Set claim" "DDCC Test Result claim (PROPOSED)"
* shl 0..* Canonical($SmartHealthLink) "SMART Health Link claim" "SMART Health Link (PROPOSED)"
* ips 0..* Canonical($IPS) "IPS" "IPS Bundle (EXAMPLE)"

* ips 0..* Canonical($IPS) "IPS" "IPS Bundle (EXAMPLE)"
14 changes: 14 additions & 0 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"package-id" : "smart.who.int.trust",
"title" : "Trust",
"category" : "base",
"introduction" : "SMART Trust Implementation Guide",
"version" : "1.0.0",
"desc" : "First draft release",
"mode" : "milestone",
"path" : "http://smart.who.int/trust/1.0.0",
"ci-build": "http://worldhealthorganization.github.io/smart-trust",
"first": true,
"status" : "draft",
"sequence" : "Releases"
}
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# │ The properties below are used to create the ImplementationGuide resource. For a list of │
# │ supported properties, see: https://fshschool.org/sushi/configuration/ │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: who.trust
id: smart.who.int.trust
canonical: http://smart.who.int/trust
name: trust
status: draft
Expand Down

0 comments on commit 1fc2105

Please sign in to comment.