You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains a comprehensive FHIR IG-based validation test suite for FML (FHIR Mapping Language) using FHIR TestPlan and TestScript resources.
4
+
5
+
## Overview
6
+
7
+
The test suite validates FML execution capabilities using real-world test cases sourced from community FML projects, with proper license compliance and attribution.
This provides comprehensive documentation of all test cases, validation requirements, and execution results for the FML execution validation test suite.
* description = "This test plan validates FML execution capabilities using test cases sourced from community FML projects including ahdis/matchbox and FHIR/fhir-test-cases repositories. Each test case validates the complete FML transformation pipeline from input data through map execution to expected output validation."
22
+
23
+
* purpose = "Ensure FML execution engine correctly transforms input data according to mapping specifications and produces expected outputs that conform to FHIR resource definitions."
All files in this directory are local examples created for the FML Runner project.
6
+
7
+
**License**: MIT License
8
+
**Copyright**: 2025 Carl Leitner
9
+
10
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
11
+
12
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
+
14
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+
16
+
## Files Covered
17
+
18
+
-`patient-transform.map` - Example patient transformation mapping
19
+
-`patient-input.json` - Example patient input data
20
+
-`patient-output.json` - Example expected patient output
21
+
-`observation-transform.map` - Example observation transformation mapping
22
+
-`observation-input.json` - Example observation input data
23
+
-`observation-output.json` - Example expected observation output
0 commit comments