@medplum/definitions 2.1.3 → 2.1.4
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.
|
@@ -61604,6 +61604,13 @@
|
|
|
61604
61604
|
"description": "The base language in which the resource is written.",
|
|
61605
61605
|
"$ref": "#/definitions/code"
|
|
61606
61606
|
},
|
|
61607
|
+
"type": {
|
|
61608
|
+
"description": "The type of password change request (invite or reset).",
|
|
61609
|
+
"enum": [
|
|
61610
|
+
"invite",
|
|
61611
|
+
"reset"
|
|
61612
|
+
]
|
|
61613
|
+
},
|
|
61607
61614
|
"user": {
|
|
61608
61615
|
"description": "The user requesting the password change.",
|
|
61609
61616
|
"$ref": "#/definitions/Reference"
|
|
@@ -1989,6 +1989,25 @@
|
|
|
1989
1989
|
"code" : "code"
|
|
1990
1990
|
}]
|
|
1991
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
"id" : "PasswordChangeRequest.type",
|
|
1994
|
+
"path" : "PasswordChangeRequest.type",
|
|
1995
|
+
"definition" : "The type of password change request (invite or reset).",
|
|
1996
|
+
"min" : 0,
|
|
1997
|
+
"max" : "1",
|
|
1998
|
+
"type" : [{
|
|
1999
|
+
"code" : "code"
|
|
2000
|
+
}],
|
|
2001
|
+
"base" : {
|
|
2002
|
+
"path" : "PasswordChangeRequest.type",
|
|
2003
|
+
"min" : 0,
|
|
2004
|
+
"max" : "1"
|
|
2005
|
+
},
|
|
2006
|
+
"binding" : {
|
|
2007
|
+
"strength" : "required",
|
|
2008
|
+
"valueSet" : "https://medplum.com/fhir/ValueSet/password-change-request-type|4.0.1"
|
|
2009
|
+
}
|
|
2010
|
+
},
|
|
1992
2011
|
{
|
|
1993
2012
|
"id" : "PasswordChangeRequest.user",
|
|
1994
2013
|
"path" : "PasswordChangeRequest.user",
|
|
@@ -568,6 +568,45 @@
|
|
|
568
568
|
]
|
|
569
569
|
}
|
|
570
570
|
}
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/password-change-request-type",
|
|
574
|
+
"resource": {
|
|
575
|
+
"resourceType": "CodeSystem",
|
|
576
|
+
"id": "password-change-request-type",
|
|
577
|
+
"url": "https://medplum.com/fhir/CodeSystem/password-change-request-type",
|
|
578
|
+
"status": "active",
|
|
579
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/password-change-request-type",
|
|
580
|
+
"content": "complete",
|
|
581
|
+
"concept": [
|
|
582
|
+
{
|
|
583
|
+
"code": "invite",
|
|
584
|
+
"display": "Invite",
|
|
585
|
+
"definition": "Initial user invite"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"code": "reset",
|
|
589
|
+
"display": "Reset",
|
|
590
|
+
"definition": "User requested password reset"
|
|
591
|
+
}
|
|
592
|
+
]
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/password-change-request-type",
|
|
597
|
+
"resource": {
|
|
598
|
+
"resourceType": "ValueSet",
|
|
599
|
+
"id": "password-change-request-type",
|
|
600
|
+
"url": "https://medplum.com/fhir/ValueSet/password-change-request-type",
|
|
601
|
+
"status": "active",
|
|
602
|
+
"compose": {
|
|
603
|
+
"include": [
|
|
604
|
+
{
|
|
605
|
+
"system": "https://medplum.com/fhir/CodeSystem/password-change-request-type"
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
}
|
|
571
610
|
}
|
|
572
611
|
]
|
|
573
612
|
}
|