Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package ids #18

Merged
merged 5 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading