Socket
Socket
Sign inDemoInstall

@medplum/fhirtypes

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medplum/fhirtypes - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

8

dist/AccessPolicy.d.ts

@@ -75,3 +75,3 @@ /*

/**
* Optional compartment restriction for the resource type.
* DEPRECATED Optional compartment restriction for the resource type.
*/

@@ -81,2 +81,8 @@ compartment?: Reference;

/**
* The rules that the server should use to determine which resources to
* allow.
*/
criteria?: string;
/**
* Optional flag to indicate that the resource type is read-only.

@@ -83,0 +89,0 @@ */

2

package.json
{
"name": "@medplum/fhirtypes",
"version": "0.9.1",
"version": "0.9.2",
"description": "Medplum FHIR Type Definitions",

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

@@ -7,2 +7,4 @@ # Medplum FHIR Type Definitions

Add as a dependency:
```bash

@@ -16,3 +18,3 @@ npm install --save-dev @medplum/fhirtypes

```typescript
```ts
const myPatient = {

@@ -28,3 +30,3 @@ resourceType: 'Patient',

```typescript
```ts
import { Patient } from '@medplum/fhirtypes';

@@ -48,3 +50,3 @@

```typescript
```ts
import { Patient } from '@medplum/fhirtypes';

@@ -63,4 +65,8 @@

## About Medplum
Medplum is a healthcare platform that helps you quickly develop high-quality compliant applications. Medplum includes a FHIR server, React component library, and developer app.
## License
Apache 2.0. Copyright &copy; Medplum 2022
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