forked from HL7/US-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sushi-config.yaml
98 lines (95 loc) · 5.29 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
# ╭──────────────────────────────────────ImplementationGuide───────────────────────────────────────╮
# │ The properties below are used to create the ImplementationGuide resource. For a list of │
# │ supported properties, see: https://fshschool.org/sushi/configuration/ │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.fhir.us.core
canonical: 'http://hl7.org/fhir/us/core'
name: USCore
title: US Core Implementation Guide
status: active
publisher:
name: HL7 International - US Realm Steering Committee
url: 'http://www.hl7.org/Special/committees/usrealm/index.cfm'
jurisdiction: 'urn:iso:std:iso:3166#US'
copyright: >-
Used by permission of HL7 International, all rights reserved Creative Commons License
description: >-
The US Core Implementation Guide is based on FHIR Version R4 and defines the minimum conformance requirements for accessing patient data. The Argonaut pilot implementations, ONC 2015 Edition Common Clinical Data Set (CCDS), and ONC U.S. Core Data for Interoperability (USCDI) v1 provided the requirements for this guide. The prior Argonaut search and vocabulary requirements, based on FHIR DSTU2, are updated in this guide to support FHIR Version R4. This guide was used as the basis for further testing and guidance by the Argonaut Project Team to provide additional content and guidance specific to Data Query Access for purpose of ONC Certification testing. These profiles are the foundation for future US Realm FHIR implementation guides. In addition to Argonaut, they are used by DAF-Research, QI-Core, and CIMI. Under the guidance of HL7 and the HL7 US Realm Steering Committee, the content will expand in future versions to meet the needs specific to the US Realm.
These requirements were originally developed, balloted, and published in FHIR DSTU2 as part of the Office of the National Coordinator for Health Information Technology (ONC) sponsored Data Access Framework (DAF) project. For more information on how DAF became US Core see the US Core change notes.
license: CC0-1.0
date: 2021-06-16
version: 4.1.0
fhirVersion: 4.0.1
dependencies:
hl7.fhir.uv.bulkdata: 1.0.1
us.nlm.vsac:
uri: 'http://fhir.org/packages/us.nlm.vsac/ImplementationGuide/us.nlm.vsac'
version: 0.3.0
id: vsac
pages:
index.md:
guidance.md:
general-guidance.md:
conformance-expectations.md:
clinical-notes-guidance.md:
medication-list-guidance.md:
basic-provenance.md:
DSTU2-to-R4-conversion.md:
title: DSTU2 to R4 Conversion
future-of-US-core.md:
title: Future of US Core
profiles-and-extensions.md:
capability-statements.md:
search-parameters-and-operations.md:
terminology.md:
security.md:
examples.md:
downloads.md:
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
#- input/summaries
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: #what does this do - todo: remove and see
- xml
- json
copyrightyear: '2021+'
releaselabel: CI Build
# ╭────────────────────────────────────────────menu.xml────────────────────────────────────────────╮
# │ To use a provided ig-data/input/includes/menu.xml file, delete the "menu" property below. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
menu:
Home: index.html
Guidance: #guidance.html
General Guidance: general-guidance.html
Conformance Expectations: conformance-expectations.html
Clinical Notes Guidance: clinical-notes-guidance.html
Medication List Guidance: medication-list-guidance.html
Basic Provenance: basic-provenance.html
DSTU2 to R4 Conversion: DSTU2-to-R4-conversion.html
Future of US Core: future-of-US-core.html
FHIR Artifacts: #artifact.html
Profiles and Extensions: profiles-and-extensions.html
Search Parameters and Operations: search-parameters-and-operations.html
Terminology: terminology.html
Capability Statements: capability-statements.html
Security: security.html
Examples: examples.html
Downloads: downloads.html