Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Jun 7, 2024
1 parent e18b008 commit de9af00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ There's a special construction that allows to preserve the null value in the fin
the result will be

```json
{
"resourceType": "Patient",
"gender": null
}
{
"resourceType": "Patient",
"gender": null
}
```

**NOTE:** the feature is not mature enough and might be changed in the future.
Expand Down Expand Up @@ -499,9 +499,9 @@ Also, it is packed into a [docker image](https://hub.docker.com/r/bedasoftware/f

### Usage

```json
POST /r4/parse-template

```json
{
"context": {
"QuestionnaireResponse": {
Expand All @@ -527,9 +527,9 @@ There's a runtime flag, called `strict` that is set to `false` by default. If it

The previous example should be re-written as

```json
POST /r4/parse-template

```json
{
"context": {
"QuestionnaireResponse": {
Expand Down

0 comments on commit de9af00

Please sign in to comment.