@medplum/definitions 2.2.10 → 3.0.1

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.
@@ -475,6 +475,26 @@
475
475
  "code" : "code"
476
476
  }]
477
477
  },
478
+ {
479
+ "id" : "ClientApplication.status",
480
+ "path" : "ClientApplication.status",
481
+ "short" : "active | error | off",
482
+ "definition" : "The client application status. The status is active by default. The status can be set to error to indicate that the client application is not working properly. The status can be set to off to indicate that the client application is no longer in use.",
483
+ "min" : 0,
484
+ "max" : "1",
485
+ "base" : {
486
+ "path" : "ClientApplication.status",
487
+ "min" : 1,
488
+ "max" : "1"
489
+ },
490
+ "type" : [{
491
+ "code" : "code"
492
+ }],
493
+ "binding" : {
494
+ "strength" : "required",
495
+ "valueSet" : "https://medplum.com/fhir/CodeSystem/client-application-status"
496
+ }
497
+ },
478
498
  {
479
499
  "id" : "ClientApplication.name",
480
500
  "path" : "ClientApplication.name",
@@ -21939,6 +21939,11 @@
21939
21939
  "comment" : "The project that contains this resource.",
21940
21940
  "min" : 0,
21941
21941
  "max" : "1",
21942
+ "base" : {
21943
+ "path" : "Meta.project",
21944
+ "min" : 0,
21945
+ "max" : "1"
21946
+ },
21942
21947
  "type" : [{
21943
21948
  "code" : "uri"
21944
21949
  }]
@@ -21951,6 +21956,11 @@
21951
21956
  "comment" : "The individual, device or organization who initiated the last change.",
21952
21957
  "min" : 0,
21953
21958
  "max" : "1",
21959
+ "base" : {
21960
+ "path" : "Meta.author",
21961
+ "min" : 0,
21962
+ "max" : "1"
21963
+ },
21954
21964
  "type" : [{
21955
21965
  "code" : "Reference"
21956
21966
  }]
@@ -21963,6 +21973,11 @@
21963
21973
  "comment" : "Optional account reference that can be used for sub-project compartments.",
21964
21974
  "min" : 0,
21965
21975
  "max" : "1",
21976
+ "base" : {
21977
+ "path" : "Meta.account",
21978
+ "min" : 0,
21979
+ "max" : "1"
21980
+ },
21966
21981
  "type" : [{
21967
21982
  "code" : "Reference"
21968
21983
  }]
@@ -21975,6 +21990,11 @@
21975
21990
  "comment" : "The list of compartments containing this resource. This is readonly and is set by the server.",
21976
21991
  "min" : 0,
21977
21992
  "max" : "*",
21993
+ "base" : {
21994
+ "path" : "Meta.compartment",
21995
+ "min" : 0,
21996
+ "max" : "*"
21997
+ },
21978
21998
  "type" : [{
21979
21999
  "code" : "Reference"
21980
22000
  }]
@@ -564,7 +564,7 @@
564
564
  "id": "priority-order",
565
565
  "url": "https://medplum.com/fhir/SearchParameter/priority-order",
566
566
  "version": "4.0.1",
567
- "name": "status",
567
+ "name": "priority-order",
568
568
  "status": "draft",
569
569
  "publisher": "Medplum",
570
570
  "description": "Numeric priority order for resource types using http://hl7.org/fhir/ValueSet/request-priority",
@@ -652,6 +652,50 @@
652
652
  ]
653
653
  }
654
654
  }
655
+ },
656
+ {
657
+ "fullUrl": "https://medplum.com/fhir/CodeSystem/client-application-status",
658
+ "resource": {
659
+ "resourceType": "CodeSystem",
660
+ "id": "client-application-status",
661
+ "url": "https://medplum.com/fhir/CodeSystem/client-application-status",
662
+ "status": "active",
663
+ "valueSet": "https://medplum.com/fhir/ValueSet/client-application-status",
664
+ "content": "complete",
665
+ "concept": [
666
+ {
667
+ "code": "active",
668
+ "display": "Active",
669
+ "definition": "Active"
670
+ },
671
+ {
672
+ "code": "off",
673
+ "display": "Off",
674
+ "definition": "Off"
675
+ },
676
+ {
677
+ "code": "error",
678
+ "display": "Error",
679
+ "definition": "Error"
680
+ }
681
+ ]
682
+ }
683
+ },
684
+ {
685
+ "fullUrl": "https://medplum.com/fhir/ValueSet/client-application-status",
686
+ "resource": {
687
+ "resourceType": "ValueSet",
688
+ "id": "client-application-status",
689
+ "url": "https://medplum.com/fhir/ValueSet/client-application-status",
690
+ "status": "active",
691
+ "compose": {
692
+ "include": [
693
+ {
694
+ "system": "https://medplum.com/fhir/CodeSystem/client-application-status"
695
+ }
696
+ ]
697
+ }
698
+ }
655
699
  }
656
700
  ]
657
701
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.2.10",
3
+ "version": "3.0.1",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",