Skip to content

Commit

Permalink
Update FHIR README (openemr#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbothra committed May 2, 2020
1 parent 248569e commit a65b2e3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FHIR_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,18 @@ curl -X GET 'http:https://localhost:8300/apis/fhir/AllergyIntolerance'
curl -X GET 'http:https://localhost:8300/apis/fhir/AllergyIntolerance/1'
```

#### GET /fhir/Observation

```sh
curl -X GET 'http:https://localhost:8300/apis/fhir/Observation'
```

#### GET /fhir/Observation/:id

```sh
curl -X GET 'http:https://localhost:8300/apis/fhir/Observation/vitals-1'
```

#### POST /fhir/QuestionnaireResponse

```sh
Expand Down

0 comments on commit a65b2e3

Please sign in to comment.