PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.0
    http://hl7.org/fhir/versioning-policy
{
  "description": "How the system supports versioning for a resource.",
  "_filename": "codesystem-versioning-policy.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-03-31T08:01:25+11:00",
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "ResourceVersionPolicy",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.4.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.89"
  } ],
  "status": "draft",
  "id": "dcb2ae13-1afc-4c86-8935-aee5c8d29742",
  "valueSet": "http://hl7.org/fhir/ValueSet/versioning-policy",
  "kind": null,
  "url": "http://hl7.org/fhir/versioning-policy",
  "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 is must be correct for updates (server) or will be specified (If-match header) for updates (client)."
  } ],
  "caseSensitive": true,
  "version": "1.4.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}