-
Notifications
You must be signed in to change notification settings - Fork 0
/
sushi-config.yaml
51 lines (47 loc) · 2.09 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# ╭─────────────────────────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.fi.scheduling
canonical: https://hl7.fi/fhir/finnish-scheduling
name: FinnishScheduling
title: Finnish Scheduling
description: Finnish HL7 FHIR implementation guide for scheduling, published and maintained by HL7 Finland
status: draft # draft | active | retired | unknown
version: 0.2.0-cibuild
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2023+
releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html
jurisdiction: urn:iso:std:iso:3166#FI "Finland" # https://www.hl7.org/fhir/valueset-jurisdiction.html
publisher:
name: HL7 Finland
url: https://www.hl7.fi/
email: mikael@sensotrend.com
dependencies:
hl7.fhir.fi.base: latest
pages:
index.md:
title: Home
profiles.md:
title: Profiles
extensions.md:
title: Extensions
terminology.md:
title: Terminology
examples.md:
title: Examples
downloads.md:
title: Downloads
versions.md:
title: Version History
parameters:
ipa-comparison: "{last}" # "{current}" | "{last}"
menu:
Home: index.html
Profiles: profiles.html
Extensions: extensions.html
Terminology: terminology.html
Examples: examples.html
Downloads: downloads.html