Skip to content

Commit

Permalink
CPE ValueSet should be remvoed #148
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed Mar 5, 2025
1 parent 3b666fd commit 990e988
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 40 deletions.
3 changes: 0 additions & 3 deletions input/resources/CodeSystem-ch-elm-results-completion-vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
{
"code": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-cjd-org"
},
{
"code": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-cpe-org"
},
{
"code": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-diph-org"
},
Expand Down
3 changes: 0 additions & 3 deletions input/resources/ValueSet-ch-elm-results-completion-vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
{
"code": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-cjd-org"
},
{
"code": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-cpe-org"
},
{
"code": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-diph-org"
},
Expand Down
24 changes: 0 additions & 24 deletions input/resources/ValueSet-ch-elm-results-cpe-org.json

This file was deleted.

11 changes: 1 addition & 10 deletions tests/updateterminology.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,7 @@ curl --request GET \
--cert $CERT \
--key $KEY \
-o ../input/resources/ValueSet-$VALUESET.json

VALUESET="ch-elm-results-cpe-org"
curl --request GET \
--url https://ws.infreport-a.bag.admin.ch/ch-elm/v1/fhir/ValueSet/$VALUESET \
--header 'accept: application/fhir+json' \
--header 'user-agent: vscode-restclient' \
--cert $CERT \
--key $KEY \
-o ../input/resources/ValueSet-$VALUESET.json


VALUESET="ch-elm-results-diph-org"
curl --request GET \
--url https://ws.infreport-a.bag.admin.ch/ch-elm/v1/fhir/ValueSet/$VALUESET \
Expand Down

0 comments on commit 990e988

Please sign in to comment.