-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsushi-config.yaml
66 lines (63 loc) · 3.22 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# ╭─────────────────────────────────ImplementationGuide-fish.json──────────────────────────────────╮
# │ The properties below are used to create the ImplementationGuide resource. For a list of │
# │ supported properties, see: │
# │ https://fshschool.org/docs/sushi/configuration/#full-configuration │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.fhir.uv.patient-corrections
canonical: http://hl7.org/fhir/uv/patient-corrections
version: 1.0.0
name: PatientCorrectionsImplementationGuide
title: "Patient Request for Corrections Implementation Guide"
status: draft
publisher:
- name: HL7 International - Patient Empowerment Workgroup
- url: https://www.hl7.org/Special/committees/patientempowerment
contact:
- name: Virginia Lorenzi
telecom:
- system: email
value: vlorenzi@nyp.org
# url: https://www.hl7.org/Special/committees/patientempowerment
use: work
description: "The Patient Request for Corrections Implementation Guide provides a method for communicating a patient's request for corrections to their patient data, as well as a way for health care organizations to respond to those requests."
license: CC0-1.0
fhirVersion: 4.0.1
parameters:
apply-publisher: true
apply-contact: true
apply-version: true
show-inherited-invariants: false
copyrightYear: 2020+
releaseLabel: STU 1 Ballot
jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World"
dependencies:
hl7.fhir.uv.tools: current
pages:
index.md:
title: Home
actors-and-use-cases.md:
title: Actors and Use Cases
specification.md:
title: Specification
examples.md:
title: Examples
artifacts.html:
title: Artifacts
downloads.md:
title: Downloads
techanalysis.md:
title: Technical Analysis
# ╭────────────────────────────────────────────menu.xml────────────────────────────────────────────╮
# │ To use a provided input/includes/menu.xml file, delete the "menu" property below. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
menu:
Home: index.html
Table of Contents: toc.html
Actors and Use Cases: actors-and-use-cases.html
Specification: specification.html
Examples: examples.html
Artifacts: artifacts.html
Downloads: downloads.html
Other Resources:
"FHIR Spec": new-tab {{site.data.fhir.path}}index.html
"Technical Analysis": techanalysis.html