{
  "resourceType": "StructureDefinition",
  "url": "http://hl7.org/fhir/StructureDefinition/medication-listId",
  "version": "4.0",
  "fhirVersion": "4.0",
  "id": "medication-listId",
  "name": "medication-listId",
  "title": "Medication Statement List ID",
  "status": "draft",
  "publisher": "Orion Health",
  "description": "Indicates the ID of the list from where this MedicationStatement was sourced",
  "purpose": "This extension allows for the ID of the list from where this MedicationStatement was sourced to be specified. This is used in conjunction with the medication-listDescription and medication-listPublishedDate extensions",
  "kind": "complex-type",
  "abstract": false,
  "type": "Extension",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "max": 1
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://hl7.org/fhir/StructureDefinition/medication-listId"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Indicates the ID of the list from where this MedicationStatement was sourced",
        "definition": "Set the ID of the list",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "Identifier"
          }
        ]
      }
    ]
  }
}