What problem does it solve?
This Skill provides expert guidance and examples for writing FHIRPath expressions, enabling users to effectively navigate, query, and extract data from complex FHIR (Fast Healthcare Interoperability Resources) data structures.
Core Features & Use Cases
- FHIRPath Expression Writing: Assists in constructing valid FHIRPath queries for data retrieval and manipulation.
- Data Navigation: Helps in traversing hierarchical FHIR resource trees to pinpoint specific data elements.
- Filtering and Transformation: Supports filtering collections, performing date/time arithmetic, and using built-in FHIRPath functions.
- Use Case: You need to find all 'Observation' resources for a patient that have a 'Quantity' value greater than 100 and extract the unit of measurement.
Quick Start
Use the fhirpath skill to find all 'Observation' resources for a patient where the 'value' is a 'Quantity' and its 'value' is greater than 100, then extract the 'unit'.