Skip to content

Commit

Permalink
Merge pull request #173 from dermatologist/feature/update-deps-1
Browse files Browse the repository at this point in the history
chore(deps): update axios to 1.7.7 and ts-jest to 29.2.5; change FHIR…
  • Loading branch information
dermatologist authored Nov 19, 2024
2 parents 156ff30 + 5caa664 commit ad784b9
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 127 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![npm version](https://badge.fury.io/js/fhirformjs.svg)](https://www.npmjs.com/package/fhirformjs)
[![npm](https://img.shields.io/npm/dt/fhirformjs)](https://www.npmjs.com/package/fhirformjs)
[![Build](https://github.com/dermatologist/fhirformjs/workflows/CI/badge.svg)](https://nuchange.ca)
[![Known Vulnerabilities](https://snyk.io/test/github/dermatologist/fhirformjs/badge.svg)](https://www.npmjs.com/package/fhirformjs)
[![Known Vulnerabilities](https://snyk.io/test/github/dermatologist/fhirformjs/badge.svg)](https://www.npmjs.com/package/fhirformjs)
[![Documentation](https://badgen.net/badge/icon/documentation?icon=libraries&label)](https://dermatologist.github.io/fhirformjs/)

## About
Expand Down Expand Up @@ -45,7 +45,7 @@ import Form from "@rjsf/core"
**since v0.8.0: Backend API**
```
import { FhirBackend } from 'fhirformjs'
const backend = new FhirBackend('http://hapi.fhir.org/baseR4');
const backend = new FhirBackend('https://lforms-fhir.nlm.nih.gov/baseR4');
console.log(backend.getTableOfContents())
console.log(backend.getQuestionnaire('2050148'))
```
Expand Down
Loading

0 comments on commit ad784b9

Please sign in to comment.