diff --git a/input/resources/CodeSystem-ch-elm-results-completion-vs.json b/input/resources/CodeSystem-ch-elm-results-completion-vs.json index 72a73e2..0a189ee 100644 --- a/input/resources/CodeSystem-ch-elm-results-completion-vs.json +++ b/input/resources/CodeSystem-ch-elm-results-completion-vs.json @@ -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" }, diff --git a/input/resources/ValueSet-ch-elm-results-completion-vs.json b/input/resources/ValueSet-ch-elm-results-completion-vs.json index 9edd3ba..c495b82 100644 --- a/input/resources/ValueSet-ch-elm-results-completion-vs.json +++ b/input/resources/ValueSet-ch-elm-results-completion-vs.json @@ -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" }, diff --git a/input/resources/ValueSet-ch-elm-results-cpe-org.json b/input/resources/ValueSet-ch-elm-results-cpe-org.json deleted file mode 100644 index 923dfdb..0000000 --- a/input/resources/ValueSet-ch-elm-results-cpe-org.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "resourceType": "ValueSet", - "id": "ch-elm-results-cpe-org", - "url": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-cpe-org", - "version": "2025-03-04", - "name": "ChElmResultsCpeOrg", - "title": "CH ELM Results Cpe Org", - "status": "active", - "experimental": false, - "description": "The \"CH ELM Results Cpe Org\" organism group provides a curated set of codes representing specific organisms. Each code within this group has been selected to ensure precise representation and consistency in relation to the primary LOINC codes. Clients utilizing the \"CH ELM Results Cpe Org\" group should refer to the provided codes to accurately and uniformly capture and report organism-related information.", - "compose": { - "include": [ - { - "system": "http://snomed.info/sct", - "concept": [ - { - "code": "56415008", - "display": "Klebsiella pneumoniae (organism)" - } - ] - } - ] - } -} diff --git a/tests/updateterminology.sh b/tests/updateterminology.sh index b9d77ae..d50c802 100755 --- a/tests/updateterminology.sh +++ b/tests/updateterminology.sh @@ -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 \