This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 7.0.0. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "CodeSystem",
"id" : "definition-status",
"meta" : {
"lastUpdated" : "2020-04-09T21:10:28.568+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n <h2>DefinitionStatus</h2>\n \n <div>\n \n <p>Codes identifying the lifecycle stage of a definition.</p>\n\n \n </div>\n \n <p>This code system http://terminology.hl7.org/CodeSystem/definition-status defines the following codes:</p>\n \n <table class=\"codes\">\n \n <tr>\n \n <td style=\"white-space:nowrap\">\n \n <b>Code</b>\n \n </td>\n \n <td>\n \n <b>Display</b>\n \n </td>\n \n <td>\n \n <b>Definition</b>\n \n </td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">draft\n \n <a name=\"definition-status-draft\"> </a>\n \n </td>\n \n <td>Draft</td>\n \n <td>The definition is in the design stage and is not yet considered to be "ready for use".</td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">active\n \n <a name=\"definition-status-active\"> </a>\n \n </td>\n \n <td>Active</td>\n \n <td>The definition is considered ready for use.</td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">withdrawn\n \n <a name=\"definition-status-withdrawn\"> </a>\n \n </td>\n \n <td>Withdrawn</td>\n \n <td>The definition should no longer be used.</td>\n \n </tr>\n \n <tr>\n \n <td style=\"white-space:nowrap\">unknown\n \n <a name=\"definition-status-unknown\"> </a>\n \n </td>\n \n <td>Unknown</td>\n \n <td>The authoring/source system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td>\n \n </tr>\n \n </table>\n \n </div>"
},
"url" : "http://terminology.hl7.org/CodeSystem/definition-status",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.1070"
}
],
"version" : "4.2.0",
"name" : "DefinitionStatus",
"title" : "DefinitionStatus",
"status" : "draft",
"experimental" : false,
"date" : "2020-04-09T21:10:28+00:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}
]
}
],
"description" : "Codes identifying the lifecycle stage of a definition.",
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org/ValueSet/definition-status",
"content" : "complete",
"concept" : [
{
"code" : "draft",
"display" : "Draft",
"definition" : "The definition is in the design stage and is not yet considered to be \"ready for use\"."
},
{
"code" : "active",
"display" : "Active",
"definition" : "The definition is considered ready for use."
},
{
"code" : "withdrawn",
"display" : "Withdrawn",
"definition" : "The definition should no longer be used."
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The authoring/source system does not know which of the status values currently applies for this resource. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which."
}
]
}