{
  "resourceType": "CodeSystem",
  "id": "unknown-content-code",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>UnknownContentCode</h2>\n            <div>\n              <p>A code that indicates whether an application accepts unknown elements or extensions when reading resources.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/unknown-content-code defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>no\n                  <a name=\"unknown-content-code-no\"> </a>\n                </td>\n                <td>Neither Elements or Extensions</td>\n                <td>The application does not accept either unknown elements or extensions.</td>\n              </tr>\n              <tr>\n                <td>extensions\n                  <a name=\"unknown-content-code-extensions\"> </a>\n                </td>\n                <td>Unknown Extensions</td>\n                <td>The application accepts unknown extensions, but not unknown elements.</td>\n              </tr>\n              <tr>\n                <td>elements\n                  <a name=\"unknown-content-code-elements\"> </a>\n                </td>\n                <td>Unknown Elements</td>\n                <td>The application accepts unknown elements, but not unknown extensions.</td>\n              </tr>\n              <tr>\n                <td>both\n                  <a name=\"unknown-content-code-both\"> </a>\n                </td>\n                <td>Unknown Elements and Extensions</td>\n                <td>The application accepts unknown elements and extensions.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/unknown-content-code",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.187"
  },
  "version": "3.0.1",
  "name": "UnknownContentCode",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/unknown-content-code",
  "content": "complete",
  "concept": [
    {
      "code": "no",
      "display": "Neither Elements or Extensions",
      "definition": "The application does not accept either unknown elements or extensions."
    },
    {
      "code": "extensions",
      "display": "Unknown Extensions",
      "definition": "The application accepts unknown extensions, but not unknown elements."
    },
    {
      "code": "elements",
      "display": "Unknown Elements",
      "definition": "The application accepts unknown elements, but not unknown extensions."
    },
    {
      "code": "both",
      "display": "Unknown Elements and Extensions",
      "definition": "The application accepts unknown elements and extensions."
    }
  ]
}