{
"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": "c1282f00-b5f2-47f3-81d9-f3834830cb35",
"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"
} ]
} ]
}