{
  "resourceType": "CodeSystem",
  "id": "versioning-policy",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ResourceVersionPolicy</h2><div><p>How the system supports versioning for a resource.</p></div><p>This code system http://hl7.org/fhir/versioning-policy 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-version\r\n                  <a name=\"versioning-policy-no-version\"></a></td><td>No VersionId Support</td><td>VersionId meta-property is not supported (server) or used (client).</td></tr><tr><td>versioned\r\n                  <a name=\"versioning-policy-versioned\"></a></td><td>Versioned</td><td>VersionId meta-property is supported (server) or used (client).</td></tr><tr><td>versioned-update\r\n                  <a name=\"versioning-policy-versioned-update\"></a></td><td>VersionId tracked fully</td><td>VersionId must be correct for updates (server) or will be specified (If-match header) for updates (client).</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/versioning-policy",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.181"
  },
  "version": "3.0.1",
  "name": "ResourceVersionPolicy",
  "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": "How the system supports versioning for a resource.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/versioning-policy",
  "content": "complete",
  "concept": [
    {
      "code": "no-version",
      "display": "No VersionId Support",
      "definition": "VersionId meta-property is not supported (server) or used (client)."
    },
    {
      "code": "versioned",
      "display": "Versioned",
      "definition": "VersionId meta-property is supported (server) or used (client)."
    },
    {
      "code": "versioned-update",
      "display": "VersionId tracked fully",
      "definition": "VersionId must be correct for updates (server) or will be specified (If-match header) for updates (client)."
    }
  ]
}