UnicomIG, published by UNICOM. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/hl7-eu/unicom-ig and changes regularly. See the Directory of published versions
: release-characteristics - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "release-characteristics",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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>0044</td><td>Delayed</td></tr><tr><td>0045</td><td>Prolonged</td></tr><tr><td>0046</td><td>Modified</td></tr><tr><td>0047</td><td>Conventional</td></tr><tr><td>0048</td><td>Unknown</td></tr></table></li></ul></div>"
},
"url" : "http://unicom-project.eu/fhir/ValueSet/release-characteristics",
"version" : "0.1.0",
"name" : "ReleaseCharacteristics",
"title" : "Release characteristics",
"status" : "active",
"experimental" : false,
"date" : "2023-02-03T15:45:39+00:00",
"publisher" : "UNICOM",
"contact" : [
{
"name" : "UNICOM",
"telecom" : [
{
"system" : "url",
"value" : "http://unicom-project.eu"
}
]
}
],
"description" : "ValueSet Release characteristics from EDQM, RCA, see https://standardterms.edqm.eu/#",
"immutable" : false,
"compose" : {
"include" : [
{
"system" : "https://standardterms.edqm.eu",
"concept" : [
{
"code" : "0044",
"display" : "Delayed"
},
{
"code" : "0045",
"display" : "Prolonged"
},
{
"code" : "0046",
"display" : "Modified"
},
{
"code" : "0047",
"display" : "Conventional"
},
{
"code" : "0048",
"display" : "Unknown"
}
]
}
]
}
}