Sha256: cc1ff5a8f2e309d0538cf351b957e5d2f4b40c751ac8c8a7a1c66e3aea8d13ed
Contents?: true
Size: 1.99 KB
Versions: 7
Compression:
Stored size: 1.99 KB
Contents
{ "resourceType": "CodeSystem", "id": "versioning-policy", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "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" } ], "version": "4.0.1", "name": "ResourceVersionPolicy", "title": "ResourceVersionPolicy", "status": "active", "experimental": false, "date": "2019-11-01T09:29:23+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.", "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)." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems