{
"resourceType": "CodeSystem",
"id": "product-status",
"meta": {
"lastUpdated": "2023-03-26T15:21:02.749+11:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/product-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=\"product-status-active\"> </a>\n </td>\n <td>Active</td>\n <td>The product can be used.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">entered-in-error\n <a name=\"product-status-entered-in-error\"> </a>\n </td>\n <td>Entered in Error</td>\n <td>This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".).</td>\n </tr>\n </table>\n </div>"
},
"url": "http://hl7.org/fhir/product-status",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.903"
}
],
"version": "5.0.0",
"name": "ProductStatus",
"title": "ProductStatus",
"status": "draft",
"experimental": false,
"date": "2023-03-26T15:21:02+11: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 product.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/product-status",
"content": "complete",
"concept": [
{
"code": "active",
"display": "Active",
"definition": "The product can be used."
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)."
}
]
}