@medplum/definitions 2.0.24 → 2.0.26

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.
@@ -65478,554 +65478,5 @@
65478
65478
  "xpath" : "f:VisionPrescription/f:status",
65479
65479
  "xpathUsage" : "normal"
65480
65480
  }
65481
- },
65482
- {
65483
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-name",
65484
- "resource" : {
65485
- "resourceType" : "SearchParameter",
65486
- "id" : "Project-name",
65487
- "url" : "https://medplum.com/fhir/SearchParameter/Project-name",
65488
- "version" : "4.0.1",
65489
- "name" : "name",
65490
- "status" : "draft",
65491
- "publisher" : "Medplum",
65492
- "description" : "The name of the project",
65493
- "code" : "name",
65494
- "base" : ["Project"],
65495
- "type" : "string",
65496
- "expression" : "Project.name",
65497
- "xpath" : "f:Project/f:name",
65498
- "xpathUsage" : "normal"
65499
- }
65500
- },
65501
- {
65502
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-owner",
65503
- "resource" : {
65504
- "resourceType" : "SearchParameter",
65505
- "id" : "Project-owner",
65506
- "url" : "https://medplum.com/fhir/SearchParameter/Project-owner",
65507
- "version" : "4.0.1",
65508
- "name" : "name",
65509
- "status" : "draft",
65510
- "publisher" : "Medplum",
65511
- "description" : "The user who owns the project",
65512
- "code" : "owner",
65513
- "base" : ["Project"],
65514
- "type" : "reference",
65515
- "expression" : "Project.owner",
65516
- "xpath" : "f:Project/f:owner",
65517
- "xpathUsage" : "normal",
65518
- "target" : ["User"]
65519
- }
65520
- },
65521
- {
65522
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
65523
- "resource" : {
65524
- "resourceType" : "SearchParameter",
65525
- "id" : "Project-google-client-id",
65526
- "url" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
65527
- "version" : "4.0.1",
65528
- "name" : "name",
65529
- "status" : "draft",
65530
- "publisher" : "Medplum",
65531
- "description" : "The Google Client ID of the project",
65532
- "code" : "google-client-id",
65533
- "base" : ["Project"],
65534
- "type" : "token",
65535
- "expression" : "Project.site.googleClientId",
65536
- "xpath" : "f:Project/f:site/f:googleClientId",
65537
- "xpathUsage" : "normal"
65538
- }
65539
- },
65540
- {
65541
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
65542
- "resource" : {
65543
- "resourceType" : "SearchParameter",
65544
- "id" : "Project-recaptcha-site-key",
65545
- "url" : "https://medplum.com/fhir/SearchParameter/Project-recaptcha-site-key",
65546
- "version" : "4.0.1",
65547
- "name" : "name",
65548
- "status" : "draft",
65549
- "publisher" : "Medplum",
65550
- "description" : "The reCAPTCHA site key of the project",
65551
- "code" : "recaptcha-site-key",
65552
- "base" : ["Project"],
65553
- "type" : "token",
65554
- "expression" : "Project.site.recaptchaSiteKey",
65555
- "xpath" : "f:Project/f:site/f:recaptchaSiteKey",
65556
- "xpathUsage" : "normal"
65557
- }
65558
- },
65559
- {
65560
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
65561
- "resource" : {
65562
- "resourceType" : "SearchParameter",
65563
- "id" : "ProjectMembership-project",
65564
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
65565
- "version" : "4.0.1",
65566
- "name" : "project",
65567
- "status" : "draft",
65568
- "publisher" : "Medplum",
65569
- "description" : "The project associated with the project membership",
65570
- "code" : "project",
65571
- "base" : ["ProjectMembership"],
65572
- "type" : "reference",
65573
- "expression" : "ProjectMembership.project",
65574
- "xpath" : "f:ProjectMembership/f:project",
65575
- "xpathUsage" : "normal",
65576
- "target" : ["Project"]
65577
- }
65578
- },
65579
- {
65580
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
65581
- "resource" : {
65582
- "resourceType" : "SearchParameter",
65583
- "id" : "ProjectMembership-user",
65584
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-user",
65585
- "version" : "4.0.1",
65586
- "name" : "user",
65587
- "status" : "draft",
65588
- "publisher" : "Medplum",
65589
- "description" : "The user associated with the project membership",
65590
- "code" : "user",
65591
- "base" : ["ProjectMembership"],
65592
- "type" : "reference",
65593
- "expression" : "ProjectMembership.user",
65594
- "xpath" : "f:ProjectMembership/f:user",
65595
- "xpathUsage" : "normal",
65596
- "target" : ["ClientApplication", "User"]
65597
- }
65598
- },
65599
- {
65600
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
65601
- "resource" : {
65602
- "resourceType" : "SearchParameter",
65603
- "id" : "ProjectMembership-profile",
65604
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile",
65605
- "version" : "4.0.1",
65606
- "name" : "profile",
65607
- "status" : "draft",
65608
- "publisher" : "Medplum",
65609
- "description" : "The user profile associated with the project membership",
65610
- "code" : "profile",
65611
- "base" : ["ProjectMembership"],
65612
- "type" : "reference",
65613
- "expression" : "ProjectMembership.profile",
65614
- "xpath" : "f:ProjectMembership/f:profile",
65615
- "xpathUsage" : "normal",
65616
- "target" : ["ClientApplication", "Patient", "Practitioner"]
65617
- }
65618
- },
65619
- {
65620
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
65621
- "resource" : {
65622
- "resourceType" : "SearchParameter",
65623
- "id" : "ProjectMembership-profile-type",
65624
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-profile-type",
65625
- "version" : "4.0.1",
65626
- "name" : "profile-type",
65627
- "status" : "draft",
65628
- "publisher" : "Medplum",
65629
- "description" : "Resource type of the user profile associated with the project membership",
65630
- "code" : "profile-type",
65631
- "base" : ["ProjectMembership"],
65632
- "type" : "token",
65633
- "expression" : "ProjectMembership.profile.resolve().resourceType",
65634
- "xpath" : "f:ProjectMembership/f:profile",
65635
- "xpathUsage" : "normal"
65636
- }
65637
- },
65638
- {
65639
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
65640
- "resource" : {
65641
- "resourceType" : "SearchParameter",
65642
- "id" : "ProjectMembership-external-id",
65643
- "url" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-external-id",
65644
- "version" : "4.0.1",
65645
- "name" : "external-id",
65646
- "status" : "draft",
65647
- "publisher" : "Medplum",
65648
- "description" : "The externalID of the user",
65649
- "code" : "external-id",
65650
- "base" : ["ProjectMembership"],
65651
- "type" : "string",
65652
- "expression" : "ProjectMembership.externalId",
65653
- "xpath" : "f:ProjectMembership/f:externalId",
65654
- "xpathUsage" : "normal"
65655
- }
65656
- },
65657
- {
65658
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
65659
- "resource" : {
65660
- "resourceType" : "SearchParameter",
65661
- "id" : "ClientApplication-name",
65662
- "url" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
65663
- "version" : "4.0.1",
65664
- "name" : "name",
65665
- "status" : "draft",
65666
- "publisher" : "Medplum",
65667
- "description" : "The name of the client application",
65668
- "code" : "name",
65669
- "base" : ["ClientApplication"],
65670
- "type" : "string",
65671
- "expression" : "ClientApplication.name",
65672
- "xpath" : "f:ClientApplication/f:name",
65673
- "xpathUsage" : "normal"
65674
- }
65675
- },
65676
- {
65677
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
65678
- "resource" : {
65679
- "resourceType" : "SearchParameter",
65680
- "id" : "JsonWebKey-active",
65681
- "url" : "https://medplum.com/fhir/SearchParameter/JsonWebKey-active",
65682
- "version" : "4.0.1",
65683
- "name" : "active",
65684
- "status" : "draft",
65685
- "publisher" : "Medplum",
65686
- "description" : "Whether the JWK is active",
65687
- "code" : "active",
65688
- "base" : ["JsonWebKey"],
65689
- "type" : "token",
65690
- "expression" : "JsonWebKey.active",
65691
- "xpath" : "f:JsonWebKey/f:active",
65692
- "xpathUsage" : "normal"
65693
- }
65694
- },
65695
- {
65696
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/User-email",
65697
- "resource" : {
65698
- "resourceType" : "SearchParameter",
65699
- "id" : "User-email",
65700
- "url" : "https://medplum.com/fhir/SearchParameter/User-email",
65701
- "version" : "4.0.1",
65702
- "name" : "email",
65703
- "status" : "draft",
65704
- "publisher" : "Medplum",
65705
- "description" : "The email address of the user",
65706
- "code" : "email",
65707
- "base" : ["User"],
65708
- "type" : "string",
65709
- "expression" : "User.email",
65710
- "xpath" : "f:User/f:email",
65711
- "xpathUsage" : "normal"
65712
- }
65713
- },
65714
- {
65715
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/User-external-id",
65716
- "resource" : {
65717
- "resourceType" : "SearchParameter",
65718
- "id" : "User-external-id",
65719
- "url" : "https://medplum.com/fhir/SearchParameter/User-external-id",
65720
- "version" : "4.0.1",
65721
- "name" : "external-id",
65722
- "status" : "draft",
65723
- "publisher" : "Medplum",
65724
- "description" : "The externalID of the user",
65725
- "code" : "external-id",
65726
- "base" : ["User"],
65727
- "type" : "string",
65728
- "expression" : "User.externalId",
65729
- "xpath" : "f:User/f:externalId",
65730
- "xpathUsage" : "normal"
65731
- }
65732
- },
65733
- {
65734
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/User-project",
65735
- "resource" : {
65736
- "resourceType" : "SearchParameter",
65737
- "id" : "User-project",
65738
- "url" : "https://medplum.com/fhir/SearchParameter/User-project",
65739
- "version" : "4.0.1",
65740
- "name" : "project",
65741
- "status" : "draft",
65742
- "publisher" : "Medplum",
65743
- "description" : "The project that contains the user",
65744
- "code" : "project",
65745
- "base" : ["User"],
65746
- "type" : "reference",
65747
- "expression" : "User.project",
65748
- "xpath" : "f:User/f:project",
65749
- "xpathUsage" : "normal",
65750
- "target" : ["Project"]
65751
- }
65752
- },
65753
- {
65754
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Login-user",
65755
- "resource" : {
65756
- "resourceType" : "SearchParameter",
65757
- "id" : "Login-user",
65758
- "url" : "https://medplum.com/fhir/SearchParameter/Login-user",
65759
- "version" : "4.0.1",
65760
- "name" : "code",
65761
- "status" : "draft",
65762
- "publisher" : "Medplum",
65763
- "description" : "The user of the login",
65764
- "code" : "user",
65765
- "base" : ["Login"],
65766
- "type" : "reference",
65767
- "expression" : "Login.user",
65768
- "xpath" : "f:Login/f:user",
65769
- "xpathUsage" : "normal",
65770
- "target" : ["Bot", "ClientApplication", "User"]
65771
- }
65772
- },
65773
- {
65774
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Login-code",
65775
- "resource" : {
65776
- "resourceType" : "SearchParameter",
65777
- "id" : "Login-code",
65778
- "url" : "https://medplum.com/fhir/SearchParameter/Login-code",
65779
- "version" : "4.0.1",
65780
- "name" : "code",
65781
- "status" : "draft",
65782
- "publisher" : "Medplum",
65783
- "description" : "The code of the login",
65784
- "code" : "code",
65785
- "base" : ["Login"],
65786
- "type" : "token",
65787
- "expression" : "Login.code",
65788
- "xpath" : "f:Login/f:code",
65789
- "xpathUsage" : "normal"
65790
- }
65791
- },
65792
- {
65793
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Login-cookie",
65794
- "resource" : {
65795
- "resourceType" : "SearchParameter",
65796
- "id" : "Login-cookie",
65797
- "url" : "https://medplum.com/fhir/SearchParameter/Login-cookie",
65798
- "version" : "4.0.1",
65799
- "name" : "cookie",
65800
- "status" : "draft",
65801
- "publisher" : "Medplum",
65802
- "description" : "The cookie code of the login",
65803
- "code" : "cookie",
65804
- "base" : ["Login"],
65805
- "type" : "token",
65806
- "expression" : "Login.cookie",
65807
- "xpath" : "f:Login/f:cookie",
65808
- "xpathUsage" : "normal"
65809
- }
65810
- },
65811
- {
65812
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-identifier",
65813
- "resource" : {
65814
- "resourceType" : "SearchParameter",
65815
- "id" : "Bot-identifier",
65816
- "url" : "https://medplum.com/fhir/SearchParameter/Bot-identifier",
65817
- "version" : "4.0.1",
65818
- "name" : "name",
65819
- "status" : "draft",
65820
- "publisher" : "Medplum",
65821
- "description" : "The identifier of the bot",
65822
- "code" : "identifier",
65823
- "base" : ["Bot"],
65824
- "type" : "token",
65825
- "expression" : "Bot.identifier",
65826
- "xpath" : "f:Bot/f:identifier",
65827
- "xpathUsage" : "normal"
65828
- }
65829
- },
65830
- {
65831
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-name",
65832
- "resource" : {
65833
- "resourceType" : "SearchParameter",
65834
- "id" : "Bot-name",
65835
- "url" : "https://medplum.com/fhir/SearchParameter/Bot-name",
65836
- "version" : "4.0.1",
65837
- "name" : "name",
65838
- "status" : "draft",
65839
- "publisher" : "Medplum",
65840
- "description" : "The name of the bot",
65841
- "code" : "name",
65842
- "base" : ["Bot"],
65843
- "type" : "string",
65844
- "expression" : "Bot.name",
65845
- "xpath" : "f:Bot/f:name",
65846
- "xpathUsage" : "normal"
65847
- }
65848
- },
65849
- {
65850
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/Bot-category",
65851
- "resource" : {
65852
- "resourceType" : "SearchParameter",
65853
- "id" : "Bot-category",
65854
- "url" : "https://medplum.com/fhir/SearchParameter/Bot-category",
65855
- "version" : "4.0.1",
65856
- "name" : "category",
65857
- "status" : "draft",
65858
- "publisher" : "Medplum",
65859
- "description" : "The category of the bot for the classification for service",
65860
- "code" : "category",
65861
- "base" : ["Bot"],
65862
- "type" : "token",
65863
- "expression" : "Bot.category",
65864
- "xpath" : "f:Bot/f:category",
65865
- "xpathUsage" : "normal"
65866
- }
65867
- },
65868
- {
65869
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
65870
- "resource" : {
65871
- "resourceType" : "SearchParameter",
65872
- "id" : "UserConfiguration-name",
65873
- "url" : "https://medplum.com/fhir/SearchParameter/UserConfiguration-name",
65874
- "version" : "4.0.1",
65875
- "name" : "name",
65876
- "status" : "draft",
65877
- "publisher" : "Medplum",
65878
- "description" : "The name of the user configuration",
65879
- "code" : "name",
65880
- "base" : ["UserConfiguration"],
65881
- "type" : "string",
65882
- "expression" : "UserConfiguration.name",
65883
- "xpath" : "f:UserConfiguration/f:name",
65884
- "xpathUsage" : "normal"
65885
- }
65886
- },
65887
- {
65888
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
65889
- "resource" : {
65890
- "resourceType" : "SearchParameter",
65891
- "id" : "AccessPolicy-name",
65892
- "url" : "https://medplum.com/fhir/SearchParameter/AccessPolicy-name",
65893
- "version" : "4.0.1",
65894
- "name" : "name",
65895
- "status" : "draft",
65896
- "publisher" : "Medplum",
65897
- "description" : "The name of the access policy",
65898
- "code" : "name",
65899
- "base" : ["AccessPolicy"],
65900
- "type" : "string",
65901
- "expression" : "AccessPolicy.name",
65902
- "xpath" : "f:AccessPolicy/f:name",
65903
- "xpathUsage" : "normal"
65904
- }
65905
- },
65906
- {
65907
- "fullUrl" : "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
65908
- "resource" : {
65909
- "resourceType" : "SearchParameter",
65910
- "id" : "BulkDataExport-status",
65911
- "url" : "https://medplum.com/fhir/SearchParameter/BulkDataExport-status",
65912
- "version" : "4.0.1",
65913
- "name" : "name",
65914
- "status" : "draft",
65915
- "publisher" : "Medplum",
65916
- "description" : "The name of the access policy",
65917
- "code" : "status",
65918
- "base" : ["BulkDataExport"],
65919
- "type" : "token",
65920
- "expression" : "BulkDataExport.status",
65921
- "xpath" : "f:BulkDataExport/f:status",
65922
- "xpathUsage" : "normal"
65923
- }
65924
- },
65925
- {
65926
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code",
65927
- "resource" : {
65928
- "resourceType" : "SearchParameter",
65929
- "id" : "OperationDefinition-code",
65930
- "url" : "https://medplum.com/fhir/SearchParameter/ObservationDefinition-code",
65931
- "version" : "4.0.1",
65932
- "name" : "code",
65933
- "status" : "draft",
65934
- "publisher" : "Medplum",
65935
- "description" : "The code of the observation definition.",
65936
- "code" : "code",
65937
- "base" : ["ObservationDefinition"],
65938
- "type" : "token",
65939
- "expression" : "ObservationDefinition.code",
65940
- "xpath" : "f:ObservationDefinition/f:code",
65941
- "xpathUsage" : "normal"
65942
- }
65943
- },
65944
- {
65945
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/ObservationDefinition-publisher",
65946
- "resource" : {
65947
- "resourceType" : "SearchParameter",
65948
- "id" : "OperationDefinition-publisher",
65949
- "url" : "https://medplum.com/fhir/SearchParameter/ObservationDefinition-publisher",
65950
- "version" : "4.0.1",
65951
- "name" : "publisher",
65952
- "status" : "draft",
65953
- "publisher" : "Medplum",
65954
- "description" : "The publisher of the observation definition.",
65955
- "code" : "publisher",
65956
- "base" : ["ObservationDefinition"],
65957
- "type" : "reference",
65958
- "expression" : "ObservationDefinition.publisher",
65959
- "xpath" : "f:ObservationDefinition/f:publisher",
65960
- "xpathUsage" : "normal",
65961
- "target" : ["Practitioner", "PractitionerRole", "Organization"]
65962
- }
65963
- },
65964
- {
65965
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/DomainConfiguration-domain",
65966
- "resource" : {
65967
- "resourceType" : "SearchParameter",
65968
- "id" : "DomainConfiguration-domain",
65969
- "url" : "https://medplum.com/fhir/SearchParameter/DomainConfiguration-domain",
65970
- "version" : "4.0.1",
65971
- "name" : "publisher",
65972
- "status" : "draft",
65973
- "publisher" : "Medplum",
65974
- "description" : "The publisher of the observation definition.",
65975
- "code" : "domain",
65976
- "base" : ["DomainConfiguration"],
65977
- "type" : "token",
65978
- "expression" : "DomainConfiguration.domain",
65979
- "xpath" : "f:DomainConfiguration/f:domain",
65980
- "xpathUsage" : "normal"
65981
- }
65982
- },
65983
- {
65984
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/PasswordChangeRequest-user",
65985
- "resource" : {
65986
- "resourceType" : "SearchParameter",
65987
- "id" : "PasswordChangeRequest-user",
65988
- "url" : "https://medplum.com/fhir/SearchParameter/PasswordChangeRequest-user",
65989
- "version" : "4.0.1",
65990
- "name" : "publisher",
65991
- "status" : "draft",
65992
- "publisher" : "Medplum",
65993
- "description" : "The user for the password change request.",
65994
- "code" : "user",
65995
- "base" : ["PasswordChangeRequest"],
65996
- "type" : "reference",
65997
- "expression" : "PasswordChangeRequest.user",
65998
- "xpath" : "f:PasswordChangeRequest/f:user",
65999
- "xpathUsage" : "normal",
66000
- "target" : ["User"]
66001
- }
66002
- },
66003
- {
66004
- "fullUrl" : "http://hl7.org/fhir/SearchParameter/Task-due-date",
66005
- "resource" : {
66006
- "resourceType" : "SearchParameter",
66007
- "id" : "Task-due-date",
66008
- "url" : "http://hl7.org/fhir/SearchParameter/Task-due-date",
66009
- "version" : "4.0.1",
66010
- "name" : "due-date",
66011
- "status" : "draft",
66012
- "publisher" : "Medplum",
66013
- "description" : "Search by period Task is/was due",
66014
- "code" : "due-date",
66015
- "base" : ["Task"],
66016
- "type" : "date",
66017
- "expression" : "Task.restriction.period",
66018
- "xpath" : "f:Task/f:restriction/f:period",
66019
- "xpathUsage" : "normal",
66020
- "comparator" : ["eq",
66021
- "ne",
66022
- "gt",
66023
- "ge",
66024
- "lt",
66025
- "le",
66026
- "sa",
66027
- "eb",
66028
- "ap"]
66029
- }
66030
- }]
66031
- }
65481
+ }
65482
+ ]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",
@@ -10,6 +10,9 @@
10
10
  "url": "https://github.com/medplum/medplum.git",
11
11
  "directory": "packages/definitions"
12
12
  },
13
+ "engines": {
14
+ "node": ">=18.0.0"
15
+ },
13
16
  "scripts": {
14
17
  "clean": "rimraf dist/index.js dist/index.d.ts",
15
18
  "build": "npm run clean && tsc --project tsconfig.build.json",
@@ -1,8 +0,0 @@
1
- {
2
- "extends": "./tsconfig.json",
3
- "compilerOptions": {
4
- "outDir": "dist",
5
- "noEmit": false
6
- },
7
- "exclude": ["**/*.test.ts"]
8
- }