@medplum/definitions 2.2.7 → 3.0.0

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",
@@ -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.7",
3
+ "version": "3.0.0",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",