{
  "resourceType": "StructureDefinition",
  "id": "ebmrecommendation",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">to do</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "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/ebmrecommendation",
  "version": "5.0.0-snapshot1",
  "name": "EBMRecommendation",
  "title": "EBM Recommendation",
  "status": "draft",
  "experimental": false,
  "date": "2021-12-12",
  "publisher": "HL7",
  "description": "Represents justification for a recommendation",
  "fhirVersion": "5.0.0-snapshot1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "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/ArtifactAssessment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ArtifactAssessment",
        "path": "ArtifactAssessment",
        "min": 1,
        "max": "1"
      },
      {
        "id": "ArtifactAssessment.citeAs",
        "path": "ArtifactAssessment.citeAs",
        "short": "How to cite the recommendation",
        "definition": "Display of or reference to the bibliographic citation of the recommendation.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "ArtifactAssessment.artifact",
        "path": "ArtifactAssessment.artifact",
        "definition": "A reference to a resource, canonical resource, or non-FHIR resource which is the recommendation this comment or assessment is about.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/PlanDefinition",
              "http://hl7.org/fhir/StructureDefinition/ActivityDefinition"
            ]
          },
          {
            "code": "canonical"
          },
          {
            "code": "uri"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ArtifactAssessment.workflowStatus",
        "path": "ArtifactAssessment.workflowStatus",
        "min": 0,
        "max": "0",
        "mustSupport": false
      },
      {
        "id": "ArtifactAssessment.disposition",
        "path": "ArtifactAssessment.disposition",
        "min": 0,
        "max": "0",
        "mustSupport": false
      }
    ]
  }
}