fhir_path 0.13.1 copy "fhir_path: ^0.13.1" to clipboard
fhir_path: ^0.13.1 copied to clipboard

Model-independent FHIRPath engine — a Dart port of the Java reference. Navigates any FHIR version through the FhirNode contract; bindings are fhir_r4/r5/r6_path.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fhir_path

With Flutter:

 $ flutter pub add fhir_path

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fhir_path: ^0.13.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fhir_path/fhir_path.dart';
5
likes
160
points
1.34k
downloads

Documentation

API reference

Publisher

verified publisherfhirfli.dev

Weekly Downloads

Model-independent FHIRPath engine — a Dart port of the Java reference. Navigates any FHIR version through the FhirNode contract; bindings are fhir_r4/r5/r6_path.

Homepage
Repository (GitHub)
View/report issues

Topics

#fhir #fhirpath #hl7 #healthcare #interoperability

License

MIT (license)

Dependencies

collection, fhir_node, ucum

More

Packages that depend on fhir_path