{
  "resourceType": "StructureDefinition",
  "id": "medicationstatement-change-recommendation",
  "url": "http://ns.electronichealth.net.au/fhir/v1.3.0/StructureDefinition/medicationstatement-change-recommendation",
  "name": "MedicationStatement Change Recommendation",
  "display": "MedicationStatement Change Recommendation",
  "status": "active",
  "publisher": "My Health Record System",
  "contact": [
    {
      "name": "My Health Record System project team",
      "telecom": [
        {
          "system": "email",
          "value": "mobile.enablement@health.gov.au"
        }
      ]
    }
  ],
  "date": "2017-02-14",
  "description": "The justification for the stated change in medication.",
  "fhirVersion": "1.4.0",
  "kind": "datatype",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "MedicationStatement"
  ],
  "baseType": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "snapshot": {
    "element": [
      {
        "path": "Extension",
        "short": "The justification for the stated change in medication.",
        "definition": "The justification for the stated change in medication.",
        "comments": "My Health Record System extension for MedicationStatement Change Recommendation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ]
      },
      {
        "path": "Extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "max": "1",
          "path": "Extension.id",
          "min": 0
        },
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "path": "Extension.extension",
        "name": "extension",
        "short": "Extension",
        "definition": "An Extension",
        "min": 0,
        "max": "0",
        "base": {
          "max": "*",
          "path": "Extension.extension",
          "min": 0
        },
        "type": [
          {
            "code": "Extension"
          }
        ]
      },
      {
        "path": "Extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the\n                extensibility codes, or it may be a logical URI as declared in some other specification.\n                The definition should be version specific.  This will ideally be the URI for the Resource\n                Profile defining the extension, with the code for the extension after a #.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://ns.electronichealth.net.au/fhir/v1.3.0/StructureDefinition/medicationstatement-change-recommendation"
      },
      {
        "path": "Extension.valueCodeableConcept",
        "short": "Value of extension",
        "definition": "My Health Record System extension for MedicationStatement Change Recommendation.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "short": "The justification for the stated change in medication.",
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "path": "Extension",
        "definition": "My Health Record System extension for MedicationStatement Change Recommendation."
      },
      {
        "max": "0",
        "name": "extension",
        "path": "Extension.extension"
      },
      {
        "fixedUri": "http://ns.electronichealth.net.au/fhir/v1.3.0/StructureDefinition/medicationstatement-change-recommendation",
        "path": "Extension.url",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "path": "Extension.valueCodeableConcept",
        "min": 0
      }
    ]
  }
}