HL7 Terminology (THO)
3.1.0 - Publication International flag

This page is part of the HL7 Terminology (v3.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: RoleClassProductRelated - TTL Representation

Active as of 2014-03-26

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "v3-RoleClassProductRelated"];
  fhir:Resource.language [ fhir:value "en"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-RoleClass.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleClass</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-DST\">DST</a></td><td>distributed material</td><td>A material (player) distributed by a distributor (scoper) who functions between a manufacturer and a buyer or retailer.</td></tr><tr><td><a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-MANU\">MANU</a></td><td>manufactured product</td><td>Scoped by the manufacturer</td></tr><tr><td><a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-RET\">RET</a></td><td>retailed material</td><td>Material (player) sold by a retailer (scoper), who also give advice to prospective buyers.</td></tr><tr><td><a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-RGPR\">RGPR</a></td><td>regulated product</td><td>A product regulated by some governmentatl orgnization. The role is played by Material and scoped by Organization.<br/><br/>Rationale: To support an entity clone used to identify the NDC number for a drug product.</td></tr><tr><td><a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-THER\">THER</a></td><td>therapeutic agent</td><td>A manufactured material (player) that is used for its therapeutic properties. The manufacturer is the scoper.</td></tr><tr><td><a href=\"CodeSystem-v3-RoleClass.html#v3-RoleClass-WRTE\">WRTE</a></td><td>warranted product</td><td>A role a product plays when a guarantee is given to the purchaser by the seller (scoping entity) stating that the product is reliable and free from known defects and that the seller will repair or replace defective parts within a given time limit and under certain conditions.</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-RoleClassProductRelated"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.20297" ]
  ];
  fhir:ValueSet.version [ fhir:value "2.0.0"];
  fhir:ValueSet.name [ fhir:value "RoleClassProductRelated"];
  fhir:ValueSet.title [ fhir:value "RoleClassProductRelated"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date];
  fhir:ValueSet.description [ fhir:value "**Description:**A value set of product related role classCodes"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleClass" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "DST" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MANU" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RET" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "RGPR" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "THER" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "WRTE" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.