We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d045bda commit ae5efe3Copy full SHA for ae5efe3
fhir-context/dstu2/index.js
@@ -7,11 +7,11 @@ module.exports = {
7
* A hash of resource element paths (e.g. Observation.value) that are known
8
* to point to fields that are choice types.
9
*/
10
- choiceTypePaths: require('./choiceTypePaths'),
+ choiceTypePaths: require('./choiceTypePaths.json'),
11
12
/**
13
* A hash from paths to the path for which their content is defined, e.g.
14
* Questionnaire.item.item -> Questionnaire.item.
15
16
- pathsDefinedElsewhere: require('./pathsDefinedElsewhere')
+ pathsDefinedElsewhere: require('./pathsDefinedElsewhere.json')
17
}
0 commit comments