fhir_node 0.6.0
fhir_node: ^0.6.0 copied to clipboard
Minimal model-reflection interface (FhirNode) letting model-independent FHIRPath/CQL engines navigate FHIR data of any version (R4/R5/R6).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fhir_nodeWith Flutter:
$ flutter pub add fhir_nodeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fhir_node: ^0.6.0Alternatively, 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_node/fhir_node.dart';