Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov authored Jun 29, 2024
1 parent 0948490 commit d39c814
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand All @@ -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)

0 comments on commit d39c814

Please sign in to comment.