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

GTIN Global Trade Item Number

The GS1 GTIN is a globally unique identifier of trade items. A trade item is any item (product or service) upon which there is a need to retrieve pre-defined information and that may be priced, or ordered, or invoiced at any point in any supply chain.

\n

This code system https://www.gs1.org/gtin defines many codes, but they are not represented here

" ]; fhir:CodeSystem.url [ fhir:value "https://www.gs1.org/gtin"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:1.3.160" ] ]; fhir:CodeSystem.version [ fhir:value "2.0.0"]; fhir:CodeSystem.name [ fhir:value "GTIN"]; fhir:CodeSystem.title [ fhir:value "GTIN Global Trade Item Number"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "GS1 Global Standards"]; fhir:CodeSystem.description [ fhir:value "The GS1 GTIN is a globally unique identifier of trade items. A trade item is any item (product or service) upon which there is a need to retrieve pre-defined information and that may be priced, or ordered, or invoiced at any point in any supply chain."]; fhir:CodeSystem.content [ fhir:value "not-present"] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------