{
  "resourceType": "StructureDefinition",
  "id": "ArtifactAssessment",
  "meta": {
    "lastUpdated": "2021-01-04T23:01:24.148+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Specialized.Evidence-Based Medicine"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "not-classified"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/template",
      "valueString": "MetadataResource"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment",
  "version": "4.6.0",
  "name": "ArtifactAssessment",
  "status": "draft",
  "date": "2021-01-04T23:01:24+00:00",
  "publisher": "Health Level Seven International (Clinical Decision Support)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss/index.cfm"
        }
      ]
    }
  ],
  "description": "This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ArtifactAssessment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MetadataResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "ArtifactAssessment",
        "path": "ArtifactAssessment",
        "short": "Adds metadata-supported comments, classifiers or ratings related to a Resource",
        "definition": "This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition"
          },
          {
            "identity": "rim",
            "map": "Act[classCode=ACT; moodCode=DEFN]"
          },
          {
            "identity": "w5",
            "map": "clinical.general"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.identifier",
        "path": "ArtifactAssessment.identifier",
        "short": "Additional identifier for the artifact assessment",
        "definition": "A formal identifier that is used to identify this artifact assessment when it is represented in other formats, or referenced in a specification, model, design or an instance.",
        "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this activity definition outside of FHIR, where it is not possible to use the logical URI.",
        "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the artifact assessment.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.identifier"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          },
          {
            "identity": "rim",
            "map": ".identifier"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.citeAs[x]",
        "path": "ArtifactAssessment.citeAs[x]",
        "short": "How to cite the comment or rating",
        "definition": "Display of or reference to the bibliographic citation of the comment, classifier, or rating.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Citation"
            ]
          },
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.date",
        "path": "ArtifactAssessment.date",
        "short": "Date last changed",
        "definition": "The date  (and optionally time) when the artifact assessment was published. The date must change when the disposition changes and it must change if the workflow status code changes. In addition, it should change when the substantive content of the artifact assessment changes.",
        "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the artifact assessment. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.",
        "alias": [
          "Revision Date"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.date"
          },
          {
            "identity": "w5",
            "map": "FiveWs.recorded"
          },
          {
            "identity": "rim",
            "map": ".participation[typeCode=AUT].time"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.copyright",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/committee-notes",
            "valueString": "There is ongoing discussion about the uses of copyright, particularly around modeling information such as license, copyright, and disclaimers."
          }
        ],
        "path": "ArtifactAssessment.copyright",
        "short": "Use and/or publishing restrictions",
        "definition": "A copyright statement relating to the artifact assessment and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the artifact assessment.",
        "requirements": "Consumers must be able to determine any legal restrictions on the use of the artifact assessment and/or its content.",
        "alias": [
          "License",
          "Restrictions"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.copyright"
          },
          {
            "identity": "rim",
            "map": "N/A (to add?)"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.approvalDate",
        "path": "ArtifactAssessment.approvalDate",
        "short": "When the artifact assessment was approved by publisher",
        "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.",
        "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.approvalDate"
          },
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.lastReviewDate",
        "path": "ArtifactAssessment.lastReviewDate",
        "short": "When the artifact assessment was last reviewed",
        "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.",
        "comment": "If specified, this date follows the original approval date.",
        "requirements": "Gives a sense of how \"current\" the content is.  Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.lastReviewDate"
          },
          {
            "identity": "rim",
            "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime"
          },
          {
            "identity": "objimpl",
            "map": "no-gen-base"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.artifact[x]",
        "path": "ArtifactAssessment.artifact[x]",
        "short": "The artifact assessed, commented upon or rated",
        "definition": "A reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Any"
            ]
          },
          {
            "code": "canonical"
          },
          {
            "code": "uri"
          }
        ],
        "isSummary": true
      },
      {
        "id": "ArtifactAssessment.content",
        "path": "ArtifactAssessment.content",
        "short": "Comment, classifier, or rating content",
        "definition": "A component comment, classifier, or rating of the artifact.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.content.informationType",
        "path": "ArtifactAssessment.content.informationType",
        "short": "comment | classifier | rating | container | response | change-request",
        "definition": "The type of information this component of the content represents.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "InformationType"
            }
          ],
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-information-type|4.6.0"
        }
      },
      {
        "id": "ArtifactAssessment.content.summary",
        "path": "ArtifactAssessment.content.summary",
        "short": "Brief summary of the content",
        "definition": "A brief summary of the content of this component.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.content.type",
        "path": "ArtifactAssessment.content.type",
        "short": "What type of content",
        "definition": "Indicates what type of content this component represents.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "EvidenceCertaintyType"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/certainty-type"
        }
      },
      {
        "id": "ArtifactAssessment.content.classifier",
        "path": "ArtifactAssessment.content.classifier",
        "short": "Rating, classifier, or assessment",
        "definition": "Represents a rating, classifier, or assessment of the artifact.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "EvidenceCertaintyRating"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/certainty-rating"
        }
      },
      {
        "id": "ArtifactAssessment.content.author",
        "path": "ArtifactAssessment.content.author",
        "short": "Who authored the content",
        "definition": "Indicates who or what authored the content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/Device"
            ]
          }
        ]
      },
      {
        "id": "ArtifactAssessment.content.path",
        "path": "ArtifactAssessment.content.path",
        "short": "What the comment is directed to",
        "definition": "A URI that points to what the comment is about, such as a line of text in the CQL, or a specific element in a resource.",
        "comment": "The target element is used to point the comment to aspect of the artifact, such as a text range within a CQL library (e.g. #content?0:0-120:80).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.content.relatedArtifact",
        "path": "ArtifactAssessment.content.relatedArtifact",
        "short": "Additional information",
        "definition": "Additional related artifacts that provide supporting documentation, additional evidence, or further information related to the content.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.content.freeToShare",
        "path": "ArtifactAssessment.content.freeToShare",
        "short": "Acceptable to publicly share the resource content",
        "definition": "Acceptable to publicly share the comment, classifier or rating.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "ArtifactAssessment.content.component",
        "path": "ArtifactAssessment.content.component",
        "short": "Contained content",
        "definition": "If the informationType is container, the components of the content.",
        "min": 0,
        "max": "*",
        "contentReference": "#ArtifactAssessment.content"
      },
      {
        "id": "ArtifactAssessment.workflowStatus",
        "path": "ArtifactAssessment.workflowStatus",
        "short": "submitted | triaged | waiting-for-input | resolved-no-change | resolved-change-required | deferred | duplicate | applied | published",
        "definition": "Indicates the workflow status of the comment or change request.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "WorkflowStatus"
            }
          ],
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status|4.6.0"
        }
      },
      {
        "id": "ArtifactAssessment.disposition",
        "path": "ArtifactAssessment.disposition",
        "short": "unresolved | not-persuasive | persuasive | persuasive-with-modification | not-persuasive-with-modification",
        "definition": "Indicates the disposition of the responsible party to the comment or change request.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Disposition"
            }
          ],
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-disposition|4.6.0"
        }
      }
    ]
  }
}