Skip to content

Commit

Permalink
Update expectations for examples with genetics-parent extension
Browse files Browse the repository at this point in the history
https://build.fhir.org/branches/R4B/extension-family-member-history-genetics-parent.json.html
has a required binding to
http://hl7.org/fhir/ValueSet/parent-relationship-codes

The examples are actually correct but we need to either package an
expanded version of that valueset or get to
#3448 in order to properly validate
these.

Signed-off-by: Lee Surprenant <[email protected]>
  • Loading branch information
lmsurpre committed Mar 14, 2022
1 parent fa16e57 commit 693ab81
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions fhir-examples/src/main/resources/spec-json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1428,11 +1428,11 @@ OK json/spec/linkage.profile.json
PARSE json/spec/lipidprofile-questionnaire.json
OK json/spec/lipidprofile.profile.json
OK json/spec/list-example-allergies.json
OK json/spec/list-example-double-cousin-relationship-pedigree.json
VALIDATION json/spec/list-example-double-cousin-relationship-pedigree.json
OK json/spec/list-example-empty.json
OK json/spec/list-example-familyhistory-f201-roel.json
OK json/spec/list-example-familyhistory-genetics-profile-annie.json
OK json/spec/list-example-familyhistory-genetics-profile.json
VALIDATION json/spec/list-example-familyhistory-genetics-profile-annie.json
VALIDATION json/spec/list-example-familyhistory-genetics-profile.json
OK json/spec/list-example-long.json
OK json/spec/list-example-medlist.json
OK json/spec/list-example-simple-empty.json
Expand Down
6 changes: 3 additions & 3 deletions fhir-examples/src/main/resources/spec-xml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,11 @@ OK xml/spec/linkage-example.xml
OK xml/spec/linkage.profile.xml
OK xml/spec/lipidprofile.profile.xml
OK xml/spec/list-example-allergies.xml
OK xml/spec/list-example-double-cousin-relationship-pedigree.xml
VALIDATION xml/spec/list-example-double-cousin-relationship-pedigree.xml
OK xml/spec/list-example-empty.xml
OK xml/spec/list-example-familyhistory-f201-roel.xml
OK xml/spec/list-example-familyhistory-genetics-profile-annie.xml
OK xml/spec/list-example-familyhistory-genetics-profile.xml
VALIDATION xml/spec/list-example-familyhistory-genetics-profile-annie.xml
VALIDATION xml/spec/list-example-familyhistory-genetics-profile.xml
OK xml/spec/list-example-long.xml
OK xml/spec/list-example-medlist.xml
OK xml/spec/list-example-simple-empty.xml
Expand Down
2 changes: 1 addition & 1 deletion fhir-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<fhir-model.index>MINIMAL_JSON</fhir-model.index>
<fhir-validation.index>MINIMAL_JSON</fhir-validation.index>
<fhir-search.index>MINIMAL_JSON</fhir-search.index>
<fhir-persistence-jdbc.index>ALL</fhir-persistence-jdbc.index>
<fhir-persistence-jdbc.index>MINIMAL_JSON</fhir-persistence-jdbc.index>
<fhir-server-test.index>MINIMAL_JSON</fhir-server-test.index>
<java.version>11</java.version>
<fhir-examples.version>5.0.0-SNAPSHOT</fhir-examples.version>
Expand Down
6 changes: 6 additions & 0 deletions fhir-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<artifactId>fhir-path</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!-- Not strictly required but, without it, you won't have any search parameters or compartment definitions -->
<groupId>${project.groupId}</groupId>
<artifactId>fhir-core-r4b</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
Expand Down

0 comments on commit 693ab81

Please sign in to comment.