Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtravan3 committed Nov 4, 2020
1 parent 7bf492b commit 6799a74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/how-to-validate-fhir-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ This guide describes how an application can validate a FHIR object using the API

## Javascript

To validate a FHIR object, first determine which version of FHIR you wan to validate against. There are four API endpoints
To validate a FHIR object, first determine which version of FHIR you wan to validate against. There are five API endpoints
for each endpoint that is possible to validate against. They are:

* `POST /fhir/r5/validate`
* `POST /fhir/r4/validate`
* `POST /fhir/v2/validate`
* `POST /fhir/v2_1/validate`
Expand Down

0 comments on commit 6799a74

Please sign in to comment.