-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsushi-config.yaml
30 lines (27 loc) · 1.63 KB
/
sushi-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ╭─────────────────────────Commonly Used ImplementationGuide Properties───────────────────────────╮
# │ The properties below are used to create the ImplementationGuide resource. The most commonly │
# │ used properties are included. For a list of all supported properties and their functions, │
# │ see: https://fshschool.org/docs/sushi/configuration/. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.fhir.uganda.core
canonical: http://fhir.health.go.ug
name: Uganda-Core-FHIR-IG
title: Uganda Core FHIR Implementation Guide (IG)
description: Uganda Health Information Exchange FHIR Implementation Guide
status: draft
version: 1.1.0
fhirVersion: 4.0.1
copyrightYear: 2024+
releaseLabel: ci-build
publisher:
name: Ministry of Health Uganda
url: https://www.health.go.ug
email: info@health.go.ug
menu:
Home: index.html
Artifacts: artifacts.html
instanceOptions:
# When set to true, slices must be referred to by name and not only by a numeric index in order to be used
# in an Instance's assignment rule. All slices appear in the order in which they are specified in FSH rules.
# While SUSHI defaults to false for legacy reasons, manualSliceOrding is recommended for new projects.
manualSliceOrdering: true # true | false