Canonical Resource Management Infrastructure Implementation Guide
1.0.0-ballot - Ballot International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Artifact Comment Type - JSON Representation

Active as of 2019-03-14

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "artifact-comment-type",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/extensions/1.0.0/CodeSystem-artifact-comment-type.html\"><code>http://hl7.org/fhir/CodeSystem/artifact-comment-type</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/ValueSet/artifact-comment-type",
  "version" : "1.0.0-ballot",
  "name" : "ArtifactCommentType",
  "title" : "Artifact Comment Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-03-14T23:21:03-06:00",
  "publisher" : "Clinical Decision Support WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "The type of artifact comment (documentation, review, guidance)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/artifact-comment-type"
      }
    ]
  }
}