Socket
Socket
Sign inDemoInstall

@medplum/definitions

Package Overview
Dependencies
Maintainers
3
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medplum/definitions - npm Package Compare versions

Comparing version 3.0.13 to 3.1.0

18

dist/fhir/r4/search-parameters-medplum.json

@@ -543,2 +543,20 @@ {

{
"fullUrl": "https://medplum.com/fhir/SearchParameter/UserSecurityRequest-user",
"resource": {
"resourceType": "SearchParameter",
"id": "UserSecurityRequest-user",
"url": "https://medplum.com/fhir/SearchParameter/UserSecurityRequest-user",
"version": "4.0.1",
"name": "user",
"status": "draft",
"publisher": "Medplum",
"description": "The user for the security request.",
"code": "user",
"base": ["UserSecurityRequest"],
"type": "reference",
"expression": "UserSecurityRequest.user",
"target": ["User"]
}
},
{
"fullUrl": "https://medplum.com/fhir/SearchParameter/Task-due-date",

@@ -545,0 +563,0 @@ "resource": {

51

dist/fhir/r4/valuesets-medplum.json

@@ -68,5 +68,10 @@ {

"display": "PasswordChangeRequest",
"definition": "Password change request for the 'forgot password' flow."
"definition": "DEPRECATED Password change request for the 'forgot password' flow. Use UserSecurityRequest instead."
},
{
"code": "UserSecurityRequest",
"display": "UserSecurityRequest",
"definition": "User security request for the 'forgot password' flow or email verification."
},
{
"code": "Project",

@@ -623,2 +628,46 @@ "display": "Project",

{
"fullUrl": "https://medplum.com/fhir/CodeSystem/user-security-request-type",
"resource": {
"resourceType": "CodeSystem",
"id": "user-security-request-type",
"url": "https://medplum.com/fhir/CodeSystem/user-security-request-type",
"status": "active",
"valueSet": "https://medplum.com/fhir/ValueSet/user-security-request-type",
"content": "complete",
"concept": [
{
"code": "invite",
"display": "Invite",
"definition": "Initial user invite"
},
{
"code": "verify-email",
"display": "Verify email",
"definition": "Email verification of a user"
},
{
"code": "reset",
"display": "Reset",
"definition": "User requested password reset"
}
]
}
},
{
"fullUrl": "https://medplum.com/fhir/ValueSet/user-security-request-type",
"resource": {
"resourceType": "ValueSet",
"id": "user-security-request-type",
"url": "https://medplum.com/fhir/ValueSet/user-security-request-type",
"status": "active",
"compose": {
"include": [
{
"system": "https://medplum.com/fhir/CodeSystem/user-security-request-type"
}
]
}
}
},
{
"fullUrl": "https://medplum.com/fhir/CodeSystem/token-endpoint-auth-methods-supported",

@@ -625,0 +674,0 @@ "resource": {

2

package.json
{
"name": "@medplum/definitions",
"version": "3.0.13",
"version": "3.1.0",
"description": "Medplum Data Definitions",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc