forked from HL7/bulk-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathig.json
executable file
·47 lines (47 loc) · 1.04 KB
/
ig.json
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
{
"canonicalBase": "http://hl7.org/fhir/uv/bulkdata",
"extraTemplates": [
"inline"
],
"defaults": {
"Any": {
"template-base": "base.html",
"template-format": "format.html"
},
"StructureDefinition": {
"template-base": "sd.html"
}
},
"fixed-business-version": "1.0.0",
"license": "CC0-1.0",
"status": "draft",
"npm-name": "hl7.fhir.uv.bulkdata",
"paths": {
"output": "output",
"pages": [
"spec"
],
"qa": "qa",
"resources": [
"resources"
],
"specification": "http://hl7.org/fhir",
"history": "http://hl7.org/fhir/uv/bulkdata/history.cfml",
"temp": "temp",
"txCache": "txCache"
},
"resources": {
"StructureDefinition/oauth-uris": {
"base": "StructureDefinition-oauth-uris.html"
},
"CapabilityStatement/bulk-data": {
"base": "CapabilityStatement-bulk-data.html"
},
"OperationDefinition/export": {
"base": "OperationDefinition-export.html"
}
},
"source": "ig.xml",
"tool": "jekyll",
"version": "4.0.0"
}