{
  "resourceType": "CodeSystem",
  "id": "versioning-policy",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/versioning-policy</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">no-version<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 style=\"white-space:nowrap\">versioned<a name=\"versioning-policy-versioned\"> </a></td><td>Versioned</td><td>VersionId meta-property is supported (server) or used (client).</td></tr><tr><td style=\"white-space:nowrap\">versioned-update<a name=\"versioning-policy-versioned-update\"> </a></td><td>VersionId tracked fully</td><td>Supports version-aware updates (server) or will be specified (If-match header) for updates (client).</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "normative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
      "valueCode": "4.0.0"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    }
  ],
  "url": "http://hl7.org/fhir/versioning-policy",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.191"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.181"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.2.89"
    }
  ],
  "version": "5.0.0",
  "name": "ResourceVersionPolicy",
  "title": "Resource Version Policy",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11: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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "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": "Supports version-aware updates (server) or will be specified (If-match header) for updates (client)."
    }
  ]
}