Socket
Socket
Sign inDemoInstall

@medplum/definitions

Package Overview
Dependencies
Maintainers
1
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 0.4.1 to 0.5.0

dist/types.d.ts

61

dist/fhir/r4/profiles-medplum.json

@@ -97,2 +97,13 @@ {

}]
},
{
"id" : "Project.defaultPatientAccessPolicy",
"path" : "Project.defaultPatientAccessPolicy",
"definition" : "The default access policy for patients using open registration.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
}]
}

@@ -369,12 +380,2 @@ ]

{
"id" : "ProjectMembership.account",
"path" : "ProjectMembership.account",
"definition" : "Optional account reference that can be used for sub-project compartments.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference"
}]
},
{
"id" : "ProjectMembership.accessPolicy",

@@ -605,2 +606,12 @@ "path" : "ProjectMembership.accessPolicy",

{
"id" : "Login.authMethod",
"path" : "Login.authMethod",
"definition" : "The authentication method used to obtain the code (password or google).",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "Login.authTime",

@@ -704,2 +715,22 @@ "path" : "Login.authTime",

}]
},
{
"id" : "Login.remoteAddress",
"path" : "Login.remoteAddress",
"definition" : "The Internet Protocol (IP) address of the client or last proxy that sent the request.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "Login.userAgent",
"path" : "Login.userAgent",
"definition" : "The User-Agent request header as sent by the client.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}]
}

@@ -1236,2 +1267,12 @@ ]

{
"id" : "UserConfiguration.name",
"path" : "UserConfiguration.name",
"definition" : "A name associated with the UserConfiguration.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "UserConfiguration.menu",

@@ -1238,0 +1279,0 @@ "path" : "UserConfiguration.menu",

2

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

@@ -5,0 +5,0 @@ "author": "Medplum <hello@medplum.com>",

@@ -11,2 +11,2 @@ # Medplum

Apache 2.0. Copyright &copy; Medplum 2021
Apache 2.0. Copyright &copy; Medplum 2022

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