You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

blue-button-fhir

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blue-button-fhir - npm Package Compare versions

Comparing version

to
1.5.0

8

package.json
{
"name": "blue-button-fhir",
"version": "1.5.0-beta.10",
"version": "1.5.0",
"description": "Blue Button FHIR to Model Translator",

@@ -26,5 +26,5 @@ "main": "./index.js",

"dependencies": {
"blue-button-json2json": "~1.5.0-beta",
"blue-button-meta": "~1.5.0-beta",
"blue-button-util": "~1.5.0-beta",
"blue-button-json2json": "~1.5.0",
"blue-button-meta": "~1.5.0",
"blue-button-util": "~1.5.0",
"bunyan": "~1.2.3",

@@ -31,0 +31,0 @@ "lodash": "^3.9.3"

@@ -22,3 +22,4 @@ blue-button-fhir

* Medication Prescription
* Medication resources that are externally referenced from any Medication Prescription resource are assumed to be in the Bundle.
* Medication resources that are externally referenced from any Medication Prescription resource are assumed to be in the Bundle.
* Medication Statement
* Observation

@@ -25,0 +26,0 @@ * Observation resources are assumed to have an `extension.valueCoding` field that defines the LOINC description of the type of the resource. Vitals (code - 8716-3) and Results (code - 11502-2) are supported.

@@ -5,2 +5,4 @@ # v1.5.0 - TBD

- Only DTSU2 bundles are accepted. Other bundles will need to be externally shimmed
- Various DTSU2 fixes
- MedicationStatement is now supported

@@ -7,0 +9,0 @@ # v1.4.1 - March 8, 2015