Package | hl7.terminology.r4b |
Type | CodeSystem |
Id | artifact-version-policy-codes |
FHIR Version | R4B |
Source | http://terminology.hl7.org/http://terminology.hl7.org/6.0.2/CodeSystem-artifact-version-policy-codes.html |
URL | http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes |
Version | 1.0.0 |
Status | active |
Date | 2024-02-16 |
Name | ArtifactVersionPolicyCodes |
Title | Artifact Version Policy Codes |
Realm | uv |
Authority | hl7 |
Description | The versioning policy of an artifact (metadata, strict) |
Copyright | This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html |
Content | complete |
ValueSet | |
artifact-version-policy | Artifact Version Policy |
artifact-version-policy | ValueSet Artifact Version Policy |
artifact-version-policy | Artifact Version Policy |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem artifact-version-policy-codes
This case-sensitive code system http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes
defines the following codes:
{ "resourceType": "CodeSystem", "id": "artifact-version-policy-codes", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 } ], "url": "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes", "version": "1.0.0", "name": "ArtifactVersionPolicyCodes", "title": "Artifact Version Policy Codes", "status": "active", "experimental": false, "date": "2024-02-16", "publisher": "HL7 International", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org" }, { "system": "email", "value": "hq@HL7.org" } ] } ], "description": "The versioning policy of an artifact (metadata, strict)", "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html", "caseSensitive": true, "valueSet": "http://terminology.hl7.org/ValueSet/artifact-version-policy", "content": "complete", "concept": [ { "code": "metadata", "display": "Metadata", "definition": "A versioning policy that allows non-substantive changes to the metadata elements of an artifact without requiring a change to the value of the version element." }, { "code": "strict", "display": "Strict", "definition": "A versioning policy that indicates that any change to the content of an artifact, including non-substantive and metadata changes, requires a change to the value of the version element of the artifact." } ] }