{
  "resourceType": "StructureDefinition",
  "id": "448a1540-c201-4e71-9372-a2fcb38ff1c8",
  "meta": {
    "lastUpdated": "2021-03-05T11:02:18.422+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyMeasureTest",
  "name": "MyMeasureTest",
  "status": "draft",
  "date": "2021-03-04T15:09:37.8691912Z",
  "fhirVersion": "4.0.1",
  "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"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Measure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Measure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Measure.identifier",
        "path": "Measure.identifier",
        "min": 1
      },
      {
        "id": "Measure.name",
        "path": "Measure.name",
        "min": 1,
        "fixedString": "kg"
      },
      {
        "id": "Measure.title",
        "path": "Measure.title",
        "min": 1
      },
      {
        "id": "Measure.date",
        "path": "Measure.date",
        "min": 1
      },
      {
        "id": "Measure.publisher",
        "path": "Measure.publisher",
        "min": 1
      },
      {
        "id": "Measure.contact",
        "path": "Measure.contact",
        "min": 1,
        "max": "1"
      }
    ]
  }
}