{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MedicationStatement",
  "name": "MedicationStatement",
  "status": "draft",
  "date": "2023-09-08T07:12:38.6789202+00:00",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationStatement.identifier",
        "path": "MedicationStatement.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "MedicationStatement.partOf",
        "path": "MedicationStatement.partOf",
        "max": "0"
      },
      {
        "id": "MedicationStatement.category",
        "path": "MedicationStatement.category",
        "max": "0"
      },
      {
        "id": "MedicationStatement.encounter",
        "path": "MedicationStatement.encounter",
        "min": 1
      },
      {
        "id": "MedicationStatement.effective[x]",
        "path": "MedicationStatement.effective[x]",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dateAsserted",
        "path": "MedicationStatement.dateAsserted",
        "max": "0"
      },
      {
        "id": "MedicationStatement.informationSource",
        "path": "MedicationStatement.informationSource",
        "max": "0"
      },
      {
        "id": "MedicationStatement.derivedFrom",
        "path": "MedicationStatement.derivedFrom",
        "max": "0"
      },
      {
        "id": "MedicationStatement.reason",
        "path": "MedicationStatement.reason",
        "max": "0"
      },
      {
        "id": "MedicationStatement.note",
        "path": "MedicationStatement.note",
        "max": "0"
      },
      {
        "id": "MedicationStatement.relatedClinicalInformation",
        "path": "MedicationStatement.relatedClinicalInformation",
        "max": "0"
      },
      {
        "id": "MedicationStatement.renderedDosageInstruction",
        "path": "MedicationStatement.renderedDosageInstruction",
        "max": "0"
      },
      {
        "id": "MedicationStatement.dosage",
        "path": "MedicationStatement.dosage",
        "max": "0"
      },
      {
        "id": "MedicationStatement.adherence",
        "path": "MedicationStatement.adherence",
        "max": "0"
      }
    ]
  }
}