ac-fhir-models
Advanced tools
Comparing version
{ | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
236336
0.54%8059
0.61%2
100%