FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/artifact-version-policy-codes

Packagehl7.fhir.uv.extensions
TypeCodeSystem
Idartifact-version-policy-codes
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-artifact-version-policy-codes.html
URLhttp://terminology.hl7.org/CodeSystem/artifact-version-policy-codes
Version5.3.0-ballot
Statusactive
Date2019-03-14T23:21:03-06:00
NameArtifactVersionPolicyCodes
TitleArtifact Version Policy Codes
Realmuv
Authorityhl7
DescriptionThe versioning policy of an artifact (metadata, strict)
Contentcomplete

Resources that use this resource

ValueSet
artifact-version-policyArtifact Version Policy
artifact-version-policyValueSet Artifact Version Policy
artifact-version-policyArtifact Version Policy

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
metadata MetadataA 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.
strict StrictA 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.

Source

{
  "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",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2126"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "ArtifactVersionPolicyCodes",
  "title": "Artifact Version Policy Codes",
  "status": "active",
  "experimental": false,
  "date": "2019-03-14T23:21:03-06:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The versioning policy of an artifact (metadata, strict)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "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."
    }
  ]
}