{
  "resourceType": "CodeSystem",
  "id": "product-category",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/product-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">organ<a name=\"product-category-organ\"> </a></td><td>Organ</td><td>A collection of tissues joined in a structural unit to serve a common function.</td></tr><tr><td style=\"white-space:nowrap\">tissue<a name=\"product-category-tissue\"> </a></td><td>Tissue</td><td>An ensemble of similar cells and their extracellular matrix from the same origin that together carry out a specific function.</td></tr><tr><td style=\"white-space:nowrap\">fluid<a name=\"product-category-fluid\"> </a></td><td>Fluid</td><td>Body fluid.</td></tr><tr><td style=\"white-space:nowrap\">cells<a name=\"product-category-cells\"> </a></td><td>Cells</td><td>Collection of cells.</td></tr><tr><td style=\"white-space:nowrap\">biologicalAgent<a name=\"product-category-biologicalAgent\"> </a></td><td>BiologicalAgent</td><td>Biological agent of unspecified type.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/product-category",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.901"
    }
  ],
  "version": "5.0.0",
  "name": "BiologicallyDerivedProductCategory",
  "title": "Biologically Derived Product Category",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Biologically Derived Product Category.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/product-category",
  "content": "complete",
  "concept": [
    {
      "code": "organ",
      "display": "Organ",
      "definition": "A collection of tissues joined in a structural unit to serve a common function."
    },
    {
      "code": "tissue",
      "display": "Tissue",
      "definition": "An ensemble of similar cells and their extracellular matrix from the same origin that together carry out a specific function."
    },
    {
      "code": "fluid",
      "display": "Fluid",
      "definition": "Body fluid."
    },
    {
      "code": "cells",
      "display": "Cells",
      "definition": "Collection of cells."
    },
    {
      "code": "biologicalAgent",
      "display": "BiologicalAgent",
      "definition": "Biological agent of unspecified type."
    }
  ]
}