-
Notifications
You must be signed in to change notification settings - Fork 6
/
sushi-config.yaml
137 lines (129 loc) · 5.58 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
126
127
128
129
130
131
132
133
134
135
136
137
# ╭──────────────────────────────────────ImplementationGuide───────────────────────────────────────╮
# │ The properties below are used to create the ImplementationGuide resource. For a list of │
# │ supported properties, see: https://fshschool.org/docs/sushi/configuration/ │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.fhir.uv.ipa
canonical: http://hl7.org/fhir/uv/ipa
name: InternationalPatientAccess
title: International Patient Access
status: draft
publisher:
name: HL7 International - Patient Care Work Group
url: 'http://www.hl7.org/Special/committees/patientcare'
email: [email protected]
jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World"
copyright: >-
Used by permission of HL7 International all rights reserved Creative Commons License
description: >-
This IG describes how an application acting on behalf of a patient can access information about the patient from an clinical records system using a FHIR based API. The clinical records system may be supporting a clinical care provider (e.g. a hospital, or a general practitioner), or a health data exchange, including a national health record system.
license: CC0-1.0
date: '2023-02-01'
version: 1.1.0
fhirVersion: 4.0.1
dependencies:
hl7.fhir.uv.smart-app-launch: 2.0.0
groups: #**** NEED TO LIST NEW PROFILES IN A GROUP OR THEY WON'T SHOW UP***
GroupA:
name: 'Profiles: Primary Resources'
description: Content Definitions for primary resources
resources:
- StructureDefinition/ipa-immunization
- StructureDefinition/ipa-allergyintolerance
- StructureDefinition/ipa-medicationrequest
- StructureDefinition/ipa-documentreference
- StructureDefinition/ipa-observation
- StructureDefinition/ipa-patient
- StructureDefinition/ipa-medicationstatement
- StructureDefinition/ipa-condition
- StructureDefinition/ipa-problem-list-item
GroupB:
name: 'Profiles: Supporting Resources'
description: Content Definitions for supporting resources
resources:
- StructureDefinition/ipa-practitionerrole
- StructureDefinition/ipa-medication
- StructureDefinition/ipa-practitioner
pages:
index.md:
title: International Patient Access
conformance.md:
title: Conforming to this Specification
using-the-api.md:
title: Using the API
access.md:
title: Gaining Access to a Patient Record
fetching.md:
title: Finding and Retrieving Patient Information
synchronization.md:
title: Synchronizing Patient Records
internationalization.md:
title: Internationalization Issues
security.md:
title: Security and Privacy
downloads.md:
title: Downloads
change-log.md:
title: Change Log
ImplementationGuide-hl7.fhir.uv.ipa.md:
title: IPA ImplementationGuide Resource
parameters: # see https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
path-resource:
- input/resources
- fsh-generated/resources
path-pages:
- input/pagecontent
- input/intro-notes
- fsh-generated/includes
# path-expansion-params: '../../input/_resources/exp-params.json' # for using US ed of SNOMED
# active-tables: 'false'
apply-contact: 'true'
apply-jurisdiction: 'true'
apply-publisher: 'true'
apply-version: 'true'
show-inherited-invariants: 'false'
usage-stats-opt-out: 'true'
excludexml: 'false'
excludejsn: 'false'
excludettl: 'true'
excludemap: 'true'
excludeexample: 'true'
generate:
- xml
- json
# version-comparison:
# - 1.0.0
# suppressed-ids: '$examples'
logging:
- progress
- tx
- context
- init
copyrightyear: '2022+'
# releaselabel: Ballot
releaselabel: STU1
# ╭────────────────────────────────────────────menu.xml────────────────────────────────────────────╮
# │ To use a provided ig-data/input/includes/menu.xml file, delete the "menu" property below. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
menu:
Home: index.html
Conformance: conformance.html
Using The API:
# Exchanging Clinical Data: exchanging-clinical-data.html
# IPA Server Requirements: ipa-server.html
Gaining Access to a Patient Record: access.html
Finding and Retrieving Patient Information: fetching.html
Synchronizing Patient Records: synchronization.html
Internationalization Issues: internationalization.html
Security and Privacy: security.html
Artifact Index:
Artifacts Summary: artifacts.html
Profiles: artifacts.html#1
CapabilityStatements: artifacts.html#3
Operations: artifacts.html#4
# Value Sets: artifacts.html#4
# Code Systems: artifacts.html#5
Examples: artifacts.html#5
Support:
FHIR: "{{site.data.fhir.path}}index.html"
Downloads: downloads.html
Change Log: change-log.html