Skip to content

mertenssander/fhirSpec_sctid_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Python script that checks the HL7 FHIR TOC and gathers all the urls on pages in that TOC. If the url points to the SNOMED International browser, it extracts the SCTID and adds it to a list. At the end, the list of concepts gets checked against CSIRO's public ontoserver endpoint. The 'inactive' property gets printed to an excel file, along with the sctid, display text and any pages where the concept appeared.

Execution

docker-compose run runner

or

Install dependencies from Dockerfile and run

python main.py

About

Scrapes the TOC of the HL7 FHIR spec (https://hl7.org/fhir/toc.html), visits each page and checks if any SNOMED concepts used in these pages are inactive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published