@medplum/definitions 2.0.13 → 2.0.15
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.
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
{
|
|
561
561
|
"id" : "User.externalId",
|
|
562
562
|
"path" : "User.externalId",
|
|
563
|
-
"definition" : "
|
|
563
|
+
"definition" : "DEPRECATED Replaced by ProjectMembership.externalId.",
|
|
564
564
|
"min" : 0,
|
|
565
565
|
"max" : "1",
|
|
566
566
|
"type" : [{
|
|
@@ -777,6 +777,16 @@
|
|
|
777
777
|
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"]
|
|
778
778
|
}]
|
|
779
779
|
},
|
|
780
|
+
{
|
|
781
|
+
"id" : "ProjectMembership.externalId",
|
|
782
|
+
"path" : "ProjectMembership.externalId",
|
|
783
|
+
"definition" : "A String that is an identifier for the resource as defined by the provisioning client. The \"externalId\" may simplify identification of a resource between the provisioning client and the service provider by allowing the client to use a filter to locate the resource with an identifier from the provisioning domain, obviating the need to store a local mapping between the provisioning domain's identifier of the resource and the identifier used by the service provider. Each resource MAY include a non-empty \"externalId\" value. The value of the \"externalId\" attribute is always issued by the provisioning client and MUST NOT be specified by the service provider. The service provider MUST always interpret the externalId as scoped to the provisioning domain.",
|
|
784
|
+
"min" : 0,
|
|
785
|
+
"max" : "1",
|
|
786
|
+
"type" : [{
|
|
787
|
+
"code" : "string"
|
|
788
|
+
}]
|
|
789
|
+
},
|
|
780
790
|
{
|
|
781
791
|
"id" : "ProjectMembership.accessPolicy",
|
|
782
792
|
"path" : "ProjectMembership.accessPolicy",
|
|
@@ -65635,6 +65635,25 @@
|
|
|
65635
65635
|
"xpathUsage" : "normal"
|
|
65636
65636
|
}
|
|
65637
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
|
+
},
|
|
65638
65657
|
{
|
|
65639
65658
|
"fullUrl" : "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
|
|
65640
65659
|
"resource" : {
|