Skip to content

aehrc/fhir-tx-transforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FHIR Terminology Transforms

A stand-alone command-line tool transfers various clinical terminology and code set resources into FHIR codes systems and concept maps.

Build

mvn clean package

RUN

java -jar "target\fhir-tx-transforms-jar-with-dependencies.jar" CONFIG-FILE-PATH

Configuration file

Single configuration file for terminology resources transform. Each supported resources (list below) has individual controls and configuration.

FHIR Terminology Server URL

tx.server.url=TERMINOLOGY-SERVER-URL

Local output folder for FHIR resources

output.dir=PATH-TO-LOCAL-FOLDER

Control running of individual resource transform

process.ctv2=TRUE/FALSE

process.ctv3=TRUE/FALSE

process.icd=TRUE/FALSE

process.nicip=TRUE/FALSE

process.opcs=TRUE/FALSE

process.ods=TRUE/FALSE

process.dmd=TRUE/FALSE

READ V2

ctv2.coreFile=PATH-TO-LOCAL-FILE

ctv2.mapFile=PATH-TO-LOCAL-FILE

CTV 3

ctv3.version.VERSION.folder=PATH-TO-LOCAL-FOLDER

ICD-10-UK

icd10uk.version.VERSION.codeFile=PATH-TO-LOCAL-FILE

NICIP

nicip.version.VERSION.folder=PATH-TO-LOCAL-FOLDER

OPCS-4

opcs.version.VERSION.codeFile=PATH-TO-LOCAL-FILE

opcs.version.VERSION.validFile=PATH-TO-LOCAL-FILE

  • Use number only for OPCS version, for example 4.9 will be 49 here.

ODS

ods.version.VERSION.zipfile=PATH-TO-LOCAL-FILE

DM+D

dmd.releaseFolder=PATH-TO-LOCAL-FOLDER

dmd.releaseSerial=Numeric value in DM+D file names

dmd.dmdReleaseNote=URL of dm+d release notes

dmd.gtinReleaseNote=URL of GTIN release notes

  • The serial number used in dm+d file, example f_amp2_3080420.xml, the serial number should be 3080420
  • The transform use an excel config file internally from NHS, it is in src/main/resources

Support multiple version

To add multiple version processing for single resource, separate the configuration lines for each version. For example. to add 2 versions for CTV 3, the version number is 20160401 and 20170401, use the lines below.

ctv3.version.20160401.folder=PATH-TO-LOCAL-FOLDER-20160401

ctv3.version.20170401.folder=PATH-TO-LOCAL-FOLDER-20170401

Supported Resources

The FHIR Terminology Transforms project supports transforming the following terminologies into FHIR code systems.

  • Read Code V2
  • Read Code (CTV) V3
  • NICIP
  • ODS
  • OPCS-4
  • ICD-10-UK
  • DM+D

Required resources for processing

The resources are hosted on the Technology Reference data Update Distribution (NHS TRUD) web site. The resource files need to be prepared before transformation.

Read code (CTV) V3

Read code V2

NICIP

ODS

OPCS-4

ICD-UK-10

DM+D

Copyright © 2020, Commonwealth Scientific and Industrial Research Organisation (CSIRO) ABN 41 687 119 230. Licensed under the CSIRO Open Source Software License Agreement.

About

Transformations of various code systems to FHIR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages