File tree 4 files changed +211
-127
lines changed 4 files changed +211
-127
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ npm version] ( https://badge.fury.io/js/fhirformjs.svg )] ( https://www.npmjs.com/package/fhirformjs )
4
4
[ ![ npm] ( https://img.shields.io/npm/dt/fhirformjs )] ( https://www.npmjs.com/package/fhirformjs )
5
5
[ ![ Build] ( https://github.com/dermatologist/fhirformjs/workflows/CI/badge.svg )] ( https://nuchange.ca )
6
- [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/dermatologist/fhirformjs/badge.svg )] ( https://www.npmjs.com/package/fhirformjs )
6
+ [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/dermatologist/fhirformjs/badge.svg )] ( https://www.npmjs.com/package/fhirformjs )
7
7
[ ![ Documentation] ( https://badgen.net/badge/icon/documentation?icon=libraries&label )] ( https://dermatologist.github.io/fhirformjs/ )
8
8
9
9
## About
@@ -45,7 +45,7 @@ import Form from "@rjsf/core"
45
45
** since v0.8.0: Backend API**
46
46
```
47
47
import { FhirBackend } from 'fhirformjs'
48
- const backend = new FhirBackend('http ://hapi. fhir.org /baseR4');
48
+ const backend = new FhirBackend('https ://lforms- fhir.nlm.nih.gov /baseR4');
49
49
console.log(backend.getTableOfContents())
50
50
console.log(backend.getQuestionnaire('2050148'))
51
51
```
You can’t perform that action at this time.
0 commit comments