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 - JSON Representation

Draft as of 2025-03-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ProductRelationship",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://smart.who.int/pcmt/CodeSystem/ProductRelationship",
  "version" : "0.1.0",
  "name" : "ProductRelationship",
  "title" : "Product Relationship",
  "status" : "draft",
  "date" : "2025-03-06T11:17:06+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "ProductRelationship Code System",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "contains",
      "display" : "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"
    },
    {
      "code" : "vial_contains",
      "display" : "This relationship is a speciialization of the #package-contains concept which represents that the product is a vial"
    },
    {
      "code" : "inner_pack_contains",
      "display" : "This relationship is a speciialization of the #package-contains concept which represents that the product is an inner pack"
    },
    {
      "code" : "case_contains",
      "display" : "This relationship is a speciialization of the #package-contains concept which represents that the product is a case"
    },
    {
      "code" : "pallet_contains",
      "display" : "This relationship is a speciialization of the #package-contains concept which represents that the product is a pallet"
    },
    {
      "code" : "equivalent",
      "display" : "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."
    }
  ]
}