-
Notifications
You must be signed in to change notification settings - Fork 1
/
sushi-config.yaml
126 lines (119 loc) · 4.67 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# sushi-config.yaml is documented https://fshschool.org/docs/sushi/configuration/
# ───────────────────────────────────────────────────
# the id should be lowercase made up of "ihe." + {domain acronym} + "." + {profile acronym/short-name}
# e.g. ihe.iti.mhds, or ihe.iti.basicaudit
id: ihe.pcc.qedm
canonical: https://profiles.ihe.net/PCC/QEDm
version: 3.0.0-current
name: IHE_PCC_QEDm
title: "Query for Existing Data for Mobile (QEDm)"
description: The Query for Existing Data for Mobile Profile (QEDm) supports dynamic queries for clinical data elements, including observations, allergy and intolerances, problems, diagnostic results, medications, immunizations, procedures, encounters and provenance by making the information widely available to other systems within and across enterprises to support provision of better clinical care. It defines a transaction used to query a list of specific data elements, persisted as FHIR resources.
releaseLabel: ci-build
#releaseLabel: Trial-Implementation
#releaseLabel: ballot
#date: 2024-08-09
status: active
publisher:
- name: IHE Patient Care Coordination Technical Committee
- url: https://www.ihe.net/ihe_domains/patient_care_coordination/
- email: [email protected]
contact:
- name: IHE Patient Care Coordination Technical Committee
telecom:
- system: email
value: [email protected]
license: CC-BY-4.0
fhirVersion: 4.0.1
jurisdiction: 'http://unstats.un.org/unsd/methods/m49/m49.htm#001'
#copyright: IHE http://www.ihe.net/Governance/#Intellectual_Property
copyrightYear: 2023+
dependencies:
ihe.iti.pdqm:
id: ihepdqm
uri: https://profiles.ihe.net/ITI/PDQm/ImplementationGuide/ihe.iti.pdqm
version: 3.0.x
ihe.iti.pixm:
id: ihepixm
uri: https://profiles.ihe.net/ITI/PDQm/ImplementationGuide/ihe.iti.pixm
version: 3.0.x
ihe.iti.balp:
id: iheitibasicaudit
uri: https://profiles.ihe.net/ITI/BALP/ImplementationGuide/ihe.iti.balp
version: 1.1.x
ihe.iti.mxde:
id: iheitimxde
uri: https://profiles.ihe.net/ITI/mXDE/ImplementationGuide/ihe.iti.mxde
version: 1.3.x
ihe.pcc.odh:
id: ihepccodh
uri: https://profiles.ihe.net/PCC/ODH/ImplementationGuide/ihe.pcc.odh
version: current
hl7.fhir.us.odh:
id: hl7fhirusodh
uri: http://hl7.org/fhir/us/odh/ImplementationGuide/hl7.fhir.us.odh
version: 1.3.x
# hl7.fhir.uv.ipa: 1.0.0
parameters: # see https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
path-resource:
- input/resources
- fsh-generated/resources
- input/examples
# path-pages:
# - input/pagecontent
# - fsh-generated/includes
show-inherited-invariants: 'false'
usage-stats-opt-out: 'false'
logging: progress
shownav: 'true'
active-tables: 'false'
apply-contact: 'true'
apply-jurisdiction: 'true'
apply-publisher: 'true'
apply-version: 'true'
#resources:
# list every example here with a name, description and that exampleBoolean is true; These are used to populate the artifacts page, and are needed to eliminate build warnings
# You may delay filling out this section until you approach publication as it is merely a nice to have and eliminates build warnings -- If you do this then you will need above the autoload-resources true
pages:
# itemize here each narrative page. Include assigned section numbers when appropriate
index.md:
title: Query for Existing Data for Mobile (QEDm) Home
generation: markdown
volume-1.md:
title: 1:18 Query for Existing Data for Mobile (QEDm)
generation: markdown
PCC-44.md:
title: 2:3.44 Mobile Query Existing Data [PCC-44]
generation: markdown
volume-4.md:
title: Volume 4 - National Extensions
generation: markdown
testplan.md:
title: "Test Plan"
generation: markdown
issues.md:
title: Significant Changes and Issues
generation: markdown
other.md:
title: Changes to Other IHE Specifications
generation: markdown
downloads.md:
title: Download and Analysis
generation: markdown
menu:
QEDm Home: index.html
Volume 1:
Introduction: volume-1.html
Actors and Transactions: volume-1.html#actors-and-transactions
Actor Options: volume-1.html#actor-options
Required Groupings: volume-1.html#required-groupings
Overview: volume-1.html#overview
Security Considerations: volume-1.html#security-considerations
Cross-Profile Considerations: volume-1.html#other-grouping
Volume 2:
"Mobile Query Existing Data [PCC-44]": PCC-44.html
Volume 4: volume-4.html
Artifacts: artifacts.html
Other:
Changes to Other IHE Specifications: other.html
Download and Analysis: downloads.html
Test Plan: testplan.html