@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "MeSH"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/MeSH
NameMeSH
Statusactive
Definition

The Medical Subject Headings (MeSH) thesaurus is a controlled and hierarchically-organized vocabulary produced by the National Library of Medicine. It is used for indexing, cataloging, and searching of biomedical and health-related information. MeSH includes the subject headings appearing in MEDLINE/PubMed, the NLM Catalog, and other NLM databases.

\n

MeSH can be downloaded from https://www.nlm.nih.gov/databases/download/mesh.html

\n

MeSH can be browsed here: https://meshb.nlm.nih.gov/search

\n
PublisherNational Library of Medicine

Identifiers

TypeValuePreferredPeriodComment
OID2.16.840.1.113883.6.177true
URIhttps://www.nlm.nih.gov/meshtrue2021-06-29T00:00:00-04:00 --> (ongoing)Official canonical URL going forward.
URIhttp://terminology.hl7.org/CodeSystem/MSHfalse(?) --> 2021-06-29T00:00:00-04:00Maintained for backward compatibility.
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/tools/StructureDefinition/extension-title" ]; fhir:Extension.valueString [ fhir:value "Medical Subject Headings" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url" ]; fhir:Extension.valueUri [ fhir:value "http://terminology.hl7.org/NamingSystem/MeSH" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-version" ]; fhir:Extension.valueString [ fhir:value "3.0.0" ] ]; fhir:NamingSystem.name [ fhir:value "MeSH"]; fhir:NamingSystem.status [ fhir:value "active"]; fhir:NamingSystem.kind [ fhir:value "codesystem"]; fhir:NamingSystem.date [ fhir:value "2021-06-29T00:00:00-04:00"^^xsd:dateTime]; fhir:NamingSystem.publisher [ fhir:value "National Library of Medicine"]; fhir:NamingSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "National Library of Medicine; 8600 Rockville Pike, Bethesda, MD 20894" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "https://support.nlm.nih.gov/support/create-case/" ] ], [ fhir:index 1; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.nlm.nih.gov/" ] ] ]; fhir:NamingSystem.description [ fhir:value "The Medical Subject Headings (MeSH) thesaurus is a controlled and hierarchically-organized vocabulary produced by the National Library of Medicine. It is used for indexing, cataloging, and searching of biomedical and health-related information. MeSH includes the subject headings appearing in MEDLINE/PubMed, the NLM Catalog, and other NLM databases.\r\n\r\nMeSH can be downloaded from https://www.nlm.nih.gov/databases/download/mesh.html\r\n\r\nMeSH can be browsed here: https://meshb.nlm.nih.gov/search"]; fhir:NamingSystem.uniqueId [ fhir:index 0; fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.6.177" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "https://www.nlm.nih.gov/mesh" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "Official canonical URL going forward." ]; fhir:NamingSystem.uniqueId.period [ fhir:Period.start [ fhir:value "2021-06-29T00:00:00-04:00"^^xsd:dateTime ] ] ], [ fhir:index 2; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "http://terminology.hl7.org/CodeSystem/MSH" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "Maintained for backward compatibility." ]; fhir:NamingSystem.uniqueId.period [ fhir:Period.end [ fhir:value "2021-06-29T00:00:00-04:00"^^xsd:dateTime ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------