From ff22372c453c705f71111fe99ba7605b8df62dab Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:22:28 +0530 Subject: [PATCH 1/2] updates --- input/fsh/hcert.fsh | 7 +++---- publication-request.json | 14 ++++++++++++++ sushi-config.yaml | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 publication-request.json diff --git a/input/fsh/hcert.fsh b/input/fsh/hcert.fsh index 3e9dfc7db..600795449 100644 --- a/input/fsh/hcert.fsh +++ b/input/fsh/hcert.fsh @@ -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 @@ -8,7 +8,7 @@ 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" @@ -16,5 +16,4 @@ Description: "Logical Model for the HCERT" * 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)" \ No newline at end of file diff --git a/publication-request.json b/publication-request.json new file mode 100644 index 000000000..7f6d66f50 --- /dev/null +++ b/publication-request.json @@ -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" + } \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index ccdcfe68d..32fd2725e 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -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 From 0f6e980b072d980c58721921f647063e011a0485 Mon Sep 17 00:00:00 2001 From: ritikarawlani <38657562+ritikarawlani@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:25:43 +0530 Subject: [PATCH 2/2] update ig.ini --- ig.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ig.ini b/ig.ini index f991766a1..5074a1b85 100644 --- a/ig.ini +++ b/ig.ini @@ -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