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\0498\v2-0498.json

FHIR Value set/code system definition for HL7 v2 table 0498 ( Consent Status)

{
  "resourceType": "ValueSet",
  "text": {
    "status": "additional",
    "div": "<div><p>Consent Status</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>Active - Consent has been granted</td><td>added v2.5</td></tr>\r\n <tr><td>B<a name=\"B\"> </a></td><td>Bypassed (Consent not sought)</td><td>added v2.5</td></tr>\r\n <tr><td>L<a name=\"L\"> </a></td><td>Limited - Consent has been granted with limitations</td><td>added v2.5</td></tr>\r\n <tr><td>P<a name=\"P\"> </a></td><td>Pending - Consent has not yet been sought</td><td>added v2.5</td></tr>\r\n <tr><td>R<a name=\"R\"> </a></td><td>Refused - Consent has been refused</td><td>added v2.5</td></tr>\r\n <tr><td>X<a name=\"X\"> </a></td><td>Rescinded - Consent was initially granted, but was subsequently revoked or ended.</td><td>added v2.5</td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v2/vs/0498",
  "name": "v2 Consent Status",
  "publisher": "HL7, Inc",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org"
    }
  ],
  "description": "FHIR Value set/code system definition for HL7 v2 table 0498 ( Consent Status)",
  "status": "active",
  "date": "2011-01-28",
  "define": {
    "system": "http://hl7.org/fhir/v2/0498",
    "caseSensitive": true,
    "concept": [
      {
        "code": "A",
        "display": "Active - Consent has been granted"
      },
      {
        "code": "B",
        "display": "Bypassed (Consent not sought)"
      },
      {
        "code": "L",
        "display": "Limited - Consent has been granted with limitations"
      },
      {
        "code": "P",
        "display": "Pending - Consent has not yet been sought"
      },
      {
        "code": "R",
        "display": "Refused - Consent has been refused"
      },
      {
        "code": "X",
        "display": "Rescinded - Consent was initially granted, but was subsequently revoked or ended."
      }
    ]
  }
}