SMART Product Catalog
0.1.0 - ci-build

SMART Product Catalog, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-pcmt/tree/main and changes regularly. See the Directory of published versions

: Product Relationship - TTL Representation

Draft as of 2025-03-06

Raw ttl | Download


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

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProductRelationship"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ProductRelationship</b></p><a name=\"ProductRelationship\"> </a><a name=\"hcProductRelationship\"> </a><a name=\"ProductRelationship-en-US\"> </a><p>This  code system <code>http://smart.who.int/pcmt/CodeSystem/ProductRelationship</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">contains<a name=\"ProductRelationship-contains\"> </a></td><td>This relationship is used to represent some packaging packgaing, assemblage of kits or other physical containment of products.    The Product contains the associated Products that are referenced</td></tr><tr><td style=\"white-space:nowrap\">vial_contains<a name=\"ProductRelationship-vial_contains\"> </a></td><td>This relationship is a speciialization of the #package-contains concept which represents that the product is a vial</td></tr><tr><td style=\"white-space:nowrap\">inner_pack_contains<a name=\"ProductRelationship-inner_pack_contains\"> </a></td><td>This relationship is a speciialization of the #package-contains concept which represents that the product is an inner pack</td></tr><tr><td style=\"white-space:nowrap\">case_contains<a name=\"ProductRelationship-case_contains\"> </a></td><td>This relationship is a speciialization of the #package-contains concept which represents that the product is a case</td></tr><tr><td style=\"white-space:nowrap\">pallet_contains<a name=\"ProductRelationship-pallet_contains\"> </a></td><td>This relationship is a speciialization of the #package-contains concept which represents that the product is a pallet</td></tr><tr><td style=\"white-space:nowrap\">equivalent<a name=\"ProductRelationship-equivalent\"> </a></td><td>This relationship indicates tha product is equivalent to the referenced product, for example such as with duplicate entries in a catalogue for the same phtsical item.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/pcmt/CodeSystem/ProductRelationship"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ProductRelationship"] ; # 
  fhir:title [ fhir:v "Product Relationship"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-03-06T11:17:06+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ProductRelationship Code System"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "contains" ] ;
fhir:display [ fhir:v "This relationship is used to represent some packaging packgaing, assemblage of kits or other physical containment of products.    The Product contains the associated Products that are referenced" ]
  ] [
fhir:code [ fhir:v "vial_contains" ] ;
fhir:display [ fhir:v "This relationship is a speciialization of the #package-contains concept which represents that the product is a vial" ]
  ] [
fhir:code [ fhir:v "inner_pack_contains" ] ;
fhir:display [ fhir:v "This relationship is a speciialization of the #package-contains concept which represents that the product is an inner pack" ]
  ] [
fhir:code [ fhir:v "case_contains" ] ;
fhir:display [ fhir:v "This relationship is a speciialization of the #package-contains concept which represents that the product is a case" ]
  ] [
fhir:code [ fhir:v "pallet_contains" ] ;
fhir:display [ fhir:v "This relationship is a speciialization of the #package-contains concept which represents that the product is a pallet" ]
  ] [
fhir:code [ fhir:v "equivalent" ] ;
fhir:display [ fhir:v "This relationship indicates tha product is equivalent to the referenced product, for example such as with duplicate entries in a catalogue for the same phtsical item." ]
  ] ) . #