UnicomIG
0.1.0 - ci-build
UnicomIG, published by UNICOM. 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/hl7-eu/unicom-ig/tree/master and changes regularly. See the Directory of published versions
Active as of 2024-10-11 |
{
"resourceType" : "ValueSet",
"id" : "packaging-category",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet packaging-category</b></p><a name=\"packaging-category\"> </a><a name=\"hcpackaging-category\"> </a><a name=\"packaging-category-en-US\"> </a><ul><li>Include these codes as defined in <code>https://standardterms.edqm.eu</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>0001</td><td>Container</td></tr><tr><td>0002</td><td>Closure</td></tr><tr><td>0003</td><td>Administration device</td></tr></table></li></ul></div>"
},
"url" : "http://unicom-project.eu/fhir/ValueSet/packaging-category",
"version" : "0.1.0",
"name" : "PackagingCategory",
"title" : "EDQM Packaging Category",
"status" : "active",
"experimental" : false,
"date" : "2024-10-11T11:06:08+00:00",
"publisher" : "UNICOM",
"contact" : [
{
"name" : "UNICOM",
"telecom" : [
{
"system" : "url",
"value" : "http://unicom-project.eu"
}
]
}
],
"description" : "ValueSet Packaging category from EDQM, PAC, see https://standardterms.edqm.eu/#",
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "https://standardterms.edqm.eu",
"concept" : [
{
"code" : "0001",
"display" : "Container"
},
{
"code" : "0002",
"display" : "Closure"
},
{
"code" : "0003",
"display" : "Administration device"
}
]
}
]
}
}