|
63 | 63 | "slug": "token_management", |
64 | 64 | "group": 5, |
65 | 65 | "description": "Allow an app to manage all of a user's tokens.", |
66 | | - "protected_resources": "[]", |
67 | 66 | "protected_resources": "[[\"GET\", \"/some-url\"]]", |
68 | 67 | "default": "False" |
69 | 68 | } |
|
76 | 75 | "slug": "token_introspect", |
77 | 76 | "group": 5, |
78 | 77 | "description": "Allow an app to introspect a user's tokens.", |
79 | | - "protected_resources": "[]", |
80 | 78 | "protected_resources": "[[\"POST\", \"/v[12]/o/introspect\"]]", |
81 | 79 | "default": "False" |
82 | 80 | } |
|
85 | 83 | "model": "capabilities.protectedcapability", |
86 | 84 | "pk": 7, |
87 | 85 | "fields": { |
88 | | - "title": "openid", |
| 86 | + "title": "Openid profile permissions.", |
89 | 87 | "slug": "openid", |
90 | 88 | "group": 5, |
91 | 89 | "description": "Enables user authentication and provides a unique identifier with basic profile info.", |
92 | 90 | "protected_resources": "[]", |
93 | 91 | "default": "True" |
94 | 92 | } |
| 93 | + }, |
| 94 | + { |
| 95 | + "model": "capabilities.protectedcapability", |
| 96 | + "pk": 8, |
| 97 | + "fields": { |
| 98 | + "title": "Read my general patient and demographic information.", |
| 99 | + "slug": "patient/Patient.r", |
| 100 | + "group": 5, |
| 101 | + "description": "Patient FHIR Resource", |
| 102 | + "protected_resources": "[\n \n [\n \"GET\",\n \"/v[12]/fhir/Patient[/?].*$\"\n ]\n]", |
| 103 | + "default": "False" |
| 104 | + } |
| 105 | + }, |
| 106 | + { |
| 107 | + "model": "capabilities.protectedcapability", |
| 108 | + "pk": 9, |
| 109 | + "fields": { |
| 110 | + "title": "Search my general patient and demographic information.", |
| 111 | + "slug": "patient/Patient.s", |
| 112 | + "group": 5, |
| 113 | + "description": "Patient FHIR Resource", |
| 114 | + "protected_resources": "[\n [\n \"GET\",\n \"/v[12]/fhir/Patient[/]?$\"\n ]\n]", |
| 115 | + "default": "False" |
| 116 | + } |
| 117 | + }, |
| 118 | + { |
| 119 | + "model": "capabilities.protectedcapability", |
| 120 | + "pk": 10, |
| 121 | + "fields": { |
| 122 | + "title": "Read and search my general patient and demographic information.", |
| 123 | + "slug": "patient/Patient.rs", |
| 124 | + "group": 5, |
| 125 | + "description": "Patient FHIR Resource", |
| 126 | + "protected_resources": "[\n [\n \"GET\",\n \"/v[12]/fhir/Patient[/]?$\"\n ],\n [\n \"GET\",\n \"/v[12]/fhir/Patient[/?].*$\"\n ]\n]", |
| 127 | + "default": "False" |
| 128 | + } |
| 129 | + }, |
| 130 | + { |
| 131 | + "model": "capabilities.protectedcapability", |
| 132 | + "pk": 11, |
| 133 | + "fields": { |
| 134 | + "title": "Read my Medicare claim information.", |
| 135 | + "slug": "patient/ExplanationOfBenefit.r", |
| 136 | + "group": 5, |
| 137 | + "description": "ExplanationOfBenefit FHIR Resource", |
| 138 | + "protected_resources": "[\n \n [\n \"GET\",\n \"/v[12]/fhir/ExplanationOfBenefit[/?].*$\"\n ]\n]", |
| 139 | + "default": "False" |
| 140 | + } |
| 141 | + }, |
| 142 | + { |
| 143 | + "model": "capabilities.protectedcapability", |
| 144 | + "pk": 12, |
| 145 | + "fields": { |
| 146 | + "title": "Search my Medicare claim information.", |
| 147 | + "slug": "patient/ExplanationOfBenefit.s", |
| 148 | + "group": 5, |
| 149 | + "description": "ExplanationOfBenefit FHIR Resource", |
| 150 | + "protected_resources": "[\n [\n \"GET\",\n \"/v[12]/fhir/ExplanationOfBenefit[/]?$\"\n ]\n]", |
| 151 | + "default": "False" |
| 152 | + } |
| 153 | + }, |
| 154 | + { |
| 155 | + "model": "capabilities.protectedcapability", |
| 156 | + "pk": 13, |
| 157 | + "fields": { |
| 158 | + "title": "Read and search my Medicare claim information.", |
| 159 | + "slug": "patient/ExplanationOfBenefit.rs", |
| 160 | + "group": 5, |
| 161 | + "description": "ExplanationOfBenefit FHIR Resource", |
| 162 | + "protected_resources": "[\n [\n \"GET\",\n \"/v[12]/fhir/ExplanationOfBenefit[/]?$\"\n ],\n [\n \"GET\",\n \"/v[12]/fhir/ExplanationOfBenefit[/?].*$\"\n ]\n]", |
| 163 | + "default": "False" |
| 164 | + } |
| 165 | + }, |
| 166 | + { |
| 167 | + "model": "capabilities.protectedcapability", |
| 168 | + "pk": 14, |
| 169 | + "fields": { |
| 170 | + "title": "Read my Medicare and supplemental coverage information.", |
| 171 | + "slug": "patient/Coverage.r", |
| 172 | + "group": 5, |
| 173 | + "description": "Coverage FHIR Resource", |
| 174 | + "protected_resources": "[\n \n [\n \"GET\",\n \"/v[12]/fhir/Coverage[/?].*$\"\n ]\n]", |
| 175 | + "default": "False" |
| 176 | + } |
| 177 | + }, |
| 178 | + { |
| 179 | + "model": "capabilities.protectedcapability", |
| 180 | + "pk": 15, |
| 181 | + "fields": { |
| 182 | + "title": "Search my Medicare and supplemental coverage information.", |
| 183 | + "slug": "patient/Coverage.s", |
| 184 | + "group": 5, |
| 185 | + "description": "Coverage FHIR Resource", |
| 186 | + "protected_resources": "[\n [\n \"GET\",\n \"/v[12]/fhir/Coverage[/]?$\"\n ]\n]", |
| 187 | + "default": "False" |
| 188 | + } |
| 189 | + }, |
| 190 | + { |
| 191 | + "model": "capabilities.protectedcapability", |
| 192 | + "pk": 16, |
| 193 | + "fields": { |
| 194 | + "title": "Read and search my Medicare and supplemental coverage information.", |
| 195 | + "slug": "patient/Coverage.rs", |
| 196 | + "group": 5, |
| 197 | + "description": "Coverage FHIR Resource", |
| 198 | + "protected_resources": "[\n [\n \"GET\",\n \"/v[12]/fhir/Coverage[/]?$\"\n ],\n [\n \"GET\",\n \"/v[12]/fhir/Coverage[/?].*$\"\n ]\n]", |
| 199 | + "default": "False" |
| 200 | + } |
| 201 | + }, |
| 202 | + { |
| 203 | + "model": "capabilities.protectedcapability", |
| 204 | + "pk": 17, |
| 205 | + "fields": { |
| 206 | + "title": "Patient launch context.", |
| 207 | + "slug": "launch/patient", |
| 208 | + "group": 5, |
| 209 | + "description": "Launch with FHIR Patient context.", |
| 210 | + "protected_resources": "[]", |
| 211 | + "default": "False" |
| 212 | + } |
95 | 213 | } |
96 | 214 | ] |
0 commit comments