Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
e2e-windows:
runs-on: windows-latest
runs-on: windows-2019
if: "!contains(github.event.pull_request.labels.*.name, 'ci-skip')"
strategy:
matrix:
Expand Down
9 changes: 4 additions & 5 deletions conformance/fhir-ig-davinci-hrex/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Da Vinci Health Record Exchange (HRex) - 0.2.0 - STU R1 - 2nd ballot
- Commit https://github.com/HL7/davinci-ehrx/commit/21edf8c77008748576b47214ecc8e74741cddd6f
# Da Vinci Health Record Exchange (HRex) - 1.0.0 - STU R1 - continuous build
- Commit https://github.com/HL7/davinci-ehrx/commit/6e600f4c38ccec280c235cfa85eecaf27c882c8c

*13 OCT 2021*
*24 FEB 2022*

1. - Modified ig-r4.json to remove unsupported values from the parameters array, such as `copyrightyear`, `releaselabel`.

2. - Change targetProfile for us-core profile references to dependency on 4.0.0, so it doesn't conflict with future releases (http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|4.0.0)
2. - Change targetProfile for us-core profile references to dependency on 3.1.1, so it doesn't conflict with future releases (http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|3.1.1)
- StructureDefinition-hrex-claimresponse.json
- StructureDefinition-hrex-consent.json
- StructureDefinition-hrex-coverage.json
Expand All @@ -14,7 +14,6 @@
- StructureDefinition-hrex-practitionerrole.json
- StructureDefinition-hrex-practitioner.json
- StructureDefinition-hrex-patient-demographics.json
- StructureDefinition-hrex-patient-member.json
- StructureDefinition-hrex-organization.json
- StructureDefinition-hrex-parameters-member-match-in.json
- StructureDefinition-extension-itemAuthorizedProvider.json
Expand Down
6 changes: 3 additions & 3 deletions conformance/fhir-ig-davinci-hrex/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# HL7 FHIR� Da Vinci Health Record Exchange (HRex) 0.2.0 - STU R1 - 2nd ballot
# HL7 FHIR� Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 - continuous build

- Downloaded - http://build.fhir.org/ig/HL7/davinci-ehrx/index.html
- Retrieved - 9 FEB 2022
- Commit - https://github.com/HL7/davinci-ehrx/commit/ffb76646a1044736b71d86d17252cc799ff5153d
- Retrieved - 24 FEB 2022
- Commit - https://github.com/HL7/davinci-ehrx/commit/6e600f4c38ccec280c235cfa85eecaf27c882c8c

Please note STU1 is NOT yet completed the balloting process at HL7. The IG may change.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* (C) Copyright IBM Corp. 2020, 2021
* (C) Copyright IBM Corp. 2020, 2022
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -8,9 +8,9 @@

import com.ibm.fhir.registry.util.PackageRegistryResourceProvider;

public class HREX020ResourceProvider extends PackageRegistryResourceProvider {
public class HREX100ResourceProvider extends PackageRegistryResourceProvider {
@Override
public String getPackageId() {
return "hl7.fhir.us.davinci-hrex.020";
return "hl7.fhir.us.davinci-hrex.100";
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
com.ibm.fhir.ig.davinci.hrex.HREX020ResourceProvider
com.ibm.fhir.ig.davinci.hrex.HREX100ResourceProvider
Loading