Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    107comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    30comments
  3. Tin: full-text search for Postgres(planetscale.com ↗)
    18comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    415comments
  5. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    176comments
  6. “The Secret Life of Circuits” is here(coredump.cx ↗)
    46comments
  7. What Zig felt like, coming from Rust(besok.github.io ↗)
    83comments
  8. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    23comments
  9. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    7comments
  10. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    531comments
  11. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    9comments
  12. San Francisco Onion Futures Company(onionfutures.com ↗)
    104comments
  13. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    184comments
  14. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    125comments
  15. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    discuss
  16. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    26comments
  17. Cloudflare Quick Tunnels(cloudflare.com ↗)
    299comments
  18. How to Write with an LLM(sockpuppet.org ↗)
    361comments
  19. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  20. Communication by means of modulated Johnson noise(pnas.org ↗)
    17comments
  21. Saving another 100TB of RAM(cloudflare.com ↗)
    88comments
  22. SDCC – Small Device C Compiler(sourceforge.net ↗)
    23comments
  23. Science Is Open Software(jepedersen.dk ↗)
    47comments
  24. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    8comments
  25. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  26. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  27. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    7comments
  28. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    122comments
  29. OpenJev(openjev.com ↗)
    278comments
  30. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    118comments

Snomed CT Entity Linking Challenge

2 pointsby 2y agodrivendata.org
13 comments
2y agoHN ↗

The objective of this competition is to link spans of text in clinical notes with specific topics in the SNOMED CT clinical terminology. Participants will train models based on real-world doctor's notes which have been de-identified and annotated with SNOMED CT concepts by medically trained professionals. This is the largest publicly available dataset of labelled clinical notes, and you can be one of the first to use it!

NER: Named Entity Recognition: https://en.wikipedia.org/wiki/Named-entity_recognition

awsome-medical-coding-nlp: https://github.com/acadTags/Awesome-medical-coding-NLP

awesome-ehr-deep-learning: https://github.com/hurcy/awesome-ehr-deeplearning

awesome-ner: https://github.com/smiyawaki0820/awesome-ner

awesome-bioie > Research groups: https://github.com/caufieldjh/awesome-bioie#groups-active-in...

SNOMED-CT as RDF: https://sphn-semantic-framework.readthedocs.io/en/latest/ext...

...

SNOMED-CT is a Medical Terminology.

SNOMED-CT: https://en.wikipedia.org/wiki/SNOMED_CT

Traditionally, a Terminology Service provides a query endpoint over a schema like SNOMED-CT (which is a nonredistributable medical XML schema, which is challenging for Open Linked Data):

https://github.com/NCIP/lexevs

https://github.com/OpenConceptLab

https://openconceptlab.org/terminology-service/

https://github.com/MedevaKnowledgeSystems/pymedtermino/blob/... :

For SNOMED CT, ICD10 and MedDRA, the data are not included (because they are not freely redistribuable) but they can be downloaded in XML format. PyMedTermino includes scripts for exporting these data into SQLite3 databases.

2y agoHN ↗

Tangentially, but also to the point,

Software Development IDEs have (optional) autocomplete;

Unstructured Medical Coding interfaces could also have autocomplete,

such that when you type `icd:` or `snomed:` it presents a search interface for that particular medical terminology / vocabulary / system of classification / categories.

GNU Health > Issue tracker > "Freetext ICD-10 references as URIs (e.g. icd10:A01)" (2013) https://lists.gnu.org/archive/html/health-dev/2013-12/msg000...

2y agoHN ↗

I'm not convinced that auto complete would add much value to clinical workflows. Clinicians typically don't enter the codes themselves. In order to write those unstructured narrative blocks they might type them in manually, fill in the blanks on a template, or dictate. But in any case the clinician typically isn't entering billing or clinical codes. Usually certified medical coders add codes afterwards using specialized interfaces, often with some kind of NLP assistance.

2y agoHN ↗

Yeah, so it's at that workflow where they're not getting linked data edges out of their own unstructured data input.

To prompt them at that time for whether or not this referenced thing in a dictated .txt file is actually a thing with a URI and have them confirm that those are the correct annotations for their input would save a lot of time and money.

Requisite study for Linked Data clinical coding / informatics:

- HIPAA and unstructured notes, HIPAA and Linked Data; Informed Consent; Precision Medicine

- Tokens; NLP, stemming, conceptual entity recognition

- The LODcloud; a great big graph of Linked Open Data (that our data does not yet link to, is siloed separately from, does not yet have references to existing URIs in)

- RDFa: RDF-in-html-Attributes

- JSON-LD: JSON Linked Data

- Schema.org/MedicalEntity ; /docs/schemas.html -> "Health and medical types" https://schema.org/docs/meddocs.html

- TTS Text-to-Speech, Speech-to-Text; Multimodal models with RAG, LORA, RLHF, Transformer Self Attention tensor Networks, Benchmarking OpenAI Whisper with relative performance metrics, ONNX

- FHIR for EHR data portability (JSON-LD,)

UX Improvements:

- More IDE-like unstructured data entry

- Auto-annotate this text field in place

- Auto-annotate this pasted text

- Auto-annotate this text field and display the linked data annotations

- Display the revisions of the unstructured note -> annotated linked data document

- Autocomplete with search from e.g. icd:

- Frequently used annotations per Clinician/Provider

- Recently used annotations per Clinician/Provider

- Hover over visually distinguished auto-recognized entities and approve/clarify/reject

- Indicate which prov:Agent added which annotations; human (name(s)), AI (signed git revision of repo URI)

- Indicate degree of confidence in annotation (note that AGI hypergraph systems have TruthValue and also AttentionValue, like attention networks; and that AGI systems may someday also support CDSS: Clinical Decision Support Systems and Health Decision Support Systems)

2y agoHN ↗

Right, but physicians currently don't have time to do that and don't get paid for it. For provider organizations it ends up being more profitable to hire certified coders to do the coding so that physicians can focus on treating patients.

2y agoHN ↗

Why aren't they trained in the above, and who will ask large EHR vendors for those features, who would do the asking and is there a forms committee yet?

2y agoHN ↗

It doesn't make sense to train most physicians in coding. We already have a shortage of doctors. They need to focus on directly treating patients while lower paid staff handle other tasks.

Most EHRs already have features for building custom data entry template forms for common situations, which can allow for selecting specific codes. Large provider organizations typically have internal committees to design these forms in order to ensure some level of consistency in patient charts.

2y agoHN ↗

Hot take: Most clinicians should code at time of data entry in order to not play telephone with patients' medical information.

Transmission chain method > Application in studies of memory: https://en.wikipedia.org/wiki/Transmission_chain_method

https://en.wikipedia.org/wiki/False_memory_syndrome#Evidence... :

Human memory is created and highly suggestible

Though nowhere is it shown that clinicians are even competent enough to add RDFa linked data annotations to their TXT unstructured notes with an encabulator.

It's clear that there's value in disambiguation; did they say "biomemetic" or "liquid metal" days ago on a dictaphone in a loud environment?