{
  "resourceType": "StructureDefinition",
  "id": "oridashi-medicationstatement",
  "meta": {
    "lastUpdated": "2017-08-16T09:44:01.805+00:00"
  },
  "url": "http://oridashi.com.au/fhir/StructureDefinition/oridashi-medicationstatement",
  "name": "Oridashi Current Medication Statement",
  "title": "Oridashi Current Medication Statement",
  "status": "draft",
  "date": "2017-08-16T08:05:57.144+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "MedicationStatement",
        "path": "MedicationStatement",
        "short": "Record of current Medication",
        "definition": "Record of current medication for a patient as maintained in the current medications list."
      },
      {
        "id": "MedicationStatement.identifier",
        "path": "MedicationStatement.identifier",
        "max": "0"
      },
      {
        "id": "MedicationStatement.basedOn",
        "path": "MedicationStatement.basedOn",
        "max": "0"
      },
      {
        "id": "MedicationStatement.partOf",
        "path": "MedicationStatement.partOf",
        "max": "0"
      },
      {
        "id": "MedicationStatement.category",
        "path": "MedicationStatement.category",
        "max": "0"
      },
      {
        "id": "MedicationStatement.medication[x]",
        "path": "MedicationStatement.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Medication",
            "aggregation": [
              "contained"
            ]
          }
        ]
      },
      {
        "id": "MedicationStatement.informationSource",
        "path": "MedicationStatement.informationSource",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ]
      },
      {
        "id": "MedicationStatement.derivedFrom",
        "path": "MedicationStatement.derivedFrom",
        "max": "0"
      },
      {
        "id": "MedicationStatement.reasonNotTaken",
        "path": "MedicationStatement.reasonNotTaken",
        "max": "0"
      },
      {
        "id": "MedicationStatement.reasonReference",
        "path": "MedicationStatement.reasonReference",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage",
        "path": "MedicationStatement.dosage",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.sequence",
        "path": "MedicationStatement.dosage.sequence",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.additionalInstruction",
        "path": "MedicationStatement.dosage.additionalInstruction",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.patientInstruction",
        "path": "MedicationStatement.dosage.patientInstruction",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.asNeeded[x]:asNeededBoolean",
        "path": "MedicationStatement.dosage.asNeededBoolean",
        "sliceName": "asNeededBoolean",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "MedicationStatement.dosage.site",
        "path": "MedicationStatement.dosage.site",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.method",
        "path": "MedicationStatement.dosage.method",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.dose[x]",
        "path": "MedicationStatement.dosage.dose[x]",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.maxDosePerPeriod",
        "path": "MedicationStatement.dosage.maxDosePerPeriod",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.maxDosePerAdministration:SimpleQuantity",
        "path": "MedicationStatement.dosage.maxDosePerAdministration",
        "sliceName": "SimpleQuantity",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.maxDosePerLifetime:SimpleQuantity",
        "path": "MedicationStatement.dosage.maxDosePerLifetime",
        "sliceName": "SimpleQuantity",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage.rate[x]",
        "path": "MedicationStatement.dosage.rate[x]",
        "max": "0"
      }
    ]
  }
}