@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "nciVersionOfNDF-RT"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/nciVersionOfNDF-RT"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2.1.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NCI Version of NDF-RT" ]
] ) ; #
fhir:name [ fhir:v "NciVersionOfNDFRT"] ; #
fhir:status [ fhir:v "retired"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2021-11-09T10:00:00+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "NCI"] ; #
fhir:contact ( [
fhir:name [ fhir:v "National Cancer Institute" ]
] ) ; #
fhir:responsible [ fhir:v "NCI"] ; #
fhir:description [ fhir:v "The National Drug File RT (NDF-RT) is published by the US Veterans' Administration (VA). NDF-RT covers clinical drugs used at the VA. The NCI version of NDF-RT is used by NCI to provide automated terminology access to the Food and Drug Administration (FDA) Structured Product Label (SPL) initiative. NCI makes its version of NDF-RT available publicly thru the Web, download via FTP and via open APIs for Java, SOAP and HTTP."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "2.16.840.1.113883.3.26.1.5" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://terminology.hl7.org/CodeSystem/nciVersionOfNDF-RT" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] ) . #
# -------------------------------------------------------------------------------------