Skip to content

Commit

Permalink
docs(bfdr): update docs for bfdr 1.0.0 preview.9 release (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
smacadam authored Nov 5, 2024
1 parent ba4cd43 commit 1586385
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 10 deletions.
2 changes: 1 addition & 1 deletion projects/BFDR.Messaging/BFDR.Messaging.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-preview.8</Version>
<Version>1.0.0-preview.9</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>BFDR</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion projects/BFDR/BFDR.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-preview.8</Version>
<Version>1.0.0-preview.9</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>BFDR</RootNamespace>
<DocumentationFile>BFDR.xml</DocumentationFile>
Expand Down
11 changes: 10 additions & 1 deletion projects/BFDR/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.0-preview.9"></a>
## [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

<a name="1.0.0-preview.8"></a>
## [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
Expand Down
4 changes: 2 additions & 2 deletions projects/BFDR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This package will be published on NuGet, so including it is as easy as:
```xml
<ItemGroup>
...
<PackageReference Include="BFDR" Version="1.0.0" />
<PackageReference Include="BFDR" Version="1.0.0-preview.9" />
...
</ItemGroup>
```
Expand Down Expand Up @@ -194,7 +194,7 @@ This package is published on NuGet, so including it is as easy as:
```xml
<ItemGroup>
...
<PackageReference Include="BFDR.Messaging" Version="1.0.0" />
<PackageReference Include="BFDR.Messaging" Version="1.0.0-preview.9" />
...
</ItemGroup>
```
Expand Down
7 changes: 7 additions & 0 deletions projects/Canary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="5.2.0"></a>

### 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

<a name="5.1.1"></a>

### Features
Expand Down
6 changes: 3 additions & 3 deletions projects/Canary/ClientApp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>VitalRecord.Messaging</PackageId>
<Version>1.0.0-preview.3</Version>
<Version>1.0.0-preview.4</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>VR</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
10 changes: 10 additions & 0 deletions projects/VitalRecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.0.0-preview.4"></a>
## [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

<a name="1.0.0-preview.3"></a>
## [1.0.0-preview.3](https://github.com/nightingaleproject/vital-records-dotnet/commit/db5765b2710016d4b3fd9c80e9e27227503376e3) (2024-07-30)

Expand Down
2 changes: 1 addition & 1 deletion projects/VitalRecord/VitalRecord.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-preview.3</Version>
<Version>1.0.0-preview.4</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>VR</RootNamespace>
<DocumentationFile>VitalRecord.xml</DocumentationFile>
Expand Down

0 comments on commit 1586385

Please sign in to comment.