FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "definition-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/definition-status defines the following codes:</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\">draft\n <a name=\"definition-status-draft\"> </a>\n </td>\n <td>Draft</td>\n <td>The definition is in the design stage and is not yet considered to be "ready for use".</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">active\n <a name=\"definition-status-active\"> </a>\n </td>\n <td>Active</td>\n <td>The definition is considered ready for use.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">withdrawn\n <a name=\"definition-status-withdrawn\"> </a>\n </td>\n <td>Withdrawn</td>\n <td>The definition should no longer be used.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">unknown\n <a name=\"definition-status-unknown\"> </a>\n </td>\n <td>Unknown</td>\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 </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r4b.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" : "fhir"
}
],
"url" : "http://terminology.hl7.org/CodeSystem/definition-status",
"version" : "4.3.0",
"name" : "DefinitionStatus",
"title" : "DefinitionStatus",
"status" : "draft",
"experimental" : false,
"date" : "2022-05-28T12:47:40+10:00",
"publisher" : "FHIR Infrastructure",
"contact" : [
{
"name" : "FHIR Infrastructure",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description" : "Codes identifying the lifecycle stage of a definition.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/definition-status|4.0.1",
"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."
}
]
}