Skip to content

Commit 01cfa46

Browse files
committed
Formulary fixes
1. fixed the version suffix on the reference to http://hl7.org/fhir/us/davinci-pdex-plan-net/ValueSet/InsuranceProductTypeVS 2. fixed the "code" in SearchParameter-Basic-subject.json (and opened a corresponding spec bug, https://jira.hl7.org/browse/FHIR-39401 ) Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
1 parent 093b16e commit 01cfa46

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

conformance/fhir-ig-davinci-pdex-formulary/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Source - http://hl7.org/fhir/us/davinci-drug-formulary/STU1.1 retrieved on May 2
2323
Source - http://hl7.org/fhir/us/davinci-drug-formulary/STU2/ retrieved on September 05, 2022.
2424
- Modified ig-r4.json to remove parameters that aren't valid in FHIR R4
2525
- Stripped narrative text to reduce the size and formatted the JSON contents (both via the ResourceProcessor tool)
26+
- Fixed the code for SearchParameter-Basic-subject.json (per https://jira.hl7.org/browse/FHIR-39401)
2627

2728
# Steps to update
2829
1. download the npm package for whatever version of PDEX US Drug Formulary you want (and note what downloads we used from where in this file)

conformance/fhir-ig-davinci-pdex-formulary/src/main/resources/hl7/fhir/us/davinci-pdex-formulary/200/package/SearchParameter-Basic-subject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
}
3939
],
40-
"code": "code",
40+
"code": "subject",
4141
"base": [
4242
"Basic"
4343
],

conformance/fhir-ig-davinci-pdex-formulary/src/main/resources/hl7/fhir/us/davinci-pdex-formulary/200/package/StructureDefinition-usdf-PayerInsurancePlan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
"isSummary": true,
909909
"binding": {
910910
"strength": "extensible",
911-
"valueSet": "http://hl7.org/fhir/us/davinci-pdex-plan-net/ValueSet/InsuranceProductTypeVS|2.0.0"
911+
"valueSet": "http://hl7.org/fhir/us/davinci-pdex-plan-net/ValueSet/InsuranceProductTypeVS|1.0.0"
912912
},
913913
"mapping": [
914914
{

0 commit comments

Comments
 (0)