Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions data/utg/iri-stems-in-hl7.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This table shows all the IRI stems in the [HL7 Terminology Server](https://terminology.hl7.org/), along
with the identifiers they contain. Look at the `Unique ID: iri-stem` column to see the IRI stem for each
identifier. Other identifiers are also included.
| Title | Publisher | URL |Status| Unique ID: oid | Unique ID: uri | Unique ID: iri-stem |
|------------------------------------------------------|------------------------------------------------------------|------------------------------------------------|------|-----------------------|-----------------------------------------|---------------------------|
| Medical Subject Headings | National Library of Medicine | http://terminology.hl7.org/NamingSystem/MeSH |active|2.16.840.1.113883.6.177|http://terminology.hl7.org/CodeSystem/MSH|http://id.nlm.nih.gov/mesh/|
|Logical Observation Identifier Names and Codes (LOINC)|LOINC and Health Data Standards, Regenstrief Institute, Inc.|http://terminology.hl7.org/NamingSystem/v3-loinc|active| 2.16.840.1.113883.6.1 | http://loinc.org | http://loinc.org/rdf/ |
| Title | Publisher | URL |Status| Unique ID: oid | Unique ID: uri | Unique ID: iri-stem |
|------------------------------------------------------|------------------------------------------------------------|------------------------------------------------|------|-----------------------|-----------------------------------------------------------------------|---------------------------|
| Medical Subject Headings | National Library of Medicine | http://terminology.hl7.org/NamingSystem/MeSH |active|2.16.840.1.113883.6.177|https://www.nlm.nih.gov/mesh; http://terminology.hl7.org/CodeSystem/MSH|http://id.nlm.nih.gov/mesh/|
|Logical Observation Identifier Names and Codes (LOINC)|LOINC and Health Data Standards, Regenstrief Institute, Inc.|http://terminology.hl7.org/NamingSystem/v3-loinc|active| 2.16.840.1.113883.6.1 | http://loinc.org | http://loinc.org/rdf/ |
<!-- The script doesn't put a final newline on the Markdown table, so we need to leave a blank line here. -->

## How is this generated?
Expand All @@ -15,8 +15,7 @@ This table is automatically updated by the [Regenerate IRI Stems in HL7 GitHub A
a regular schedule, using the [generate-hl7-terminology-iri-stem-table.py](../../scripts/utg/generate-hl7-terminology-iri-stem-table.py) script.
More details are available in the [scripts/utg README](../../scripts/utg/README.md).

If this table seems out of date, then either the script that generates it may have broken, or the list of
reviewers in the GitHub Action may need to be updated, because one of those reviewers needs to merge the new table
version each time the automated script produces a new version. Currently, the listed reviewers are:
- [@dbooth-boston](https://github.com/dbooth-boston)
- [@ericprud](https://github.com/ericprud)
If this table seems out of date, then the action or script that generates it may have broken, or the
[list of reviewers in the GitHub Action]((/.github/workflows/regenerate-hl7-terminology-iri-stem-table.yml#L79)
may need to be updated, because one of those reviewers needs to merge the new table version each time the
automated script produces a new version.