Skip to content

Commit

Permalink
update status of version from draft to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikarawlani committed Jan 26, 2024
1 parent 357acca commit 12c8926
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion input/fsh/cose_header.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: "Data elements for COSE Headers https://www.iana.org/assignments

* ^url = "http://smart.who.int/trust/StructureDefinition/COSEHeader"
* ^version = "1.0.0"
* ^status = #draft
* ^status = #release

* 1 0..1 string "Encryption Algorithm" "alg(1)"
* 4 0..1 string "Key ID used to verify the signature of the certificate" "keyid (4)"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/cwt.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: "Logical Model for Data elements in CBOR Web Token (CWT) https:/
* ^url = "http://smart.who.int/trust/StructureDefinition/CWT"
* ^version = "1.0.0"
* ^abstract = true
* ^status = #draft
* ^status = #release
* header 0..1 COSEHeader "COSE Header" "Header"
* payload 0..1 CWTPayload "CWT Payload" "Payload"
* signature 0..1 string "Signature" "Signature"
2 changes: 1 addition & 1 deletion input/fsh/cwt_payload.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: "Logical Model for CBOR Web Token (CWT) Payload Logical Modelin C

* ^url = "http://smart.who.int/trust/StructureDefinition/CWTPayload"
* ^version = "1.0.0"
* ^status = #draft
* ^status = #release

* 1 0..1 Coding "Issuer Code (iss)" "Issuer"
* 4 0..1 dateTime "Expiration Date Time(exp)" "Expiration Time"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/hcert.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Description: "Logical Model for the HCERT"

* ^url = "http://smart.who.int/trust/StructureDefinition/HCert"
* ^version = "1.0.0"
* ^status = #draft
* ^status = #release
* hcert 0..1 $HCertDCC "HCERT EU DCC" "HCERT EU DCC"
// * 2 0..* RACSEL_DDVC "RACSEL Vaccination Certficate Data Set claim" "RACSEL Vaccination Certificate (PROPOSED)"
* ddccvs 0..* $DDCCVS "Vaccination Core Data Set claim" "DDCC Vaccination claim (PROPOSED)"
Expand Down
4 changes: 2 additions & 2 deletions publication-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"category" : "base",
"introduction" : "SMART Trust Implementation Guide",
"version" : "1.0.0",
"desc" : "First draft release",
"desc" : "First stable release",
"mode" : "milestone",
"path" : "http://smart.who.int/trust/1.0.0",
"ci-build": "http://worldhealthorganization.github.io/smart-trust",
"first": true,
"status" : "draft",
"status" : "release",
"sequence" : "Releases"
}
6 changes: 3 additions & 3 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
id: smart.who.int.trust
canonical: http://smart.who.int/trust
name: trust
status: draft
status: release
version: 1.0.0
fhirVersion: 4.0.1
date: 2023-02-15
date: 2024-01-26
# copyright:
copyrightYear: 2023+
releaseLabel: "CI Build"
releaseLabel: "1.0.0"
title: "WHO SMART Trust"
description: "SMART Trust Implementation Guide"
license: CC0-1.0
Expand Down

0 comments on commit 12c8926

Please sign in to comment.