{
  "resourceType": "CodeSystem",
  "id": "v2-0557",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>Payee Type</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>Comment</b>\n                </td>\n                <td>\n                  <b>Version</b>\n                </td>\n              </tr>\n              <tr>\n                <td>EMPL\n                  <a name=\"EMPL\"> </a>\n                </td>\n                <td>Employer</td>\n                <td>A legal entity that controls and directs a worker under an express or implied contract of employment and a salary or wages in compensation.&lt;p&gt;In worker's compensation cases, the Employer may be the &quot;organization&quot; responsible for paying the healthcare char</td>\n                <td>added v2.6</td>\n              </tr>\n              <tr>\n                <td>ORG\n                  <a name=\"ORG\"> </a>\n                </td>\n                <td>Payee Organization</td>\n                <td>The payee is not a person/individual/being, but an entity commonly identified as an organization.  Examples could be a country healthcare payer, or an insurance company responsible for payment.</td>\n                <td>added v2.6</td>\n              </tr>\n              <tr>\n                <td>PERS\n                  <a name=\"PERS\"> </a>\n                </td>\n                <td>Person</td>\n                <td>A person/individual/being.</td>\n                <td>added v2.6</td>\n              </tr>\n              <tr>\n                <td>PPER\n                  <a name=\"PPER\"> </a>\n                </td>\n                <td>Pay Person</td>\n                <td>Person/individual/being responsible for payment.</td>\n                <td>added v2.6</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/0557",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.18.361"
  },
  "version": "2.8.2",
  "name": "v2 Payee Type",
  "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 0557 ( Payee Type)",
  "caseSensitive": false,
  "valueSet": "http://hl7.org/fhir/ValueSet/v2-0557",
  "content": "complete",
  "concept": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "A legal entity that controls and directs a worker under an express or implied contract of employment and a salary or wages in compensation.<p>In worker's compensation cases, the Employer may be the \"organization\" responsible for paying the healthcare char"
        }
      ],
      "code": "EMPL",
      "display": "Employer"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "The payee is not a person/individual/being, but an entity commonly identified as an organization.  Examples could be a country healthcare payer, or an insurance company responsible for payment."
        }
      ],
      "code": "ORG",
      "display": "Payee Organization"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "A person/individual/being."
        }
      ],
      "code": "PERS",
      "display": "Person"
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Person/individual/being responsible for payment."
        }
      ],
      "code": "PPER",
      "display": "Pay Person"
    }
  ]
}