-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Juan Cruz Viotti <[email protected]>
- Loading branch information
Showing
305 changed files
with
67,500 additions
and
7,884 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
patches/fhir/0001-Fix-Draft-6-schemas-using-id-instead-of-id.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
From 410b497ba1a76a31c92eca13a00ee1e2a1c9a0fc Mon Sep 17 00:00:00 2001 | ||
From: Juan Cruz Viotti <[email protected]> | ||
Date: Thu, 30 Jan 2025 15:12:19 -0400 | ||
Subject: [PATCH] Fix Draft 6 schemas using `id` instead of `$id` | ||
|
||
Signed-off-by: Juan Cruz Viotti <[email protected]> | ||
--- | ||
hl7.fhir.rX/hl7.fhir.r4.core/package/openapi/fhir.schema.json | 2 +- | ||
hl7.fhir.rX/hl7.fhir.r4b.core/package/openapi/fhir.schema.json | 2 +- | ||
hl7.fhir.rX/hl7.fhir.r5.core/package/openapi/fhir.schema.json | 2 +- | ||
3 files changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/hl7.fhir.rX/hl7.fhir.r4.core/package/openapi/fhir.schema.json b/hl7.fhir.rX/hl7.fhir.r4.core/package/openapi/fhir.schema.json | ||
index 6688301a20..a0a52cbcbd 100644 | ||
--- a/hl7.fhir.rX/hl7.fhir.r4.core/package/openapi/fhir.schema.json | ||
+++ b/hl7.fhir.rX/hl7.fhir.r4.core/package/openapi/fhir.schema.json | ||
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-06/schema#", | ||
- "id": "http://hl7.org/fhir/json-schema/4.0", | ||
+ "$id": "http://hl7.org/fhir/json-schema/4.0", | ||
"description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas", | ||
"discriminator": { | ||
"propertyName": "resourceType", | ||
diff --git a/hl7.fhir.rX/hl7.fhir.r4b.core/package/openapi/fhir.schema.json b/hl7.fhir.rX/hl7.fhir.r4b.core/package/openapi/fhir.schema.json | ||
index 45062a3e7d..9fa58541f7 100644 | ||
--- a/hl7.fhir.rX/hl7.fhir.r4b.core/package/openapi/fhir.schema.json | ||
+++ b/hl7.fhir.rX/hl7.fhir.r4b.core/package/openapi/fhir.schema.json | ||
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-06/schema#", | ||
- "id": "http://hl7.org/fhir/json-schema/4.3", | ||
+ "$id": "http://hl7.org/fhir/json-schema/4.3", | ||
"description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas", | ||
"discriminator": { | ||
"propertyName": "resourceType", | ||
diff --git a/hl7.fhir.rX/hl7.fhir.r5.core/package/openapi/fhir.schema.json b/hl7.fhir.rX/hl7.fhir.r5.core/package/openapi/fhir.schema.json | ||
index 0a03b0b668..8ece572590 100644 | ||
--- a/hl7.fhir.rX/hl7.fhir.r5.core/package/openapi/fhir.schema.json | ||
+++ b/hl7.fhir.rX/hl7.fhir.r5.core/package/openapi/fhir.schema.json | ||
@@ -1,6 +1,6 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-06/schema#", | ||
- "id": "http://hl7.org/fhir/json-schema/4.6", | ||
+ "$id": "http://hl7.org/fhir/json-schema/4.6", | ||
"description": "see http://hl7.org/fhir/json.html#schema for information about the FHIR Json Schemas", | ||
"discriminator": { | ||
"propertyName": "resourceType", | ||
-- | ||
2.48.1 | ||
|
59,565 changes: 59,565 additions & 0 deletions
59,565
patches/fhir/0002-Fix-references-that-point-to-files-instead-of-URIs.patch
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.