diff --git a/input/resources/CodeSystem-ch-group.json b/input/resources/CodeSystem-ch-group.json new file mode 100644 index 0000000..47fcf15 --- /dev/null +++ b/input/resources/CodeSystem-ch-group.json @@ -0,0 +1,32 @@ +{ + "resourceType": "CodeSystem", + "id": "ch-elm-group", + "url": "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-group", + "version": "2025-03-18", + "name": "ChElmGroup", + "title": "CH ELM Group", + "status": "active", + "experimental": false, + "description": "The \"CH ELM Group\" group provides a curated set of codes representing specific disorders.", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "CHE" + } + ] + } + ], + "caseSensitive": false, + "hierarchyMeaning": "is-a", + "content": "complete", + "concept": [ + { + "code": "Measles" + }, + { + "code": "Listeriosis" + } + ] +} diff --git a/input/resources/ConceptMap-ch-elm-results-to-group.json b/input/resources/ConceptMap-ch-elm-results-to-group.json new file mode 100644 index 0000000..1cad083 --- /dev/null +++ b/input/resources/ConceptMap-ch-elm-results-to-group.json @@ -0,0 +1,87 @@ +{ + "resourceType": "ConceptMap", + "id": "ch-elm-results-to-group", + "url": "http://fhir.ch/ig/ch-elm/ConceptMap/ch-elm-results-to-group", + "version": "2025-05-09", + "name": "ChElmResultsToGroup", + "title": "CH ELM Results To Group", + "status": "active", + "experimental": false, + "description": "This CH ELM concept map specifies the disorder codes for each leading code", + "jurisdiction": [ + { + "coding": [ + { + "system": "urn:iso:std:iso:3166", + "code": "CHE" + } + ] + } + ], + "sourceCanonical": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-results-laboratory-observation", + "targetCanonical": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-group", + "group": [ + { + "source": "http://loinc.org", + "target": "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-group", + "element": [ + { + "code": "6609-2", + "display": "Listeria sp identified in Specimen by Organism specific culture", + "target": [ + { + "code": "Listeriosis", + "equivalence": "relatedto" + } + ] + }, + { + "code": "82184-3", + "display": "Listeria monocytogenes DNA [Presence] in Cerebral spinal fluid by NAA with non-probe detection", + "target": [ + { + "code": "Listeriosis", + "equivalence": "relatedto" + } + ] + }, + { + "code": "21503-8", + "display": "Measles virus IgM Ab [Presence] in Serum", + "target": [ + { + "code": "Measles", + "equivalence": "relatedto" + } + ] + }, + { + "code": "14189004", + "display": "Measles virus IgG Ab [Titer] in Serum", + "target": [ + { + "code": "Measles", + "equivalence": "relatedto" + } + ] + } + ] + }, + { + "source": "http://snomed.info/sct", + "target": "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-group", + "element": [ + { + "code": "19030005", + "display": "Human immunodeficiency virus (organism)", + "target": [ + { + "code": "Measles", + "equivalence": "relatedto" + } + ] + } + ] + } + ] +} diff --git a/input/resources/ValueSet-ch-elm-group.json b/input/resources/ValueSet-ch-elm-group.json new file mode 100644 index 0000000..8f81fc8 --- /dev/null +++ b/input/resources/ValueSet-ch-elm-group.json @@ -0,0 +1,16 @@ +{ + "resourceType": "ValueSet", + "id": "ch-elm-group", + "url": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-group", + "version": "2025-05-09", + "name": "ChElmGroup", + "title": "CH ELM Group", + "status": "draft", + "experimental": false, + "description": "The \"CH ELM Group\" provides a curated set of codes representing specific disorders. ", + "compose" : { + "include" : [{ + "system" : "http://fhir.ch/ig/ch-elm/CodeSystem/ch-elm-group" + }] + } +}