-
Notifications
You must be signed in to change notification settings - Fork 0
/
sushi-config.yaml
45 lines (40 loc) · 1.96 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
# ╭─────────────────────────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: medcom.fhir.dk.homecareobservation
canonical: http://medcomfhir.dk/ig/homecareobservation
name: MedComHomeCareObservation
title: MedCom HomeCareObservation
# title: Example Title
# description: Example Implementation Guide for getting started with SUSHI
status: active # draft | active | retired | unknown
version: 1.0.0
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2023+
releaseLabel: release # 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#DK "Denmark"
publisher:
name: MedCom
url: http://www.medcom.dk
# email: [email protected]
dependencies:
hl7.fhir.dk.core:
uri: https://hl7.dk/fhir/core/
version: 2.2.0
medcom.fhir.dk.terminology: 1.5.0
medcom.fhir.dk.core: 2.3.0
medcom.fhir.dk.messaging: 2.1.0
menu:
Table of Contents: toc.html
Home: index.html
Profiles: profiles.html
Extensions: extensions.html
Artifacts: artifacts.html
Downloads: downloads.html
parameters:
apply-contact: true
apply-jurisdiction: true
apply-publisher: true