Skip to content

Commit 0002e57

Browse files
Update pre-release parity report (develop) [skip ci]
1 parent 18f9efc commit 0002e57

97 files changed

Lines changed: 9055 additions & 2403 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

develop/SUMMARY-firely.md

Lines changed: 191 additions & 12 deletions
Large diffs are not rendered by default.

develop/SUMMARY-hl7.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pipeline Parity Summary (FHIR R4)
2-
Generated: 2026-04-07T01:04:45.658Z
2+
Generated: 2026-04-07T01:26:23.654Z
33

44
## Packages Tested
55
- au-core: hl7.fhir.au.core@1.0.0
@@ -136,43 +136,43 @@ These specific fields are excluded from parity comparison because validators rep
136136
| cqfmeasures | CQFMContinuousVariableMeasureClass | hl7 | population | Empty parity field miss | empty-parity | HL7 misses slice-level min=1 for Measure.group.population |
137137
| cqfmeasures | CQFMProportionMeasureClass | hl7 | population | Empty parity field miss | empty-parity | HL7 misses slice-level min=1 for Measure.group.population |
138138
| cqfmeasures | CQFMRatioMeasureClass | hl7 | population | Empty parity field miss | empty-parity | HL7 misses slice-level min=1 for Measure.group.population |
139-
| mhd | ProvideDocumentBundleResponseClass | hl7 | unclassified | Validator internal error | random-parity | bdl-8 FHIRPath empty propagation: fullUrl.contains(/_history/).not() yields empty when fullUrl absent; fhirpath.js all() returns false, HL7 returns true |
140-
| mhd | ComprehensiveDocumentReferenceClass | hl7 | constraint | Validator internal error | random-parity | Standalone validation of bundled-context profile: HL7 reports unresolvable reference for context.sourcePatientInfo |
139+
| mhd | ProvideDocumentBundleResponseClass | hl7 | unclassified | Bundled context required | random-parity | bdl-8 FHIRPath empty propagation: fullUrl.contains(/_history/).not() yields empty when fullUrl absent; fhirpath.js all() returns false, HL7 returns true |
140+
| mhd | ComprehensiveDocumentReferenceClass | hl7 | constraint | Bundled context required | random-parity | Standalone validation of bundled-context profile: HL7 reports unresolvable reference for context.sourcePatientInfo |
141141

142142
## Validation Timing
143143

144-
Internal `validate()` performance across 2889 resources (13.17s total).
145-
146-
| Package | Resources | Total (s) | Avg (ms) | Median (ms) | p95 (ms) |
147-
|---------|-----------|-----------|----------|-------------|----------|
148-
| au-core | 110 | 0.55 | 5.0 | 1.6 | 15.2 |
149-
| carin-bb | 42 | 0.64 | 15.2 | 9.8 | 34.0 |
150-
| ch-core | 170 | 0.65 | 3.8 | 1.5 | 12.2 |
151-
| cpg | 264 | 1.06 | 4.0 | 3.8 | 8.9 |
152-
| cqfmeasures | 152 | 0.52 | 3.4 | 1.0 | 13.6 |
153-
| davinci-alerts | 14 | 0.31 | 22.0 | 9.7 | 140.9 |
154-
| davinci-cdex | 29 | 0.20 | 6.8 | 1.8 | 17.3 |
155-
| davinci-deqm | 56 | 0.28 | 5.0 | 1.5 | 15.7 |
156-
| davinci-drug-formulary | 42 | 0.41 | 9.7 | 1.9 | 29.6 |
157-
| davinci-dtr | 162 | 0.36 | 2.2 | 1.1 | 9.0 |
158-
| davinci-pas | 150 | 0.52 | 3.5 | 1.6 | 10.9 |
159-
| davinci-pdex | 118 | 0.35 | 3.0 | 1.1 | 8.5 |
160-
| de-basisprofil | 166 | 0.42 | 2.5 | 1.1 | 9.3 |
161-
| genomics-reporting | 96 | 0.39 | 4.0 | 1.3 | 11.9 |
162-
| ips | 76 | 0.40 | 5.3 | 4.1 | 12.8 |
163-
| isik-basis | 126 | 0.42 | 3.3 | 1.4 | 8.3 |
164-
| isik-medikation | 32 | 0.17 | 5.4 | 3.5 | 24.5 |
165-
| kbv-erp | 52 | 0.39 | 7.5 | 1.8 | 43.8 |
166-
| mcode | 142 | 0.58 | 4.1 | 4.0 | 10.3 |
167-
| mhd | 66 | 0.35 | 5.2 | 4.4 | 9.5 |
168-
| ndh | 176 | 0.71 | 4.0 | 1.2 | 16.2 |
169-
| physical-activity | 38 | 0.55 | 14.5 | 8.1 | 63.1 |
170-
| pixm | 15 | 0.18 | 11.8 | 9.4 | 56.6 |
171-
| qicore | 166 | 0.74 | 4.5 | 3.9 | 11.0 |
172-
| sdc | 215 | 0.57 | 2.6 | 1.1 | 8.7 |
173-
| sdoh | 46 | 0.51 | 11.0 | 7.2 | 25.4 |
174-
| smart | 18 | 0.18 | 10.1 | 8.4 | 25.8 |
175-
| us-core | 150 | 0.76 | 5.0 | 4.5 | 12.8 |
144+
HL7 `validate()` across 2879 resources: internal 13.16s vs HL7 2009.76s.
145+
146+
| Package | Resources | Int Total (s) | Int Avg (ms) | Int Median (ms) | Int p95 (ms) | HL7 Total (s) | HL7 Avg (ms) |
147+
|---------|-----------|---------------|--------------|-----------------|--------------|----------------------|---------------------|
148+
| au-core | 110 | 0.57 | 5.2 | 1.8 | 14.9 | 56.72 | 1289.2 |
149+
| carin-bb | 42 | 0.76 | 18.1 | 9.4 | 32.9 | 46.78 | 1559.2 |
150+
| ch-core | 170 | 0.62 | 3.7 | 1.4 | 10.2 | 79.57 | 1420.9 |
151+
| cpg | 264 | 1.11 | 4.2 | 4.0 | 9.3 | 162.59 | 821.2 |
152+
| cqfmeasures | 152 | 0.58 | 3.8 | 1.1 | 13.8 | 47.74 | 1037.9 |
153+
| davinci-alerts | 14 | 0.26 | 18.7 | 6.3 | 116.1 | 40.65 | 2903.3 |
154+
| davinci-cdex | 29 | 0.18 | 6.2 | 1.8 | 16.7 | 42.10 | 3238.6 |
155+
| davinci-deqm | 56 | 0.28 | 4.9 | 1.4 | 15.4 | 77.95 | 3543.2 |
156+
| davinci-drug-formulary | 42 | 0.45 | 10.8 | 1.9 | 26.3 | 151.73 | 9483.3 |
157+
| davinci-dtr | 162 | 0.36 | 2.2 | 1.1 | 8.6 | 115.25 | 5238.5 |
158+
| davinci-pas | 150 | 0.53 | 3.5 | 1.5 | 10.4 | 48.26 | 893.7 |
159+
| davinci-pdex | 118 | 0.33 | 2.8 | 1.1 | 7.4 | 144.62 | 5562.5 |
160+
| de-basisprofil | 166 | 0.46 | 2.8 | 1.2 | 10.2 | 60.77 | 1599.1 |
161+
| genomics-reporting | 96 | 0.33 | 3.4 | 1.2 | 10.0 | 45.57 | 1340.2 |
162+
| ips | 76 | 0.45 | 6.0 | 4.8 | 13.1 | 51.53 | 954.3 |
163+
| isik-basis | 126 | 0.36 | 2.9 | 1.2 | 6.8 | 51.03 | 911.2 |
164+
| isik-medikation | 32 | 0.18 | 5.5 | 4.6 | 24.6 | 43.30 | 2706.2 |
165+
| kbv-erp | 42 | 0.36 | 8.6 | 2.6 | 42.0 | 40.59 | 2536.8 |
166+
| mcode | 142 | 0.51 | 3.6 | 3.3 | 8.6 | 84.22 | 1108.1 |
167+
| mhd | 66 | 0.35 | 5.4 | 4.5 | 10.1 | 64.43 | 1239.0 |
168+
| ndh | 176 | 0.68 | 3.9 | 1.1 | 14.4 | 77.46 | 1249.4 |
169+
| physical-activity | 38 | 0.50 | 13.2 | 5.2 | 49.0 | 42.66 | 1333.1 |
170+
| pixm | 15 | 0.17 | 11.4 | 9.2 | 57.4 | 42.12 | 2807.9 |
171+
| qicore | 166 | 0.78 | 4.7 | 4.1 | 11.4 | 106.01 | 929.9 |
172+
| sdc | 215 | 0.55 | 2.5 | 1.1 | 8.3 | 39.86 | 781.5 |
173+
| sdoh | 46 | 0.57 | 12.5 | 7.2 | 25.3 | 47.22 | 1242.6 |
174+
| smart | 18 | 0.15 | 8.5 | 7.3 | 25.2 | 42.41 | 3533.8 |
175+
| us-core | 150 | 0.73 | 4.9 | 4.3 | 12.1 | 156.62 | 1450.2 |
176176

177177
## Environment
178178
- FHIR_RELEASE: R4

develop/SUMMARY-internal.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pipeline Parity Summary (FHIR R4)
2-
Generated: 2026-04-07T01:10:55.114Z
2+
Generated: 2026-04-07T01:25:30.110Z
33

44
## Packages Tested
55
- au-core: hl7.fhir.au.core@1.0.0
@@ -51,7 +51,7 @@ Generated: 2026-04-07T01:10:55.114Z
5151
| [de-basisprofil](./de-basisprofil-DETAIL.md) | 83/83 (100%) | 70/83 (84%) | 71/83 (86%) |
5252
| [genomics-reporting](./genomics-reporting-DETAIL.md) | 48/48 (100%) | 37/48 (77%) | 47/48 (98%) |
5353
| [ips](./ips-DETAIL.md) | 37/38 (97%) | 37/38 (97%) | 37/38 (97%) |
54-
| [isik-basis](./isik-basis-DETAIL.md) | 59/63 (94%) | 58/63 (92%) | 58/63 (92%) |
54+
| [isik-basis](./isik-basis-DETAIL.md) | 59/63 (94%) | 57/62 (92%) | 57/62 (92%) |
5555
| [isik-medikation](./isik-medikation-DETAIL.md) | 12/16 (75%) | 16/16 (100%) | 16/16 (100%) |
5656
| [kbv-erp](./kbv-erp-DETAIL.md) | 18/26 (69%) | 17/26 (65%) | 17/26 (65%) |
5757
| [mcode](./mcode-DETAIL.md) | 68/71 (96%) | 64/71 (90%) | 63/71 (89%) |
@@ -72,8 +72,8 @@ Generated: 2026-04-07T01:10:55.114Z
7272
| Metric | Passed | Total | Rate |
7373
|--------|--------|-------|------|
7474
| Empty Parity | 1333 | 1455 | 92% |
75-
| Random Parity | 1286 | 1434 | 90% |
76-
| Validation | 1305 | 1434 | 91% |
75+
| Random Parity | 1285 | 1433 | 90% |
76+
| Validation | 1304 | 1433 | 91% |
7777

7878
### Metric Definitions
7979
- **Empty Parity**: Do validate() and Zod schema validation agree on empty() resources?
@@ -83,38 +83,38 @@ Generated: 2026-04-07T01:10:55.114Z
8383

8484
## Validation Timing
8585

86-
Internal `validate()` performance across 2889 resources (13.11s total).
86+
Internal `validate()` performance across 2888 resources (13.22s total).
8787

8888
| Package | Resources | Total (s) | Avg (ms) | Median (ms) | p95 (ms) |
8989
|---------|-----------|-----------|----------|-------------|----------|
90-
| au-core | 110 | 0.54 | 5.0 | 1.7 | 15.0 |
91-
| carin-bb | 42 | 0.64 | 15.2 | 10.1 | 31.0 |
92-
| ch-core | 170 | 0.64 | 3.8 | 1.6 | 11.2 |
93-
| cpg | 264 | 1.22 | 4.6 | 4.3 | 9.9 |
94-
| cqfmeasures | 152 | 0.50 | 3.3 | 1.0 | 9.9 |
95-
| davinci-alerts | 14 | 0.29 | 20.9 | 7.7 | 120.2 |
96-
| davinci-cdex | 29 | 0.19 | 6.5 | 1.8 | 16.7 |
97-
| davinci-deqm | 56 | 0.28 | 5.0 | 1.4 | 15.9 |
98-
| davinci-drug-formulary | 42 | 0.34 | 8.0 | 2.0 | 22.3 |
99-
| davinci-dtr | 162 | 0.37 | 2.3 | 1.2 | 8.7 |
100-
| davinci-pas | 150 | 0.52 | 3.4 | 1.4 | 10.5 |
101-
| davinci-pdex | 118 | 0.37 | 3.1 | 1.2 | 8.6 |
102-
| de-basisprofil | 166 | 0.43 | 2.6 | 1.2 | 9.0 |
103-
| genomics-reporting | 96 | 0.39 | 4.1 | 1.4 | 11.0 |
104-
| ips | 76 | 0.43 | 5.6 | 5.0 | 16.7 |
105-
| isik-basis | 126 | 0.42 | 3.3 | 1.4 | 7.3 |
106-
| isik-medikation | 32 | 0.18 | 5.5 | 4.6 | 25.6 |
107-
| kbv-erp | 52 | 0.33 | 6.4 | 1.6 | 36.1 |
108-
| mcode | 142 | 0.59 | 4.2 | 3.9 | 10.7 |
109-
| mhd | 66 | 0.34 | 5.2 | 4.5 | 9.5 |
110-
| ndh | 176 | 0.73 | 4.2 | 1.2 | 15.2 |
111-
| physical-activity | 38 | 0.42 | 11.0 | 6.3 | 59.5 |
112-
| pixm | 15 | 0.17 | 11.6 | 8.4 | 62.0 |
113-
| qicore | 166 | 0.73 | 4.4 | 4.0 | 11.2 |
114-
| sdc | 215 | 0.56 | 2.6 | 1.1 | 9.3 |
115-
| sdoh | 46 | 0.58 | 12.7 | 7.4 | 25.8 |
116-
| smart | 18 | 0.18 | 10.3 | 9.0 | 24.3 |
117-
| us-core | 150 | 0.73 | 4.9 | 4.5 | 12.2 |
90+
| au-core | 110 | 0.55 | 5.0 | 1.9 | 15.6 |
91+
| carin-bb | 42 | 0.56 | 13.3 | 9.8 | 33.9 |
92+
| ch-core | 170 | 0.60 | 3.5 | 1.6 | 10.4 |
93+
| cpg | 264 | 1.16 | 4.4 | 4.1 | 9.2 |
94+
| cqfmeasures | 152 | 0.52 | 3.4 | 1.1 | 12.6 |
95+
| davinci-alerts | 14 | 0.31 | 22.1 | 9.1 | 152.4 |
96+
| davinci-cdex | 29 | 0.20 | 6.8 | 1.8 | 15.5 |
97+
| davinci-deqm | 56 | 0.29 | 5.1 | 1.4 | 15.5 |
98+
| davinci-drug-formulary | 42 | 0.41 | 9.7 | 1.6 | 25.2 |
99+
| davinci-dtr | 162 | 0.41 | 2.5 | 1.5 | 8.8 |
100+
| davinci-pas | 150 | 0.54 | 3.6 | 1.6 | 11.5 |
101+
| davinci-pdex | 118 | 0.36 | 3.0 | 1.1 | 9.2 |
102+
| de-basisprofil | 166 | 0.42 | 2.5 | 1.1 | 8.7 |
103+
| genomics-reporting | 96 | 0.40 | 4.2 | 1.4 | 10.9 |
104+
| ips | 76 | 0.41 | 5.5 | 4.4 | 15.0 |
105+
| isik-basis | 125 | 0.43 | 3.4 | 1.7 | 7.5 |
106+
| isik-medikation | 32 | 0.17 | 5.2 | 3.8 | 23.9 |
107+
| kbv-erp | 52 | 0.38 | 7.3 | 1.8 | 43.9 |
108+
| mcode | 142 | 0.58 | 4.1 | 3.8 | 9.4 |
109+
| mhd | 66 | 0.35 | 5.3 | 4.6 | 9.6 |
110+
| ndh | 176 | 0.79 | 4.5 | 1.5 | 16.7 |
111+
| physical-activity | 38 | 0.48 | 12.7 | 7.5 | 64.7 |
112+
| pixm | 15 | 0.17 | 11.1 | 8.0 | 60.9 |
113+
| qicore | 166 | 0.76 | 4.6 | 4.0 | 10.8 |
114+
| sdc | 215 | 0.56 | 2.6 | 1.1 | 8.6 |
115+
| sdoh | 46 | 0.48 | 10.5 | 6.8 | 29.4 |
116+
| smart | 18 | 0.17 | 9.4 | 7.9 | 25.1 |
117+
| us-core | 150 | 0.76 | 5.0 | 4.5 | 12.8 |
118118

119119
## Environment
120120
- FHIR_RELEASE: R4

develop/au-core-DETAIL-hl7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# au-core - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:00:35.529Z
2+
Generated: 2026-04-07T01:22:23.764Z
33

44
Package: `hl7.fhir.au.core@1.0.0`
55
FHIR Release: R4

develop/au-core-DETAIL-internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# au-core - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:09:07.677Z
2+
Generated: 2026-04-07T01:19:26.363Z
33

44
Package: `hl7.fhir.au.core@1.0.0`
55
FHIR Release: R4

develop/au-core-DETAIL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# au-core - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:03:16.114Z
2+
Generated: 2026-04-07T01:23:50.811Z
33

44
Package: `hl7.fhir.au.core@1.0.0`
55
FHIR Release: R4

develop/carin-bb-DETAIL-hl7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# carin-bb - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:00:10.606Z
2+
Generated: 2026-04-07T01:23:02.721Z
33

44
Package: `hl7.fhir.us.carin-bb@2.1.0`
55
FHIR Release: R4

develop/carin-bb-DETAIL-internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# carin-bb - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:09:17.829Z
2+
Generated: 2026-04-07T01:24:12.402Z
33

44
Package: `hl7.fhir.us.carin-bb@2.1.0`
55
FHIR Release: R4

develop/carin-bb-DETAIL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# carin-bb - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:04:26.010Z
2+
Generated: 2026-04-07T01:23:58.666Z
33

44
Package: `hl7.fhir.us.carin-bb@2.1.0`
55
FHIR Release: R4

develop/ch-core-DETAIL-hl7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ch-core - Detailed Report (FHIR R4)
2-
Generated: 2026-04-07T01:00:31.663Z
2+
Generated: 2026-04-07T01:22:54.981Z
33

44
Package: `ch.fhir.ig.ch-core@5.0.0`
55
FHIR Release: R4

0 commit comments

Comments
 (0)