-
Notifications
You must be signed in to change notification settings - Fork 4
/
publish-setup.json
98 lines (97 loc) · 2.97 KB
/
publish-setup.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
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
{
"website" : {
"style" : "fhir.layout",
"url" : "https://profiles.ihe.net",
"server" : "apache",
"org" : "IHE International"
},
"feeds" : {
"package" : "fhir/package-feed.xml",
"publication" : "fhir/publication-feed.xml"
},
"layout-rules" : [{
"npm" : "ihe.iti.balp",
"canonical" : "https://profiles.ihe.net/ITI/BALP",
"destination" : "/ITI/BALP"
},{
"npm" : "ihe.iti.pixm",
"canonical" : "https://profiles.ihe.net/ITI/PIXm",
"destination" : "/ITI/PIXm"
},{
"npm" : "ihe.iti.pdqm",
"canonical" : "https://profiles.ihe.net/ITI/PDQm",
"destination" : "/ITI/PDQm"
},{
"npm" : "ihe.iti.pcf",
"canonical" : "https://profiles.ihe.net/ITI/PCF",
"destination" : "/ITI/PCF"
},{
"npm" : "ihe.iti.npfs",
"canonical" : "https://profiles.ihe.net/ITI/NPFS",
"destination" : "/ITI/NPFS"
},{
"npm" : "ihe.iti.mhd",
"canonical" : "https://profiles.ihe.net/ITI/MHD",
"destination" : "/ITI/MHD"
},{
"npm" : "ihe.iti.svcm",
"canonical" : "https://profiles.ihe.net/ITI/SVCM",
"destination" : "/ITI/SVCM"
},{
"npm" : "ihe.iti.mxde",
"canonical" : "https://profiles.ihe.net/ITI/mXDE",
"destination" : "/ITI/mXDE"
},{
"npm" : "ihe.iti.sips",
"canonical" : "https://profiles.ihe.net/ITI/sIPS",
"destination" : "/ITI/sIPS"
},{
"npm" : "ihe.iti.mhds",
"canonical" : "https://profiles.ihe.net/ITI/MHDS",
"destination" : "/ITI/MHDS"
},{
"npm" : "ihe.rad.ira",
"canonical" : "https://profiles.ihe.net/RAD/IRA",
"destination" : "/RAD/IRA"
},{
"npm" : "ihe.iti.dsubm",
"canonical" : "https://profiles.ihe.net/ITI/DSUBm",
"destination" : "/ITI/DSUBm"
},{
"npm" : "ihe.formatcode.fhir",
"canonical" : "https://profiles.ihe.net/fhir/ihe.formatcode.fhir",
"destination" : "/fhir/ihe.formatcode.fhir"
},{
"npm" : "ihe.pcc.odh",
"canonical" : "https://profiles.ihe.net/PCC/ODH",
"destination" : "/PCC/ODH"
},{
"npm" : "ihe.pcc.maps",
"canonical" : "https://profiles.ihe.net/PCC/mAPS",
"destination" : "/PCC/mAPS"
},{
"npm" : "ihe.pcc.maps.us",
"canonical" : "https://profiles.ihe.net/us/PCC/mAPS",
"destination" : "/us/PCC/mAPS"
},{
"npm" : "ihe.rad.imr",
"canonical" : "https://profiles.ihe.net/RAD/IMR",
"destination" : "/RAD/IMR"
},{
"npm" : "ihe.pcc.qedm",
"canonical" : "https://profiles.ihe.net/PCC/QEDm",
"destination" : "/PCC/QEDm"
},{
"npm" : "ihe.iti.fais",
"canonical" : "https://profiles.ihe.net/ITI/FAIS",
"destination" : "/ITI/FAIS"
},{
"npm" : "ihe.iti.scheduling",
"canonical" : "https://profiles.ihe.net/ITI/Scheduling",
"destination" : "/ITI/Scheduling"
},{
"npm" : "ihe.iti.mcsd",
"canonical" : "https://profiles.ihe.net/ITI/mCSD",
"destination" : "/ITI/mCSD"
}]
}