{
  "resourceType": "CodeSystem",
  "id": "v2-0473",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Formulary Status</p>\n\n            <table class=\"grid\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Description</b>\n                </td>\n                <td>\n                  <b>Nederlands (Dutch)</b>\n                </td>\n                <td>\n                  <b>Comment</b>\n                </td>\n                <td>\n                  <b>Version</b>\n                </td>\n              </tr>\n              <tr>\n                <td>G\n                  <a name=\"G\"> </a>\n                </td>\n                <td>This observation/service is on the formulary, and has guidelines</td>\n                <td>Deze test/service zit in het formularium en er zijn richtlijnen</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>N\n                  <a name=\"N\"> </a>\n                </td>\n                <td>This observation/service is not on the formulary</td>\n                <td>Deze test/service zit niet in het formularium</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>R\n                  <a name=\"R\"> </a>\n                </td>\n                <td>This observation/service is on the formulary, but is restricted</td>\n                <td>Deze test/service zit in het formularium maar er gelden beperkingen</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n              <tr>\n                <td>Y\n                  <a name=\"Y\"> </a>\n                </td>\n                <td>This observation/service is on the formulary</td>\n                <td>Deze test/service zit in het formularium</td>\n                <td/>\n                <td>added v2.4</td>\n              </tr>\n            </table>\n\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/v2/0473",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.301"
  },
  "version": "2.8.2",
  "name": "v2 Formulary Status",
  "status": "active",
  "experimental": false,
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0473 ( Formulary Status)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0473",
  "content": "complete",
  "concept": [
    {
      "code": "G",
      "display": "This observation/service is on the formulary, and has guidelines",
      "designation": [
        {
          "language": "nl",
          "value": "Deze test/service zit in het formularium en er zijn richtlijnen"
        }
      ]
    },
    {
      "code": "N",
      "display": "This observation/service is not on the formulary",
      "designation": [
        {
          "language": "nl",
          "value": "Deze test/service zit niet in het formularium"
        }
      ]
    },
    {
      "code": "R",
      "display": "This observation/service is on the formulary, but is restricted",
      "designation": [
        {
          "language": "nl",
          "value": "Deze test/service zit in het formularium maar er gelden beperkingen"
        }
      ]
    },
    {
      "code": "Y",
      "display": "This observation/service is on the formulary",
      "designation": [
        {
          "language": "nl",
          "value": "Deze test/service zit in het formularium"
        }
      ]
    }
  ]
}