{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2022-01-22T01:57:13.564+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/EndoMedicationList",
  "name": "EndoMedicationList",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "List.subject",
        "path": "List.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/EndoPatient"
            ]
          }
        ]
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/EndoMedicationStatement"
            ]
          }
        ]
      }
    ]
  }
}