Skip to content

Commit dff9976

Browse files
author
HS Robot
committed
Update Core Module Resources docs
1 parent ecd9a60 commit dff9976

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

docs/reference/system-resources-reference/core-module-resources.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,12 @@ Status tracking for Aidbox job executions.
488488
} ]
489489
```
490490

491+
### Search Parameters
492+
493+
| SearchParameter | Type | Expression | Description |
494+
|---|---|---|---|
495+
| job | reference | `job` | Search AidboxJobStatus by job reference |
496+
491497

492498
## AidboxMigration
493499

@@ -3579,6 +3585,18 @@ Terminology concept resource for Aidbox.
35793585
} ]
35803586
```
35813587

3588+
### Search Parameters
3589+
3590+
| SearchParameter | Type | Expression | Description |
3591+
|---|---|---|---|
3592+
| code | string | `code` | Search Concept by code |
3593+
| codetext | string | `code` | Search Concept by code as text |
3594+
| deprecated | token | `deprecated` | Search Concept by deprecated status |
3595+
| display | string | `display` | Search Concept by display |
3596+
| hierarchy | string | `hierarchy` | Search Concept by hierarchy |
3597+
| system | string | `system` | Search Concept by system |
3598+
| valueset | string | `valueset` | Search Concept by valueset |
3599+
35823600

35833601
## ConceptMapRule
35843602

@@ -4347,6 +4365,14 @@ FHIR Terminology Repository configuration resource.
43474365
} ]
43484366
```
43494367

4368+
### Search Parameters
4369+
4370+
| SearchParameter | Type | Expression | Description |
4371+
|---|---|---|---|
4372+
| config | reference | `config` | Search Hl7v2Message by config |
4373+
| event | token | `event` | Search Hl7v2Message by event |
4374+
| type | token | `type` | Search Hl7v2Message by type |
4375+
43504376

43514377
## IdentityProvider
43524378

@@ -7304,6 +7330,21 @@ Terminology bundle file tracking resource.
73047330
} ]
73057331
```
73067332

7333+
### Search Parameters
7334+
7335+
| SearchParameter | Type | Expression | Description |
7336+
|---|---|---|---|
7337+
| active | token | `active` | Search User by active status |
7338+
| email | string | `email` | Search User by email |
7339+
| gender | string | `gender` | Search User by gender |
7340+
| identifier | token | `identifier` | Search User by identifier |
7341+
| inactive | token | `inactive` | Search User by inactive status |
7342+
| name | string | `name.formatted \| name.givenName \| name.familyName` | Search User by name |
7343+
| organization | reference | `organization` | Search User by organization |
7344+
| phoneNumber | string | `phoneNumber` | Search User by phone number |
7345+
| title | string | `title` | Search User by title |
7346+
| userName | string | `userName` | Search User by userName |
7347+
73077348

73087349
## ViewDefinition
73097350

@@ -14302,6 +14343,70 @@ Profile for FHIR package installation parameters.
1430214343
"max" : 1,
1430314344
"type" : "",
1430414345
"desc" : ""
14346+
}, {
14347+
"path" : "parameter",
14348+
"name" : "parameter:override",
14349+
"lvl" : 0,
14350+
"min" : 0,
14351+
"max" : "*",
14352+
"type" : "",
14353+
"desc" : ""
14354+
}, {
14355+
"path" : "parameter.name",
14356+
"name" : "name",
14357+
"lvl" : 1,
14358+
"min" : 0,
14359+
"max" : 1,
14360+
"type" : "",
14361+
"desc" : ""
14362+
}, {
14363+
"path" : "parameter.part",
14364+
"name" : "part",
14365+
"lvl" : 1,
14366+
"min" : 2,
14367+
"max" : 1,
14368+
"type" : "",
14369+
"desc" : ""
14370+
}, {
14371+
"path" : "parameter.part",
14372+
"name" : "part:from",
14373+
"lvl" : 1,
14374+
"min" : 1,
14375+
"max" : 1,
14376+
"type" : "",
14377+
"desc" : ""
14378+
}, {
14379+
"path" : "parameter.part.name",
14380+
"name" : "name",
14381+
"lvl" : 2,
14382+
"min" : 0,
14383+
"max" : 1,
14384+
"type" : "",
14385+
"desc" : ""
14386+
}, {
14387+
"path" : "parameter.part",
14388+
"name" : "part:to",
14389+
"lvl" : 1,
14390+
"min" : 1,
14391+
"max" : 1,
14392+
"type" : "",
14393+
"desc" : ""
14394+
}, {
14395+
"path" : "parameter.part.name",
14396+
"name" : "name",
14397+
"lvl" : 2,
14398+
"min" : 0,
14399+
"max" : 1,
14400+
"type" : "",
14401+
"desc" : ""
14402+
}, {
14403+
"path" : "parameter.part.value[x]",
14404+
"name" : "value[x]",
14405+
"lvl" : 2,
14406+
"min" : 0,
14407+
"max" : 1,
14408+
"type" : "string",
14409+
"desc" : ""
1430514410
}, {
1430614411
"path" : "parameter",
1430714412
"name" : "parameter:package",

0 commit comments

Comments
 (0)