Skip to content

Commit 721f556

Browse files
author
records-bot
committed
sync: monorepo @ validator 0.1.12 / validation-types 0.1.4
Snapshot of medvertical/records monorepo state, exported via oss:export-validator. Tracks the npm publication of: @records-fhir/validator@0.1.12 @records-fhir/validation-types@0.1.4 Run npm i @records-fhir/validator@0.1.12 for the matching distribution. The conformance evidence in conformance-results/ matches the published tarball.
1 parent b192a5f commit 721f556

84 files changed

Lines changed: 5996 additions & 21901 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.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
For production CI, pin an immutable patch tag:
4646
4747
```yaml
48-
- uses: medvertical/records-fhir-validator@v0.1.11
48+
- uses: medvertical/records-fhir-validator@v0.1.12
4949
with:
5050
paths: resources/**/*.json
5151
profile-url: http://hl7.org/fhir/StructureDefinition/Patient
@@ -58,7 +58,7 @@ Action pinning:
5858
| Goal | Pin in `uses:` | Notes |
5959
|---|---|---|
6060
| Latest stable in current major | `medvertical/records-fhir-validator@v0` | Floating tag, force-moved on stable releases only |
61-
| Exact released version | `medvertical/records-fhir-validator@v0.1.11` | Immutable consumer tag |
61+
| Exact released version | `medvertical/records-fhir-validator@v0.1.12` | Immutable consumer tag |
6262
| Bit-exact reproducibility | `medvertical/records-fhir-validator@<commit-sha>` | Best for audit and forensics |
6363

6464
The `validator-v<semver>` tag is the npm mirror/release-page tag. Use
@@ -67,7 +67,7 @@ The `validator-v<semver>` tag is the npm mirror/release-page tag. Use
6767
### npm Package
6868

6969
```sh
70-
npm install @records-fhir/validator@0.1.11 @records-fhir/validation-types@0.1.4
70+
npm install @records-fhir/validator@0.1.12 @records-fhir/validation-types@0.1.4
7171
```
7272

7373
Validate a resource from Node.js:
@@ -88,7 +88,7 @@ artifacts until their upstream licenses and notices have been reviewed.
8888

8989
## What Is Included
9090

91-
- `@records-fhir/validator` 0.1.11 - Apache-2.0 validation engine.
91+
- `@records-fhir/validator` 0.1.12 - Apache-2.0 validation engine.
9292
- `@records-fhir/validation-types` 0.1.4 - Apache-2.0 validation-domain types.
9393
- Composite GitHub Action at repository root.
9494
- Standalone examples under `packages/validator/examples/`.
@@ -134,9 +134,9 @@ Current HL7 `FHIR/fhir-test-cases` JSON resource validation status:
134134

135135
Evidence artifacts:
136136

137-
- [`conformance-results/report-2026-05-09.json`](./conformance-results/report-2026-05-09.json)
137+
- [`conformance-results/hl7-validator-testkit-2026-05-20.json`](./conformance-results/hl7-validator-testkit-2026-05-20.json)
138138
- [`conformance-results/baseline-backlog-discovery-2026-05-03.json`](./conformance-results/baseline-backlog-discovery-2026-05-03.json)
139-
- [`conformance-results/mii-triangulation-2026-05-09.json`](./conformance-results/mii-triangulation-2026-05-09.json)
139+
- [`conformance-results/mii-triangulation-alpha7-2026-05-19.json`](./conformance-results/mii-triangulation-alpha7-2026-05-19.json)
140140

141141
The 438 pre-filtered entries are not counted as failures because they do not
142142
exercise the thing this harness measures: JSON FHIR resource validation with a
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"generatedAt": "2026-05-20T05:11:06.211Z",
3+
"lane": "hl7-fhir-validator-testkit",
4+
"repoUrl": "https://github.com/nicola-coventry/fhir-validator-testkit.git",
5+
"checkout": "HEAD",
6+
"workDir": ".external/hl7-validator-testkit",
7+
"status": "unavailable",
8+
"error": "Command failed: git ls-remote https://github.com/nicola-coventry/fhir-validator-testkit.git HEAD\nremote: Repository not found.\nfatal: repository 'https://github.com/nicola-coventry/fhir-validator-testkit.git/' not found\n",
9+
"nextAction": "Confirm the authoritative HL7 validator test-kit repository URL or replace --repo-url with a reachable source."
10+
}

0 commit comments

Comments
 (0)