From 37c4dc200eee840c5f8a73da001002b8d1a0251e Mon Sep 17 00:00:00 2001 From: JohnMoehrke Date: Fri, 17 Jun 2022 09:52:27 -0500 Subject: [PATCH] explain R4 vs R4B --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5470da0..8f88313 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ formal publication - https://johnmoehrke.github.io/RelatedPersonConsent ci-build - http://build.fhir.org/ig/JohnMoehrke/RelatedPersonConsent/branches/main/index.html +Note: Building with R4 will produce Errors in the QA. These errors are caused by problems with the Consent specifcation in FHIR core R4. These problems were corrected in the R4B technical-corrections release. So would be best to build with R4B simply to not get the errors. There is no other reliance on R4B, R4 is fine. However at the time of the release R4B was not building proper, gave me three errors indicating that the version 4.3.0 was not valid.