diff --git a/FHIR_README.md b/FHIR_README.md index 61569458f09..60f7d81cf5e 100644 --- a/FHIR_README.md +++ b/FHIR_README.md @@ -155,6 +155,18 @@ curl -X GET 'http://localhost:8300/apis/fhir/AllergyIntolerance' curl -X GET 'http://localhost:8300/apis/fhir/AllergyIntolerance/1' ``` +#### GET /fhir/Observation + +```sh +curl -X GET 'http://localhost:8300/apis/fhir/Observation' +``` + +#### GET /fhir/Observation/:id + +```sh +curl -X GET 'http://localhost:8300/apis/fhir/Observation/vitals-1' +``` + #### POST /fhir/QuestionnaireResponse ```sh