Sha256: 41244457e875a7104a0f995e0c42e8cb678c6d0c970da4da389143f8c675336f
Contents?: true
Size: 1.99 KB
Versions: 3
Compression:
Stored size: 1.99 KB
Contents
{ "resourceType": "CodeSystem", "id": "versioning-policy", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+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.1.191" } ], "version": "4.0.0", "name": "ResourceVersionPolicy", "title": "ResourceVersionPolicy", "status": "active", "experimental": false, "date": "2018-12-27T22:37:54+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
3 entries across 3 versions & 1 rubygems