{
  "resourceType": "StructureDefinition",
  "id": "shareablemeasure",
  "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": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/shareablemeasure",
  "version": "4.6.0",
  "name": "Shareable Measure",
  "status": "draft",
  "experimental": false,
  "date": "2020-12-28T05:55:11+00:00",
  "publisher": "HL7",
  "description": "Enforces the minimum information set for the measure metadata required by HL7 and other organizations that share and publish measures",
  "fhirVersion": "4.6.0",
  "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": "Measure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Measure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Measure",
        "path": "Measure",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Measure.url",
        "path": "Measure.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "Measure.identifier",
        "path": "Measure.identifier",
        "mustSupport": true
      },
      {
        "id": "Measure.version",
        "path": "Measure.version",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Measure.name",
        "path": "Measure.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Measure.title",
        "path": "Measure.title",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Measure.experimental",
        "path": "Measure.experimental",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Measure.date",
        "path": "Measure.date",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Measure.publisher",
        "path": "Measure.publisher",
        "alias": [
          "steward"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Measure.contact",
        "path": "Measure.contact",
        "mustSupport": true
      },
      {
        "id": "Measure.description",
        "path": "Measure.description",
        "alias": [
          "scope"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Measure.useContext",
        "path": "Measure.useContext",
        "mustSupport": true
      },
      {
        "id": "Measure.jurisdiction",
        "path": "Measure.jurisdiction",
        "mustSupport": true
      }
    ]
  }
}