Analysis of the proposed quantity handling changes in HL7/FHIRPath branch BP-2026-03-quantity-preview, from the perspective of our Rust FHIRPath engine.
The bulk of the proposal is long overdue and we support it:
Analysis of the proposed quantity handling changes in HL7/FHIRPath branch BP-2026-03-quantity-preview, from the perspective of our Rust FHIRPath engine.
The bulk of the proposal is long overdue and we support it:
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # code-client: launch VS Code with per-client user-data-dir based on | |
| # ~/projects/{client}/{project} hierarchy. | |
| PROJECTS_ROOT="${PROJECTS_ROOT:-$HOME/projects}" | |
| CODE_BIN="${CODE_BIN:-code}" | |
| usage() { |
| { | |
| "resourceType" : "ImplementationGuide", | |
| "id": "example.fhir.package", | |
| "url": "http://example.com/fhir/package/ImplementationGuide/example.fhir.package", | |
| "version": "0.1.0", | |
| "name": "ExamplePackage", | |
| "title": "Example Package" | |
| "status": "draft", | |
| "packageId": "example.fhir.package", | |
| "fhirVersion": ["4.0.1"] |
| { | |
| "resourceType": "Library", | |
| "id": "sql-on-fhir-example", | |
| "meta": { | |
| "versionId": "1", | |
| "lastUpdated": "2025-07-21T15:16:54.620668Z" | |
| }, | |
| "status": "active", | |
| "type": { | |
| "coding": [ |
Reporting/removing artifacts from the patient record. False diagnosis are billed and on your record for good without easily being able to have them removed
Wearables and personal devices are better. No change in hospitals and drs sharing information.
The vast heterogeniety in apps and lack of a consumer friendly one stop shop.
Coordination between payer and hospital systems are still severely lacking and billing is usually not explained for us mere mortals, just codes added
It's not linked between primary and secondary care settings very well
This specification defines how FHIR canonical resources and packages are:
| { | |
| "name": "fhir-package-loader", | |
| "version": "0.7.0", | |
| "description": "JavaScript package for downloading and accessing FHIR definitions", | |
| "scripts": { | |
| "build": "tsc", | |
| "build:watch": "tsc -w", | |
| "test": "jest --coverage", | |
| "test:watch": "npm run test -- --watchAll", | |
| "coverage": "opener coverage/lcov-report/index.html", |
| Logical: ViewDefinition | |
| Title: "View Definition" | |
| * select 0..* BackboneElement "The select stanza defines the actual content of the view itself" | |
| * name 1..1 string "Name of field produced in the output." | |
| * expression 1..1 string "FHIRPath expression, can include %constant" | |
| * forEach 0..1 BackboneElement "Expression unnest a new row for each item in the specified FHIRPath expression." | |
| * expression 1..1 string "FHIRPath expression for the parent path to select values from" | |
| * select 0..* contentReference #ViewDefinition.select "See select" "Nested select" | |
| Instance: PatientAddresses |