PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.examples@1.0.2
    http://hl7.org/fhir/ValueSet/unknown-content-code
{
  "description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.",
  "_filename": "ValueSet-unknown-content-code.json",
  "package_name": "hl7.fhir.r2.examples",
  "date": "2015-10-24T07:41:03+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ],
    "lastUpdated": "2015-10-24T07:41:03.495+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "name": "UnknownContentCode",
  "type": null,
  "experimental": "false",
  "resourceType": "ValueSet",
  "title": null,
  "package_version": "1.0.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.93"
  } ],
  "status": "draft",
  "id": "117a4b34-866b-4042-8d86-fb3f50e1e8fd",
  "kind": null,
  "url": "http://hl7.org/fhir/ValueSet/unknown-content-code",
  "codeSystem": {
    "system": "http://hl7.org/fhir/unknown-content-code",
    "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."
    } ],
    "version": "1.0.2",
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.93"
    } ],
    "caseSensitive": true
  },
  "version": "1.0.2",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}