{

"resourceType": "ValueSet",
"id": "unknown-content-code",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>UnknownContentCode</h2><p>A code that indicates whether an application accepts unknown elements or extensions when reading resources.</p><p>This value set has an inline code system http://hl7.org/fhir/unknown-content-code, which 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<a name=\"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<a name=\"extensions\"> </a></td><td>Unknown Extensions</td><td>The application accepts unknown extensions, but not unknown elements.</td></tr><tr><td>elements<a name=\"elements\"> </a></td><td>Unknown Elements</td><td>The application accepts unknown elements, but not unknown extensions.</td></tr><tr><td>both<a name=\"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/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.93"
  }
],
"url": "http://hl7.org/fhir/ValueSet/unknown-content-code",
"version": "1.0.2",
"name": "UnknownContentCode",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.93"
    }
  ],
  "system": "http://hl7.org/fhir/unknown-content-code",
  "version": "1.0.2",
  "caseSensitive": true,
  "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."
    }
  ]
}

}