Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 0 |
{
"resourceType" : "CodeSystem",
"id" : "fm-status",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/fm-status</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\">active\n <a name=\"fm-status-active\"> </a>\n </td>\n <td>Active</td>\n <td>The instance is currently in-force.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">cancelled\n <a name=\"fm-status-cancelled\"> </a>\n </td>\n <td>Cancelled</td>\n <td>The instance is withdrawn, rescinded or reversed.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">draft\n <a name=\"fm-status-draft\"> </a>\n </td>\n <td>Draft</td>\n <td>A new instance the contents of which is not complete.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">entered-in-error\n <a name=\"fm-status-entered-in-error\"> </a>\n </td>\n <td>Entered in Error</td>\n <td>The instance was entered in error.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"url" : "version",
"valueString" : "0.1.0"
},
{
"url" : "uri",
"valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fm"
}
],
"url" : "http://hl7.org/fhir/fm-status",
"version" : "5.0.0",
"name" : "FinancialResourceStatusCodes",
"title" : "Financial Resource Status Codes",
"status" : "active",
"experimental" : false,
"date" : "2026-03-20T15:40:41+11:00",
"publisher" : "Financial Management",
"contact" : [
{
"name" : "Financial Management",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fm"
}
]
}
],
"description" : "This value set includes Status codes.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"copyright" : "HL7 International.",
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "active",
"display" : "Active",
"definition" : "The instance is currently in-force."
},
{
"code" : "cancelled",
"display" : "Cancelled",
"definition" : "The instance is withdrawn, rescinded or reversed."
},
{
"code" : "draft",
"display" : "Draft",
"definition" : "A new instance the contents of which is not complete."
},
{
"code" : "entered-in-error",
"display" : "Entered in Error",
"definition" : "The instance was entered in error."
}
]
}