{
  "resourceType": "CodeSystem",
  "id": "v3-PaymentTerms",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Release Date: 2016-11-11</p><table class=\"grid\"><tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td>COD\r\n                  <a name=\"COD\"></a></td><td>Cash on Delivery</td><td>\r\n                        Payment in full for products and/or services is required as soon as the service is performed or goods delivered.\r\n                  <br /></td></tr><tr><td>1</td><td>N30\r\n                  <a name=\"N30\"></a></td><td>Net 30 days</td><td>\r\n                        Payment in full for products and/or services is required 30 days from the time the service is performed or goods delivered.\r\n                  <br /></td></tr><tr><td>1</td><td>N60\r\n                  <a name=\"N60\"></a></td><td>Net 60 days</td><td>\r\n                        Payment in full for products and/or services is required 60 days from the time the service is performed or goods delivered.\r\n                  <br /></td></tr><tr><td>1</td><td>N90\r\n                  <a name=\"N90\"></a></td><td>Net 90 days</td><td>\r\n                        Payment in full for products and/or services is required 90 days from the time the service is performed or goods delivered.\r\n                  <br /></td></tr></table></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/v3/PaymentTerms",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.91"
  },
  "version": "2016-11-11",
  "name": "v3 Code System PaymentTerms",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T13:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Describes payment terms for a financial transaction, used in an invoice. This is typically expressed as a responsibility of the acceptor or payor of an invoice.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-PaymentTerms",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "COD",
      "display": "Cash on Delivery",
      "definition": "Payment in full for products and/or services is required as soon as the service is performed or goods delivered."
    },
    {
      "code": "N30",
      "display": "Net 30 days",
      "definition": "Payment in full for products and/or services is required 30 days from the time the service is performed or goods delivered."
    },
    {
      "code": "N60",
      "display": "Net 60 days",
      "definition": "Payment in full for products and/or services is required 60 days from the time the service is performed or goods delivered."
    },
    {
      "code": "N90",
      "display": "Net 90 days",
      "definition": "Payment in full for products and/or services is required 90 days from the time the service is performed or goods delivered."
    }
  ]
}