@medplum/definitions 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62458,6 +62458,13 @@
62458
62458
  "description": "The base language in which the resource is written.",
62459
62459
  "$ref": "#/definitions/code"
62460
62460
  },
62461
+ "identifier": {
62462
+ "description": "An identifier for this agent.",
62463
+ "items": {
62464
+ "$ref": "#/definitions/Identifier"
62465
+ },
62466
+ "type": "array"
62467
+ },
62461
62468
  "name": {
62462
62469
  "description": "The human readable friendly name of the agent.",
62463
62470
  "$ref": "#/definitions/string"
@@ -13,6 +13,7 @@
13
13
  "name" : "Project",
14
14
  "url" : "https://medplum.com/fhir/StructureDefinition/Project",
15
15
  "status" : "active",
16
+ "description": "Encapsulation of resources for a specific project or organization.",
16
17
  "kind" : "resource",
17
18
  "abstract" : false,
18
19
  "type" : "Project",
@@ -393,6 +394,7 @@
393
394
  "name" : "ClientApplication",
394
395
  "url" : "https://medplum.com/fhir/StructureDefinition/ClientApplication",
395
396
  "status" : "active",
397
+ "description": "Medplum client application for automated access.",
396
398
  "kind" : "resource",
397
399
  "abstract" : false,
398
400
  "type" : "ClientApplication",
@@ -3962,6 +3964,22 @@
3962
3964
  "code" : "code"
3963
3965
  }]
3964
3966
  },
3967
+ {
3968
+ "id" : "Agent.identifier",
3969
+ "path" : "Agent.identifier",
3970
+ "short" : "An identifier for this agent",
3971
+ "definition" : "An identifier for this agent.",
3972
+ "min" : 0,
3973
+ "max" : "*",
3974
+ "type" : [{
3975
+ "code" : "Identifier"
3976
+ }],
3977
+ "base" : {
3978
+ "path" : "Agent.identifier",
3979
+ "min" : 0,
3980
+ "max" : "*"
3981
+ }
3982
+ },
3965
3983
  {
3966
3984
  "id" : "Agent.name",
3967
3985
  "path" : "Agent.name",
@@ -506,6 +506,23 @@
506
506
  "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"]
507
507
  }
508
508
  },
509
+ {
510
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Agent-identifier",
511
+ "resource": {
512
+ "resourceType": "SearchParameter",
513
+ "id": "Agent-identifier",
514
+ "url": "https://medplum.com/fhir/SearchParameter/Agent-identifier",
515
+ "version": "4.0.1",
516
+ "name": "identifier",
517
+ "status": "draft",
518
+ "publisher": "Medplum",
519
+ "description": "The identifier of the agent",
520
+ "code": "identifier",
521
+ "base": ["Agent"],
522
+ "type": "token",
523
+ "expression": "Agent.identifier"
524
+ }
525
+ },
509
526
  {
510
527
  "fullUrl": "https://medplum.com/fhir/SearchParameter/Agent-name",
511
528
  "resource": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",