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.0 to 0.4.1

236

dist/fhir/r4/profiles-medplum.json

@@ -349,3 +349,4 @@ {

"code" : "Reference",
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ClientApplication",
"https://medplum.com/fhir/StructureDefinition/User"]
}]

@@ -361,5 +362,6 @@ },

"code" : "Reference",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"]
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/ClientApplication",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"]
}]

@@ -389,2 +391,13 @@ },

{
"id" : "ProjectMembership.userConfiguration",
"path" : "ProjectMembership.userConfiguration",
"definition" : "The user configuration for the user within the project memebership such as menu links, saved searches, and features.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/UserConfiguration"]
}]
},
{
"id" : "ProjectMembership.admin",

@@ -567,9 +580,10 @@ "path" : "ProjectMembership.admin",

"code" : "Reference",
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/ClientApplication",
"https://medplum.com/fhir/StructureDefinition/User"]
}]
},
{
"id" : "Login.profile",
"path" : "Login.profile",
"definition" : "Reference to the user's FHIR identity for this login (patient, practitioner, etc).",
"id" : "Login.membership",
"path" : "Login.membership",
"definition" : "Reference to the project membership which includes FHIR identity (patient, practitioner, etc), access policy, and user configuration.",
"min" : 1,

@@ -579,6 +593,3 @@ "max" : "1",

"code" : "Reference",
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"https://medplum.com/fhir/StructureDefinition/ClientApplication"]
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/ProjectMembership"]
}]

@@ -687,24 +698,2 @@ },

{
"id" : "Login.accessPolicy",
"path" : "Login.accessPolicy",
"definition" : "Collection of compartments that the user has been granted access. This is a flattened collection of all ProjectMembership compartments at the time of login.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
}]
},
{
"id" : "Login.project",
"path" : "Login.project",
"definition" : "Reference to the default project for the duration of the login.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/Project"]
}]
},
{
"id" : "Login.admin",

@@ -1197,3 +1186,182 @@ "path" : "Login.admin",

}
},
{
"fullUrl" : "https://medplum.com/fhir/StructureDefinition/UserConfiguration",
"resource" : {
"resourceType" : "StructureDefinition",
"id" : "UserConfiguration",
"name" : "UserConfiguration",
"description" : "User specific configuration for the Medplum application.",
"snapshot" : {
"element" : [
{
"id" : "UserConfiguration.id",
"path" : "UserConfiguration.id",
"short" : "Logical id of this artifact",
"definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "UserConfiguration.meta",
"path" : "UserConfiguration.meta",
"definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Meta"
}]
},
{
"id" : "UserConfiguration.implicitRules",
"path" : "UserConfiguration.implicitRules",
"definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "uri"
}]
},
{
"id" : "UserConfiguration.language",
"path" : "UserConfiguration.language",
"definition" : "The base language in which the resource is written.",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "code"
}]
},
{
"id" : "UserConfiguration.menu",
"path" : "UserConfiguration.menu",
"definition" : "Optional menu of shortcuts to URLs.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "UserConfiguration.menu.title",
"path" : "UserConfiguration.menu.title",
"definition" : "Title of the menu.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "UserConfiguration.menu.link",
"path" : "UserConfiguration.menu.link",
"definition" : "Shortcut links to URLs.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "UserConfiguration.menu.link.name",
"path" : "UserConfiguration.menu.link.name",
"definition" : "The human friendly name of the link.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "UserConfiguration.menu.link.target",
"path" : "UserConfiguration.menu.link.target",
"definition" : "The URL target of the link.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "url"
}]
},
{
"id" : "UserConfiguration.search",
"path" : "UserConfiguration.search",
"definition" : "Shortcut links to URLs.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "UserConfiguration.search.name",
"path" : "UserConfiguration.search.name",
"definition" : "The human friendly name of the link.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "UserConfiguration.search.criteria",
"path" : "UserConfiguration.search.criteria",
"definition" : "The rules that the server should use to determine which resources to return.",
"comment" : "The rules are search criteria (without the [base] part). Like Bundle.entry.request.url, it has no leading \"/\".",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "string"
}]
},
{
"id" : "UserConfiguration.option",
"path" : "UserConfiguration.option",
"definition" : "User options that control the display of the application.",
"min" : 0,
"max" : "*",
"type" : [{
"code" : "BackboneElement"
}]
},
{
"id" : "UserConfiguration.option.id",
"path" : "UserConfiguration.option.id",
"definition" : "The unique identifier of the option.",
"min" : 1,
"max" : "1",
"type" : [{
"code" : "code"
}]
},
{
"id" : "UserConfiguration.option.value[x]",
"path" : "UserConfiguration.option.value[x]",
"short" : "Value of option",
"definition" : "Value of option - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "boolean"
},
{
"code" : "code"
},
{
"code" : "decimal"
},
{
"code" : "integer"
},
{
"code" : "string"
}]
}
]
}
}
}]
}

2

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

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

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