Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Bibliographic artifact ValueSet - JSON Representation

Active as of 2019-12-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "bibliography-artifact-type",
  "meta" : {
    "lastUpdated" : "2019-12-20T10:30:00Z",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-related-artifact-type.html\"><code>http://hl7.org/fhir/related-artifact-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-related-artifact-type.html#related-artifact-type-documentation\">documentation</a></td><td>Documentation</td><td>Additional documentation for the knowledge resource. This would include additional instructions on usage as well as additional information on clinical context or appropriateness.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-related-artifact-type.html#related-artifact-type-justification\">justification</a></td><td>Justification</td><td>The target artifact is a summary of the justification for the knowledge resource including supporting evidence, relevant guidelines, or other clinically important information. This information is intended to provide a way to make the justification for the knowledge resource available to the consumer of interventions or results produced by the knowledge resource.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-related-artifact-type.html#related-artifact-type-citation\">citation</a></td><td>Citation</td><td>Bibliographic citation for papers, references, or other relevant material for the knowledge resource. This is intended to allow for citation of related material, but that was not necessarily specifically prepared in connection with this knowledge resource.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/order-catalog/ValueSet/bibliography-artifact-type",
  "version" : "current",
  "name" : "BibliographyArtifactType",
  "title" : "Types of bibliographic artifacts",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-12-20",
  "publisher" : "HL7 International - Orders and Observations Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "documentation | justification | citation",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/related-artifact-type",
        "concept" : [
          {
            "code" : "documentation",
            "display" : "Documentation"
          },
          {
            "code" : "justification",
            "display" : "Justification"
          },
          {
            "code" : "citation",
            "display" : "Citation"
          }
        ]
      }
    ]
  }
}