2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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\0167\v2-0167.json

Raw JSON (canonical form)

FHIR Value set/code system definition for HL7 v2 table 0167 ( Substitution Status)

{
  "resourceType": "ValueSet",
  "id": "v2-0167",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/Profile/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/v2/vs/0167",
  "version": "2.7",
  "name": "v2 Substitution Status",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0167 ( Substitution Status)",
  "status": "active",
  "experimental": true,
  "date": "2011-01-28",
  "define": {
    "system": "http://hl7.org/fhir/v2/0167",
    "caseSensitive": true,
    "concept": [
      {
        "code": "0",
        "display": "No product selection indicated"
      },
      {
        "code": "1",
        "display": "Substitution not allowed by prescriber"
      },
      {
        "code": "2",
        "display": "Substitution allowed - patient requested product dispensed"
      },
      {
        "code": "3",
        "display": "Substitution allowed - pharmacist selected product dispensed"
      },
      {
        "code": "4",
        "display": "Substitution allowed - generic drug not in stock"
      },
      {
        "code": "5",
        "display": "Substitution allowed - brand drug dispensed as a generic"
      },
      {
        "code": "7",
        "display": "Substitution not allowed - brand drug mandated by law"
      },
      {
        "code": "8",
        "display": "Substitution allowed - generic drug not available in marketplace"
      },
      {
        "code": "G",
        "display": "A generic substitution was dispensed."
      },
      {
        "code": "N",
        "display": "No substitute was dispensed.  This is equivalent to the default (null) value."
      },
      {
        "code": "T",
        "display": "A therapeutic substitution was dispensed."
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.