SMART Product Catalog
0.2.0 - ci-build
SMART Product Catalog, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.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
| Official URL: http://smart.who.int/pcmt/ValueSet/ProductRelationship | Version: 0.2.0 | |||
| Draft as of 2026-02-18 | Computable Name: ProductRelationship | |||
Product relationship value set
References
http://smart.who.int/pcmt/CodeSystem/ProductRelationship version 📦0.2.0
Expansion performed internally based on codesystem Product Relationship v0.2.0 (CodeSystem)
This value set contains 6 concepts
| System | Code | Display (en) | JSON | XML |
http://smart.who.int/pcmt/CodeSystem/ProductRelationship | contains | 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 | ||
http://smart.who.int/pcmt/CodeSystem/ProductRelationship | vial_contains | This relationship is a speciialization of the #package-contains concept which represents that the product is a vial | ||
http://smart.who.int/pcmt/CodeSystem/ProductRelationship | inner_pack_contains | This relationship is a speciialization of the #package-contains concept which represents that the product is an inner pack | ||
http://smart.who.int/pcmt/CodeSystem/ProductRelationship | case_contains | This relationship is a speciialization of the #package-contains concept which represents that the product is a case | ||
http://smart.who.int/pcmt/CodeSystem/ProductRelationship | pallet_contains | This relationship is a speciialization of the #package-contains concept which represents that the product is a pallet | ||
http://smart.who.int/pcmt/CodeSystem/ProductRelationship | equivalent | 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. |
Explanation of the columns that may appear on this page:
| Level | A few code lists that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes are under other codes, and imply that the code they are under also applies |
| System | The source of the definition of the code (when the value set draws in codes defined elsewhere) |
| Code | The code (used as the code in the resource instance) |
| Display | The display (used in the display element of a Coding). If there is no display, implementers should not simply display the code, but map the concept into their application |
| Definition | An explanation of the meaning of the concept |
| Comments | Additional notes about how to use the code |
JSON Schema for Product Relationships ValueSet codes. Generated from FHIR expansions using IRI format.
Version: 1.0.0
This endpoint serves the JSON Schema definition for the enumeration ValueSet-ProductRelationship.
Description: JSON Schema for Product Relationships ValueSet codes. Generated from FHIR expansions using IRI format.
Type: string
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "http://smart.who.int/pcmt/ValueSet-ProductRelationship.schema.json",
"title": "Product Relationships Schema",
"description": "JSON Schema for Product Relationships ValueSet codes. Generated from FHIR expansions using IRI format.",
"type": "string",
"enum": [
"http://smart.who.int/pcmt/CodeSystem/ProductRelationship#contains",
"http://smart.who.int/pcmt/CodeSystem/ProductRelationship#vial_contains",
"http://smart.who.int/pcmt/CodeSystem/ProductRelationship#inner_pack_contains",
"http://smart.who.int/pcmt/CodeSystem/ProductRelationship#case_contains",
"http://smart.who.int/pcmt/CodeSystem/ProductRelationship#pallet_contains",
"http://smart.who.int/pcmt/CodeSystem/ProductRelationship#equivalent"
],
"narrative": "This schema validates IRI-formatted codes for the Product Relationships ValueSet. Each enum value includes the system URI in the format {systemuri}#{code} to match JSON-LD enumeration IRIs. Display values are available at http://smart.who.int/pcmt/ValueSet-ProductRelationship.displays.json. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
"fhir:displays": "http://smart.who.int/pcmt/ValueSet-ProductRelationship.displays.json",
"fhir:valueSet": "http://smart.who.int/pcmt/ValueSet/ProductRelationship",
"fhir:version": "0.2.0",
"fhir:expansionTimestamp": "2026-02-18T13:42:53.588549"
}
This documentation is automatically generated from the OpenAPI specification.