@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "NDFRT"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://hl7.org/fhir/ndfrt defines codes, but no codes are represented here

" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/ndfrt"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.6.209" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "NDFRT"] ; # fhir:title [ fhir:v "National Drug File Reference Terminology (NDF-RT)"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-08-23T00:00:00-00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "National Cancer Institute (NCI) Enterprise Vocabulary Services (EVS)"] ; # fhir:contact ( [ fhir:name [ fhir:v "U.S. Department of Veterans Affairs, Veterans Health Administration" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.va.gov/" ] ] ) ] ) ; # fhir:description [ fhir:v "NDF-RT is a concept-oriented terminology, a collection of concepts, each of which represents a single, unique meaning. Every concept has one fully-specified name and an arbitrary number of other names, all of which are intended to mean the same thing and are therefore synonymous terms. Synonymous terms from external vocabulary sources may have associated unique identifiers. Publication of NDF-RT has ended. The Medication Reference Terminology (MED-RT) is the evolutionary successor to the NDF-RT."] ; # fhir:copyright [ fhir:v "NDF-RT is released as part of UMLS. Therefore, each successive release has the date of the UMLS release as its version."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------