{
  "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\"><h2>UnknownContentCode</h2><div><p>A code that indicates whether an application accepts unknown elements or extensions when reading resources.</p></div><p>This code system http://hl7.org/fhir/unknown-content-code defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>no\r\n                  <a name=\"unknown-content-code-no\"></a></td><td>Neither Elements or Extensions</td><td>The application does not accept either unknown elements or extensions.</td></tr><tr><td>extensions\r\n                  <a name=\"unknown-content-code-extensions\"></a></td><td>Unknown Extensions</td><td>The application accepts unknown extensions, but not unknown elements.</td></tr><tr><td>elements\r\n                  <a name=\"unknown-content-code-elements\"></a></td><td>Unknown Elements</td><td>The application accepts unknown elements, but not unknown extensions.</td></tr><tr><td>both\r\n                  <a name=\"unknown-content-code-both\"></a></td><td>Unknown Elements and Extensions</td><td>The application accepts unknown elements and extensions.</td></tr></table></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."
    }
  ]
}