New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ac-fhir-models

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-fhir-models - npm Package Compare versions

Comparing version

to
7.8.0-rc.0

2

package.json
{
"name": "ac-fhir-models",
"version": "7.7.5",
"version": "7.8.0-rc.0",
"author": "Henrik Joreteg <henrik@anesthesiacharting.com>",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -592,1 +592,26 @@ // @ts-check

})
export const hhxDefinition = createFHIRModelDefinition({
resourceType: 'Composition',
props: {
id: 'id',
title: 'title',
status: 'status',
authorId: getReferenceProp('author', 'Practitioner'),
patientId: getDirectReferenceProp('subject', 'Patient'),
date: 'date',
hhxData: getContainedObjectProp('hhxData'),
},
definition: buildDefinition(compositionFields, fhirFieldTypes),
baseProps: {
type: {
coding: [
{
system: 'http://loinc.org',
code: '35089-2',
display: 'History and Physical Panel',
},
],
},
},
})

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