This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

V2\0247\v2-0247.json

FHIR Value set/code system definition for HL7 v2 table 0247 ( Status of Evaluation)

{
  "resourceType": "ValueSet",
  "text": {
    "status": "additional",
    "div": "<div><p>Status of Evaluation</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Code</b></td><td><b>Description</b></td><td><b>Version</b></td></tr>\r\n <tr><td>A<a name=\"A\"> </a></td><td>Evaluation anticipated, but not yet begun</td><td>added v2.3</td></tr>\r\n <tr><td>C<a name=\"C\"> </a></td><td>Product received in condition which made analysis impossible</td><td>added v2.3</td></tr>\r\n <tr><td>D<a name=\"D\"> </a></td><td>Product discarded -- unable to follow up</td><td>added v2.3</td></tr>\r\n <tr><td>I<a name=\"I\"> </a></td><td>Product remains implanted -- unable to follow up</td><td>added v2.3</td></tr>\r\n <tr><td>K<a name=\"K\"> </a></td><td>Problem already known, no evaluation necessary</td><td>added v2.3</td></tr>\r\n <tr><td>O<a name=\"O\"> </a></td><td>Other</td><td>added v2.3</td></tr>\r\n <tr><td>P<a name=\"P\"> </a></td><td>Evaluation in progress</td><td>added v2.3</td></tr>\r\n <tr><td>Q<a name=\"Q\"> </a></td><td>Product under quarantine -- unable to follow up</td><td>added v2.3</td></tr>\r\n <tr><td>R<a name=\"R\"> </a></td><td>Product under recall/corrective action</td><td>added v2.3</td></tr>\r\n <tr><td>U<a name=\"U\"> </a></td><td>Product unavailable for follow up investigation</td><td>added v2.3</td></tr>\r\n <tr><td>X<a name=\"X\"> </a></td><td>Product not made by company</td><td>added v2.3</td></tr>\r\n <tr><td>Y<a name=\"Y\"> </a></td><td>Evaluation completed</td><td>added v2.3</td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v2/vs/0247",
  "name": "v2 Status of Evaluation",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0247 ( Status of Evaluation)",
  "status": "active",
  "date": "2011-01-28",
  "define": {
    "system": "http://hl7.org/fhir/v2/0247",
    "caseSensitive": true,
    "concept": [
      {
        "code": "A",
        "display": "Evaluation anticipated, but not yet begun"
      },
      {
        "code": "C",
        "display": "Product received in condition which made analysis impossible"
      },
      {
        "code": "D",
        "display": "Product discarded -- unable to follow up"
      },
      {
        "code": "I",
        "display": "Product remains implanted -- unable to follow up"
      },
      {
        "code": "K",
        "display": "Problem already known, no evaluation necessary"
      },
      {
        "code": "O",
        "display": "Other"
      },
      {
        "code": "P",
        "display": "Evaluation in progress"
      },
      {
        "code": "Q",
        "display": "Product under quarantine -- unable to follow up"
      },
      {
        "code": "R",
        "display": "Product under recall/corrective action"
      },
      {
        "code": "U",
        "display": "Product unavailable for follow up investigation"
      },
      {
        "code": "X",
        "display": "Product not made by company"
      },
      {
        "code": "Y",
        "display": "Evaluation completed"
      }
    ]
  }
}