{
  "resourceType" : "CodeSystem",
  "id" : "artifact-contribution-instance-type",
  "meta" : {
    "lastUpdated" : "2021-04-15T13:25:09.461+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      <p>This code system http://terminology.hl7.org/CodeSystem/artifact-contribution-instance-type defines the following codes:</p>\n      \n      \n      <table class=\"codes\">\n        \n        \n        <tr>\n          \n          \n          <td style=\"white-space:nowrap\">\n            \n            \n            <b>Code</b>\n          \n          \n          </td>\n          \n          \n          <td>\n            \n            \n            <b>Display</b>\n          \n          \n          </td>\n          \n          \n          <td>\n            \n            \n            <b>Definition</b>\n          \n          \n          </td>\n        \n        \n        </tr>\n        \n        \n        <tr>\n          \n          \n          <td style=\"white-space:nowrap\">reviewed\n            \n            \n            <a name=\"artifact-contribution-instance-type-reviewed\"> </a>\n          \n          \n          </td>\n          \n          \n          <td>Reviewed</td>\n          \n          \n          <td>Reviewed</td>\n        \n        \n        </tr>\n        \n        <tr>\n          \n          \n          <td style=\"white-space:nowrap\">approved\n            \n            \n            <a name=\"artifact-contribution-instance-type-approved\"> </a>\n          \n          \n          </td>\n          \n          \n          <td>Approved</td>\n          \n          \n          <td>Approved</td>\n        \n        \n        </tr>\n        \n        <tr>\n          \n          \n          <td style=\"white-space:nowrap\">edited\n            \n            \n            <a name=\"artifact-contribution-instance-type-edited\"> </a>\n          \n          \n          </td>\n          \n          \n          <td>Edited</td>\n          \n          \n          <td>Edited</td>\n        \n        \n        </tr>\n      \n      \n      </table>\n    \n    \n    </div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-classification",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/artifact-contribution-instance-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.0"
  }],
  "version" : "4.6.0",
  "name" : "ArtifactContributionInstanceType",
  "title" : "ArtifactContributionInstanceType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-11T10:55:11.085+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Artifact Contribution Instance Type",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type",
  "content" : "complete",
  "concept" : [{
    "code" : "reviewed",
    "display" : "Reviewed",
    "definition" : "Reviewed"
  },
  {
    "code" : "approved",
    "display" : "Approved",
    "definition" : "Approved"
  },
  {
    "code" : "edited",
    "display" : "Edited",
    "definition" : "Edited"
  }]
}