-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Things that I want to add in the near future: | |
4. Ability to share a custom FHIR resource, not only those available by URL. | ||
|
||
Thanks, | ||
|
||
Pavel Rozhkov | ||
### Examples | ||
[List of combo parameters for Observation resource](https://fhirpath.me?url=https%3A%2F%2Fwww.hl7.org%2Ffhir%2Fus%2Fcore%2FCapabilityStatement-us-core-server.json&expression=CapabilityStatement.rest.resource.where(%0A%20%20%20%20type%3D'Observation').extension.where(%0A%20%20%20%20%20%20%20%20url%3D'http%3A%2F%2Fhl7.org%2Ffhir%2FStructureDefinition%2Fcapabilitystatement-search-parameter-combination')) | ||
|
@@ -38,14 +39,14 @@ yarn start | |
The UI will be available at [http://localhost:3000](http://localhost:3000). | ||
|
||
### Contribute | ||
**Found or want some new features?** Feel free to create issues. | ||
**Want to contribute?** Feel free to fork the repository and send merge requests. | ||
**Anything else?** You can write an email to me at [email protected]. | ||
* **Found or want some new features?** Feel free to create issues. | ||
* **Want to contribute?** Feel free to fork the repository and send merge requests. | ||
* **Anything else?** You can write an email to me at [email protected]. | ||
|
||
### Want to use it? | ||
1. Use the official website [http://fhirpath.me](https://fhirpath.me). | ||
2. Use this source code. | ||
|
||
### References | ||
1. [FHIRPath documentation](https://build.fhir.org/fhirpath.html) | ||
2. [FHIRPath implementation by beda.software](https://github.com/beda-software/fhirpath-py) | ||
2. [FHIRPath implementation by beda.software](https://github.com/beda-software/fhirpath-py) |