From 1586385c5fb9f3fc2dd00e21a0549b2ffe8c4cac Mon Sep 17 00:00:00 2001 From: smacadam <67597111+smacadam@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:56:34 -0500 Subject: [PATCH] docs(bfdr): update docs for bfdr 1.0.0 preview.9 release (#192) --- projects/BFDR.Messaging/BFDR.Messaging.csproj | 2 +- projects/BFDR/BFDR.csproj | 2 +- projects/BFDR/CHANGELOG.md | 11 ++++++++++- projects/BFDR/README.md | 4 ++-- projects/Canary/CHANGELOG.md | 7 +++++++ projects/Canary/ClientApp/src/index.js | 6 +++--- .../VitalRecord.Messaging.csproj | 2 +- projects/VitalRecord/CHANGELOG.md | 10 ++++++++++ projects/VitalRecord/VitalRecord.csproj | 2 +- 9 files changed, 36 insertions(+), 10 deletions(-) diff --git a/projects/BFDR.Messaging/BFDR.Messaging.csproj b/projects/BFDR.Messaging/BFDR.Messaging.csproj index dd17c03f..687af9cf 100644 --- a/projects/BFDR.Messaging/BFDR.Messaging.csproj +++ b/projects/BFDR.Messaging/BFDR.Messaging.csproj @@ -1,6 +1,6 @@ - 1.0.0-preview.8 + 1.0.0-preview.9 netstandard2.0 BFDR true diff --git a/projects/BFDR/BFDR.csproj b/projects/BFDR/BFDR.csproj index f344d926..1fce168c 100644 --- a/projects/BFDR/BFDR.csproj +++ b/projects/BFDR/BFDR.csproj @@ -1,6 +1,6 @@ - 1.0.0-preview.8 + 1.0.0-preview.9 netstandard2.0 BFDR BFDR.xml diff --git a/projects/BFDR/CHANGELOG.md b/projects/BFDR/CHANGELOG.md index 9a14cc9b..d1c5e309 100644 --- a/projects/BFDR/CHANGELOG.md +++ b/projects/BFDR/CHANGELOG.md @@ -2,8 +2,17 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [1.0.0-preview.9](https://github.com/nightingaleproject/vital-records-dotnet/commit/ba4cd43e081ede28959f0e9d3070b59644943953) (2024-11-05) + +### Features +* Add FetalDeathRecord to the BFDR library +* IJE to FHIR and FHIR to IJE translation for fetal death records +* FHIR messaging support for fetal death messaging types +* Alignment with BFDR STU 2.0 IG + -## [1.0.0-preview.7](https://github.com/nightingaleproject/vital-records-dotnet/commit/73693cc824b0a8e5b666743204978d42b3de4bd9) (2024-10-08) +## [1.0.0-preview.8](https://github.com/nightingaleproject/vital-records-dotnet/commit/73693cc824b0a8e5b666743204978d42b3de4bd9) (2024-10-08) ### Features * Add IG version to FHIR message header diff --git a/projects/BFDR/README.md b/projects/BFDR/README.md index 9189268a..65375619 100644 --- a/projects/BFDR/README.md +++ b/projects/BFDR/README.md @@ -57,7 +57,7 @@ This package will be published on NuGet, so including it is as easy as: ```xml ... - + ... ``` @@ -194,7 +194,7 @@ This package is published on NuGet, so including it is as easy as: ```xml ... - + ... ``` diff --git a/projects/Canary/CHANGELOG.md b/projects/Canary/CHANGELOG.md index aeaf0589..a773fc69 100644 --- a/projects/Canary/CHANGELOG.md +++ b/projects/Canary/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + + +### Features +* Add Fetal Death Record and Messaging tools +* Update BirthRecord Connectathon tests to align with BFDR STU 2.0 +* Update VRDR link to point to Canary that supports VRDR STU 2.2 + ### Features diff --git a/projects/Canary/ClientApp/src/index.js b/projects/Canary/ClientApp/src/index.js index 54b6d7b4..b924debb 100644 --- a/projects/Canary/ClientApp/src/index.js +++ b/projects/Canary/ClientApp/src/index.js @@ -10,10 +10,10 @@ const baseUrl = document.getElementsByTagName('base')[0].getAttribute('href'); //window.API_URL = 'http://localhost:5000'; window.API_URL = ''; -window.VERSION = '5.1.1'; -window.VERSION_DATE = 'August 6, 2024'; +window.VERSION = '5.2.0'; +window.VERSION_DATE = 'November 5, 2024'; window.VRDR_VERSION = '5.0.0'; -window.BFDR_VERSION = '1.0.0-preview.7'; +window.BFDR_VERSION = '1.0.0-preview.9'; window.VRDR_VERSION_DATE = 'August 15, 2023'; const container = document.getElementById('root'); diff --git a/projects/VitalRecord.Messaging/VitalRecord.Messaging.csproj b/projects/VitalRecord.Messaging/VitalRecord.Messaging.csproj index 262beae3..6fe897cd 100644 --- a/projects/VitalRecord.Messaging/VitalRecord.Messaging.csproj +++ b/projects/VitalRecord.Messaging/VitalRecord.Messaging.csproj @@ -1,7 +1,7 @@ VitalRecord.Messaging - 1.0.0-preview.3 + 1.0.0-preview.4 netstandard2.0 VR true diff --git a/projects/VitalRecord/CHANGELOG.md b/projects/VitalRecord/CHANGELOG.md index 64c86b90..51df5ec4 100644 --- a/projects/VitalRecord/CHANGELOG.md +++ b/projects/VitalRecord/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. + +## [1.0.0-preview.4](https://github.com/nightingaleproject/vital-records-dotnet/commit/ba4cd43e081ede28959f0e9d3070b59644943953#diff-7b854a1e3a0d54f7ed17b2542764e52a452d596f0827084fdf95084a40fde76d) (2024-11-05) + +### Features +* Update VRCL code systems, mappings, value sets, and urls to align with VRCL STU 2.0 +* Add support for presence to IJE fields +* Add helper functions for FHIR date time fields +* Add helper functions to get and set physical location fields +* Add helper functions to get and set encounters + ## [1.0.0-preview.3](https://github.com/nightingaleproject/vital-records-dotnet/commit/db5765b2710016d4b3fd9c80e9e27227503376e3) (2024-07-30) diff --git a/projects/VitalRecord/VitalRecord.csproj b/projects/VitalRecord/VitalRecord.csproj index e1d9c9d9..fc1dba68 100644 --- a/projects/VitalRecord/VitalRecord.csproj +++ b/projects/VitalRecord/VitalRecord.csproj @@ -1,6 +1,6 @@ - 1.0.0-preview.3 + 1.0.0-preview.4 netstandard2.0 VR VitalRecord.xml