@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleClass
    CodeDisplayDefinition
    DSTdistributed materialA material (player) distributed by a distributor (scoper) who functions between a manufacturer and a buyer or retailer.
    MANUmanufactured productScoped by the manufacturer
    RETretailed materialMaterial (player) sold by a retailer (scoper), who also give advice to prospective buyers.
    RGPRregulated productA product regulated by some governmentatl orgnization. The role is played by Material and scoped by Organization.

    Rationale: To support an entity clone used to identify the NDC number for a drug product.
    THERtherapeutic agentA manufactured material (player) that is used for its therapeutic properties. The manufacturer is the scoper.
    WRTEwarranted productA 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.
" ]; 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 . # -------------------------------------------------------------------------------------