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

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

" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/naics"^^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.85" ] ] ) ; # fhir:version [ fhir:v "2.0.1"] ; # fhir:name [ fhir:v "Naics"] ; # fhir:title [ fhir:v "North American Industry Classification System"] ; # fhir:status [ fhir:v "retired"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-11-09T10:00:00+10:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "TBD - External Body"] ; # fhir:contact ( [ fhir:name [ fhir:v "US Census Bureau" ] ] ) ; # fhir:description [ fhir:v "North American Industry Classification System(NAICS) for the United States, a new economic classification system that replaces the 1987 Standard Industrial Classification (SIC) for statistical purposes. NAICS is a system for classifying establishments by type of economic activity. Its purposes are: (1) to facilitate the collection, tabulation, presentation, and analysis of data relating to establishments, and (2) to promote uniformity and comparability in the presentation of statistical data describing the economy. NAICS will be used by Federal statistical agencies that collect or publish data by industry."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------