Kafka processor transforms Nexus pathology report data to FHIR resources meeting MII pathology profiling
Details about applied MII FHIR profiles can be reviewed Medizininformatik Initiative - Modul Pathologie
We provide default code mapping, which is located at resources/mappings
folder.
Mapping information is provided via CSV files, expected columns and order is localCode, localShortName, snomedCode, snomedDisplayName
.
You may provide your own mappings:
Key | Content |
---|---|
mapping.location.specimenType | extracted specimen with extraction method |
mapping.location.specimenExtractionMethod | extraction method |
- explain expected input
- explain created topics and their purpose
This is how components will be organized:
- Kafka 3.0+
- Kafka connect
- sample environment variable file
- expected topic configuration
You may build a docker image `nexus-patho-to-fhir:latest' via
./gradlew bootBuildImage
- explain environment variables