FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "product-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/product-category</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">organ\n <a name=\"product-category-organ\"> </a>\n </td>\n <td>Organ</td>\n <td>A collection of tissues joined in a structural unit to serve a common function.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">tissue\n <a name=\"product-category-tissue\"> </a>\n </td>\n <td>Tissue</td>\n <td>An ensemble of similar cells and their extracellular matrix from the same origin that together carry out a specific function.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">fluid\n <a name=\"product-category-fluid\"> </a>\n </td>\n <td>Fluid</td>\n <td>Body fluid.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">cells\n <a name=\"product-category-cells\"> </a>\n </td>\n <td>Cells</td>\n <td>Collection of cells.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">biologicalAgent\n <a name=\"product-category-biologicalAgent\"> </a>\n </td>\n <td>BiologicalAgent</td>\n <td>Biological agent of unspecified type.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 0
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.0.1-snapshot-2"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
}
],
"url" : "http://hl7.org/fhir/product-category",
"version" : "5.0.0",
"name" : "BiologicallyDerivedProductCategory",
"title" : "Biologically Derived Product Category",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Orders and Observations",
"contact" : [
{
"name" : "Orders and Observations",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"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|4.0.1",
"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."
}
]
}